Mise à jour des librairies vendor

This commit is contained in:
Caribana 2018-05-01 14:43:32 +02:00
parent b67375ae8e
commit d776be73fc
5211 changed files with 59115 additions and 25863 deletions

View File

@ -6,30 +6,6 @@ $vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir); $baseDir = dirname($vendorDir);
return array( return array(
'Google\\Auth\\ApplicationDefaultCredentials' => $vendorDir . '/google/auth/src/ApplicationDefaultCredentials.php',
'Google\\Auth\\CacheTrait' => $vendorDir . '/google/auth/src/CacheTrait.php',
'Google\\Auth\\Cache\\InvalidArgumentException' => $vendorDir . '/google/auth/src/Cache/InvalidArgumentException.php',
'Google\\Auth\\Cache\\Item' => $vendorDir . '/google/auth/src/Cache/Item.php',
'Google\\Auth\\Cache\\MemoryCacheItemPool' => $vendorDir . '/google/auth/src/Cache/MemoryCacheItemPool.php',
'Google\\Auth\\CredentialsLoader' => $vendorDir . '/google/auth/src/CredentialsLoader.php',
'Google\\Auth\\Credentials\\AppIdentityCredentials' => $vendorDir . '/google/auth/src/Credentials/AppIdentityCredentials.php',
'Google\\Auth\\Credentials\\GCECredentials' => $vendorDir . '/google/auth/src/Credentials/GCECredentials.php',
'Google\\Auth\\Credentials\\IAMCredentials' => $vendorDir . '/google/auth/src/Credentials/IAMCredentials.php',
'Google\\Auth\\Credentials\\ServiceAccountCredentials' => $vendorDir . '/google/auth/src/Credentials/ServiceAccountCredentials.php',
'Google\\Auth\\Credentials\\ServiceAccountJwtAccessCredentials' => $vendorDir . '/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.php',
'Google\\Auth\\Credentials\\UserRefreshCredentials' => $vendorDir . '/google/auth/src/Credentials/UserRefreshCredentials.php',
'Google\\Auth\\FetchAuthTokenCache' => $vendorDir . '/google/auth/src/FetchAuthTokenCache.php',
'Google\\Auth\\FetchAuthTokenInterface' => $vendorDir . '/google/auth/src/FetchAuthTokenInterface.php',
'Google\\Auth\\HttpHandler\\Guzzle5HttpHandler' => $vendorDir . '/google/auth/src/HttpHandler/Guzzle5HttpHandler.php',
'Google\\Auth\\HttpHandler\\Guzzle6HttpHandler' => $vendorDir . '/google/auth/src/HttpHandler/Guzzle6HttpHandler.php',
'Google\\Auth\\HttpHandler\\HttpHandlerFactory' => $vendorDir . '/google/auth/src/HttpHandler/HttpHandlerFactory.php',
'Google\\Auth\\Middleware\\AuthTokenMiddleware' => $vendorDir . '/google/auth/src/Middleware/AuthTokenMiddleware.php',
'Google\\Auth\\Middleware\\ScopedAccessTokenMiddleware' => $vendorDir . '/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php',
'Google\\Auth\\Middleware\\SimpleMiddleware' => $vendorDir . '/google/auth/src/Middleware/SimpleMiddleware.php',
'Google\\Auth\\OAuth2' => $vendorDir . '/google/auth/src/OAuth2.php',
'Google\\Auth\\Subscriber\\AuthTokenSubscriber' => $vendorDir . '/google/auth/src/Subscriber/AuthTokenSubscriber.php',
'Google\\Auth\\Subscriber\\ScopedAccessTokenSubscriber' => $vendorDir . '/google/auth/src/Subscriber/ScopedAccessTokenSubscriber.php',
'Google\\Auth\\Subscriber\\SimpleSubscriber' => $vendorDir . '/google/auth/src/Subscriber/SimpleSubscriber.php',
'Google_Service_Exception' => $vendorDir . '/google/apiclient/src/Google/Service/Exception.php', 'Google_Service_Exception' => $vendorDir . '/google/apiclient/src/Google/Service/Exception.php',
'Google_Service_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Resource.php', 'Google_Service_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Resource.php',
'Zebra_Form' => $vendorDir . '/stefangabos/zebra_form/Zebra_Form.php', 'Zebra_Form' => $vendorDir . '/stefangabos/zebra_form/Zebra_Form.php',

View File

@ -106,30 +106,6 @@ class ComposerStaticInit5e45d0d6c07c4cb7b909eede38ad55d6
); );
public static $classMap = array ( public static $classMap = array (
'Google\\Auth\\ApplicationDefaultCredentials' => __DIR__ . '/..' . '/google/auth/src/ApplicationDefaultCredentials.php',
'Google\\Auth\\CacheTrait' => __DIR__ . '/..' . '/google/auth/src/CacheTrait.php',
'Google\\Auth\\Cache\\InvalidArgumentException' => __DIR__ . '/..' . '/google/auth/src/Cache/InvalidArgumentException.php',
'Google\\Auth\\Cache\\Item' => __DIR__ . '/..' . '/google/auth/src/Cache/Item.php',
'Google\\Auth\\Cache\\MemoryCacheItemPool' => __DIR__ . '/..' . '/google/auth/src/Cache/MemoryCacheItemPool.php',
'Google\\Auth\\CredentialsLoader' => __DIR__ . '/..' . '/google/auth/src/CredentialsLoader.php',
'Google\\Auth\\Credentials\\AppIdentityCredentials' => __DIR__ . '/..' . '/google/auth/src/Credentials/AppIdentityCredentials.php',
'Google\\Auth\\Credentials\\GCECredentials' => __DIR__ . '/..' . '/google/auth/src/Credentials/GCECredentials.php',
'Google\\Auth\\Credentials\\IAMCredentials' => __DIR__ . '/..' . '/google/auth/src/Credentials/IAMCredentials.php',
'Google\\Auth\\Credentials\\ServiceAccountCredentials' => __DIR__ . '/..' . '/google/auth/src/Credentials/ServiceAccountCredentials.php',
'Google\\Auth\\Credentials\\ServiceAccountJwtAccessCredentials' => __DIR__ . '/..' . '/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.php',
'Google\\Auth\\Credentials\\UserRefreshCredentials' => __DIR__ . '/..' . '/google/auth/src/Credentials/UserRefreshCredentials.php',
'Google\\Auth\\FetchAuthTokenCache' => __DIR__ . '/..' . '/google/auth/src/FetchAuthTokenCache.php',
'Google\\Auth\\FetchAuthTokenInterface' => __DIR__ . '/..' . '/google/auth/src/FetchAuthTokenInterface.php',
'Google\\Auth\\HttpHandler\\Guzzle5HttpHandler' => __DIR__ . '/..' . '/google/auth/src/HttpHandler/Guzzle5HttpHandler.php',
'Google\\Auth\\HttpHandler\\Guzzle6HttpHandler' => __DIR__ . '/..' . '/google/auth/src/HttpHandler/Guzzle6HttpHandler.php',
'Google\\Auth\\HttpHandler\\HttpHandlerFactory' => __DIR__ . '/..' . '/google/auth/src/HttpHandler/HttpHandlerFactory.php',
'Google\\Auth\\Middleware\\AuthTokenMiddleware' => __DIR__ . '/..' . '/google/auth/src/Middleware/AuthTokenMiddleware.php',
'Google\\Auth\\Middleware\\ScopedAccessTokenMiddleware' => __DIR__ . '/..' . '/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php',
'Google\\Auth\\Middleware\\SimpleMiddleware' => __DIR__ . '/..' . '/google/auth/src/Middleware/SimpleMiddleware.php',
'Google\\Auth\\OAuth2' => __DIR__ . '/..' . '/google/auth/src/OAuth2.php',
'Google\\Auth\\Subscriber\\AuthTokenSubscriber' => __DIR__ . '/..' . '/google/auth/src/Subscriber/AuthTokenSubscriber.php',
'Google\\Auth\\Subscriber\\ScopedAccessTokenSubscriber' => __DIR__ . '/..' . '/google/auth/src/Subscriber/ScopedAccessTokenSubscriber.php',
'Google\\Auth\\Subscriber\\SimpleSubscriber' => __DIR__ . '/..' . '/google/auth/src/Subscriber/SimpleSubscriber.php',
'Google_Service_Exception' => __DIR__ . '/..' . '/google/apiclient/src/Google/Service/Exception.php', 'Google_Service_Exception' => __DIR__ . '/..' . '/google/apiclient/src/Google/Service/Exception.php',
'Google_Service_Resource' => __DIR__ . '/..' . '/google/apiclient/src/Google/Service/Resource.php', 'Google_Service_Resource' => __DIR__ . '/..' . '/google/apiclient/src/Google/Service/Resource.php',
'Zebra_Form' => __DIR__ . '/..' . '/stefangabos/zebra_form/Zebra_Form.php', 'Zebra_Form' => __DIR__ . '/..' . '/stefangabos/zebra_form/Zebra_Form.php',

View File

@ -171,164 +171,6 @@
"promise" "promise"
] ]
}, },
{
"name": "guzzlehttp/guzzle",
"version": "6.2.3",
"version_normalized": "6.2.3.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
"reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
"shasum": ""
},
"require": {
"guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.4",
"php": ">=5.5"
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "^4.0",
"psr/log": "^1.0"
},
"time": "2017-02-28T22:50:30+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.2-dev"
}
},
"installation-source": "dist",
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
]
},
{
"name": "phpseclib/phpseclib",
"version": "2.0.4",
"version_normalized": "2.0.4.0",
"source": {
"type": "git",
"url": "https://github.com/phpseclib/phpseclib.git",
"reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/ab8028c93c03cc8d9c824efa75dc94f1db2369bf",
"reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phing/phing": "~2.7",
"phpunit/phpunit": "~4.0",
"sami/sami": "~2.0",
"squizlabs/php_codesniffer": "~2.0"
},
"suggest": {
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
},
"time": "2016-10-04T00:57:04+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"files": [
"phpseclib/bootstrap.php"
],
"psr-4": {
"phpseclib\\": "phpseclib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jim Wigginton",
"email": "terrafrost@php.net",
"role": "Lead Developer"
},
{
"name": "Patrick Monnerat",
"email": "pm@datasphere.ch",
"role": "Developer"
},
{
"name": "Andreas Fischer",
"email": "bantu@phpbb.com",
"role": "Developer"
},
{
"name": "Hans-Jürgen Petrich",
"email": "petrich@tronic-media.com",
"role": "Developer"
},
{
"name": "Graham Campbell",
"email": "graham@alt-three.com",
"role": "Developer"
}
],
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
"homepage": "http://phpseclib.sourceforge.net",
"keywords": [
"BigInteger",
"aes",
"asn.1",
"asn1",
"blowfish",
"crypto",
"cryptography",
"encryption",
"rsa",
"security",
"sftp",
"signature",
"signing",
"ssh",
"twofish",
"x.509",
"x509"
]
},
{ {
"name": "psr/log", "name": "psr/log",
"version": "1.0.2", "version": "1.0.2",
@ -378,170 +220,6 @@
"psr-3" "psr-3"
] ]
}, },
{
"name": "monolog/monolog",
"version": "1.22.1",
"version_normalized": "1.22.1.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0",
"reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"psr/log": "~1.0"
},
"provide": {
"psr/log-implementation": "1.0.0"
},
"require-dev": {
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine/couchdb": "~1.0@dev",
"graylog2/gelf-php": "~1.0",
"jakub-onderka/php-parallel-lint": "0.9",
"php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3",
"phpunit/phpunit": "~4.5",
"phpunit/phpunit-mock-objects": "2.3.0",
"ruflin/elastica": ">=0.90 <3.0",
"sentry/sentry": "^0.13",
"swiftmailer/swiftmailer": "~5.3"
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-mongo": "Allow sending log messages to a MongoDB server",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"php-console/php-console": "Allow sending log messages to Google Chrome",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
"sentry/sentry": "Allow sending log messages to a Sentry server"
},
"time": "2017-03-13T07:08:03+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "http://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging",
"psr-3"
]
},
{
"name": "firebase/php-jwt",
"version": "v4.0.0",
"version_normalized": "4.0.0.0",
"source": {
"type": "git",
"url": "https://github.com/firebase/php-jwt.git",
"reference": "dccf163dc8ed7ed6a00afc06c51ee5186a428d35"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/dccf163dc8ed7ed6a00afc06c51ee5186a428d35",
"reference": "dccf163dc8ed7ed6a00afc06c51ee5186a428d35",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"time": "2016-07-18T04:51:16+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Firebase\\JWT\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Neuman Vong",
"email": "neuman+pear@twilio.com",
"role": "Developer"
},
{
"name": "Anant Narayanan",
"email": "anant@php.net",
"role": "Developer"
}
],
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
"homepage": "https://github.com/firebase/php-jwt"
},
{
"name": "google/apiclient-services",
"version": "v0.11",
"version_normalized": "0.11.0.0",
"source": {
"type": "git",
"url": "https://github.com/google/google-api-php-client-services.git",
"reference": "48c554aee06f2fd5700d7bdfa4fa6b82d184eb52"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/google/google-api-php-client-services/zipball/48c554aee06f2fd5700d7bdfa4fa6b82d184eb52",
"reference": "48c554aee06f2fd5700d7bdfa4fa6b82d184eb52",
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
},
"time": "2017-03-13T17:40:44+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"Google_Service_": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "Client library for Google APIs",
"homepage": "http://developers.google.com/api-client-library/php",
"keywords": [
"google"
]
},
{ {
"name": "psr/cache", "name": "psr/cache",
"version": "1.0.1", "version": "1.0.1",
@ -590,117 +268,6 @@
"psr-6" "psr-6"
] ]
}, },
{
"name": "google/auth",
"version": "v0.11.1",
"version_normalized": "0.11.1.0",
"source": {
"type": "git",
"url": "https://github.com/google/google-auth-library-php.git",
"reference": "a240674b08a09949fd5597f7590b3ed83663a12d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/google/google-auth-library-php/zipball/a240674b08a09949fd5597f7590b3ed83663a12d",
"reference": "a240674b08a09949fd5597f7590b3ed83663a12d",
"shasum": ""
},
"require": {
"firebase/php-jwt": "~2.0|~3.0|~4.0",
"guzzlehttp/guzzle": "~5.3|~6.0",
"guzzlehttp/psr7": "~1.2",
"php": ">=5.4",
"psr/cache": "^1.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^1.11",
"phpunit/phpunit": "3.7.*"
},
"time": "2016-11-02T14:59:14+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"classmap": [
"src/"
],
"psr-4": {
"Google\\Auth\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "Google Auth Library for PHP",
"homepage": "http://github.com/google/google-auth-library-php",
"keywords": [
"Authentication",
"google",
"oauth2"
]
},
{
"name": "google/apiclient",
"version": "v2.1.3",
"version_normalized": "2.1.3.0",
"source": {
"type": "git",
"url": "https://github.com/google/google-api-php-client.git",
"reference": "43996f09df274158fd04fce98e8a82effe5f3717"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/google/google-api-php-client/zipball/43996f09df274158fd04fce98e8a82effe5f3717",
"reference": "43996f09df274158fd04fce98e8a82effe5f3717",
"shasum": ""
},
"require": {
"firebase/php-jwt": "~2.0|~3.0|~4.0",
"google/apiclient-services": "^0.11",
"google/auth": "^0.11",
"guzzlehttp/guzzle": "~5.2|~6.0",
"guzzlehttp/psr7": "^1.2",
"monolog/monolog": "^1.17",
"php": ">=5.4",
"phpseclib/phpseclib": "~0.3.10|~2.0"
},
"require-dev": {
"cache/filesystem-adapter": "^0.3.2",
"phpunit/phpunit": "~4",
"squizlabs/php_codesniffer": "~2.3",
"symfony/css-selector": "~2.1",
"symfony/dom-crawler": "~2.1"
},
"suggest": {
"cache/filesystem-adapter": "For caching certs and tokens (using Google_Client::setCache)"
},
"time": "2017-03-22T18:32:04+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Google_": "src/"
},
"classmap": [
"src/Google/Service/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "Client library for Google APIs",
"homepage": "http://developers.google.com/api-client-library/php",
"keywords": [
"google"
]
},
{ {
"name": "stefangabos/zebra_form", "name": "stefangabos/zebra_form",
"version": "2.9.8", "version": "2.9.8",
@ -810,6 +377,445 @@
"spreadsheet", "spreadsheet",
"xls", "xls",
"xlsx" "xlsx"
],
"abandoned": "phpoffice/phpspreadsheet"
},
{
"name": "guzzlehttp/guzzle",
"version": "6.3.3",
"version_normalized": "6.3.3.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"shasum": ""
},
"require": {
"guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.4",
"php": ">=5.5"
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
"psr/log": "^1.0"
},
"suggest": {
"psr/log": "Required for using the Log middleware"
},
"time": "2018-04-22T15:46:56+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.3-dev"
}
},
"installation-source": "dist",
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
]
},
{
"name": "phpseclib/phpseclib",
"version": "2.0.11",
"version_normalized": "2.0.11.0",
"source": {
"type": "git",
"url": "https://github.com/phpseclib/phpseclib.git",
"reference": "7053f06f91b3de78e143d430e55a8f7889efc08b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/7053f06f91b3de78e143d430e55a8f7889efc08b",
"reference": "7053f06f91b3de78e143d430e55a8f7889efc08b",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phing/phing": "~2.7",
"phpunit/phpunit": "^4.8.35|^5.7|^6.0",
"sami/sami": "~2.0",
"squizlabs/php_codesniffer": "~2.0"
},
"suggest": {
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
},
"time": "2018-04-15T16:55:05+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"files": [
"phpseclib/bootstrap.php"
],
"psr-4": {
"phpseclib\\": "phpseclib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jim Wigginton",
"email": "terrafrost@php.net",
"role": "Lead Developer"
},
{
"name": "Patrick Monnerat",
"email": "pm@datasphere.ch",
"role": "Developer"
},
{
"name": "Andreas Fischer",
"email": "bantu@phpbb.com",
"role": "Developer"
},
{
"name": "Hans-Jürgen Petrich",
"email": "petrich@tronic-media.com",
"role": "Developer"
},
{
"name": "Graham Campbell",
"email": "graham@alt-three.com",
"role": "Developer"
}
],
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
"homepage": "http://phpseclib.sourceforge.net",
"keywords": [
"BigInteger",
"aes",
"asn.1",
"asn1",
"blowfish",
"crypto",
"cryptography",
"encryption",
"rsa",
"security",
"sftp",
"signature",
"signing",
"ssh",
"twofish",
"x.509",
"x509"
]
},
{
"name": "monolog/monolog",
"version": "1.23.0",
"version_normalized": "1.23.0.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
"reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"psr/log": "~1.0"
},
"provide": {
"psr/log-implementation": "1.0.0"
},
"require-dev": {
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine/couchdb": "~1.0@dev",
"graylog2/gelf-php": "~1.0",
"jakub-onderka/php-parallel-lint": "0.9",
"php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3",
"phpunit/phpunit": "~4.5",
"phpunit/phpunit-mock-objects": "2.3.0",
"ruflin/elastica": ">=0.90 <3.0",
"sentry/sentry": "^0.13",
"swiftmailer/swiftmailer": "^5.3|^6.0"
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-mongo": "Allow sending log messages to a MongoDB server",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"php-console/php-console": "Allow sending log messages to Google Chrome",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
"sentry/sentry": "Allow sending log messages to a Sentry server"
},
"time": "2017-06-19T01:22:40+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "http://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging",
"psr-3"
]
},
{
"name": "firebase/php-jwt",
"version": "v5.0.0",
"version_normalized": "5.0.0.0",
"source": {
"type": "git",
"url": "https://github.com/firebase/php-jwt.git",
"reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
"reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": " 4.8.35"
},
"time": "2017-06-27T22:17:23+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Firebase\\JWT\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Neuman Vong",
"email": "neuman+pear@twilio.com",
"role": "Developer"
},
{
"name": "Anant Narayanan",
"email": "anant@php.net",
"role": "Developer"
}
],
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
"homepage": "https://github.com/firebase/php-jwt"
},
{
"name": "google/apiclient-services",
"version": "v0.57",
"version_normalized": "0.57.0.0",
"source": {
"type": "git",
"url": "https://github.com/google/google-api-php-client-services.git",
"reference": "fc1821419f0e9d060d83a2864e2a40874b91430d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/google/google-api-php-client-services/zipball/fc1821419f0e9d060d83a2864e2a40874b91430d",
"reference": "fc1821419f0e9d060d83a2864e2a40874b91430d",
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
},
"time": "2018-04-28T00:23:39+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"Google_Service_": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "Client library for Google APIs",
"homepage": "http://developers.google.com/api-client-library/php",
"keywords": [
"google"
]
},
{
"name": "google/auth",
"version": "v1.3.0",
"version_normalized": "1.3.0.0",
"source": {
"type": "git",
"url": "https://github.com/google/google-auth-library-php.git",
"reference": "8f7c96146b2c62d3f4c6bbc4b5bb8a8e396b0b71"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/google/google-auth-library-php/zipball/8f7c96146b2c62d3f4c6bbc4b5bb8a8e396b0b71",
"reference": "8f7c96146b2c62d3f4c6bbc4b5bb8a8e396b0b71",
"shasum": ""
},
"require": {
"firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
"guzzlehttp/guzzle": "~5.3.1|~6.0",
"guzzlehttp/psr7": "^1.2",
"php": ">=5.4",
"psr/cache": "^1.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^1.11",
"guzzlehttp/promises": "0.1.1|^1.3",
"phpunit/phpunit": "^4.8.36|^5.7",
"sebastian/comparator": ">=1.2.3"
},
"time": "2018-04-06T19:26:30+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Google\\Auth\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "Google Auth Library for PHP",
"homepage": "http://github.com/google/google-auth-library-php",
"keywords": [
"Authentication",
"google",
"oauth2"
]
},
{
"name": "google/apiclient",
"version": "v2.2.1",
"version_normalized": "2.2.1.0",
"source": {
"type": "git",
"url": "https://github.com/google/google-api-php-client.git",
"reference": "b69b8ac4bf6501793c389d4e013a79d09c85c5f2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/google/google-api-php-client/zipball/b69b8ac4bf6501793c389d4e013a79d09c85c5f2",
"reference": "b69b8ac4bf6501793c389d4e013a79d09c85c5f2",
"shasum": ""
},
"require": {
"firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
"google/apiclient-services": "~0.13",
"google/auth": "^1.0",
"guzzlehttp/guzzle": "~5.3.1|~6.0",
"guzzlehttp/psr7": "^1.2",
"monolog/monolog": "^1.17",
"php": ">=5.4",
"phpseclib/phpseclib": "~0.3.10|~2.0"
},
"require-dev": {
"cache/filesystem-adapter": "^0.3.2",
"phpunit/phpunit": "~4",
"squizlabs/php_codesniffer": "~2.3",
"symfony/css-selector": "~2.1",
"symfony/dom-crawler": "~2.1"
},
"suggest": {
"cache/filesystem-adapter": "For caching certs and tokens (using Google_Client::setCache)"
},
"time": "2017-11-03T01:19:53+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Google_": "src/"
},
"classmap": [
"src/Google/Service/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "Client library for Google APIs",
"homepage": "http://developers.google.com/api-client-library/php",
"keywords": [
"google"
] ]
} }
] ]

View File

@ -58,12 +58,87 @@ $decoded_array = (array) $decoded;
JWT::$leeway = 60; // $leeway in seconds JWT::$leeway = 60; // $leeway in seconds
$decoded = JWT::decode($jwt, $key, array('HS256')); $decoded = JWT::decode($jwt, $key, array('HS256'));
?>
```
Example with RS256 (openssl)
----------------------------
```php
<?php
use \Firebase\JWT\JWT;
$privateKey = <<<EOD
-----BEGIN RSA PRIVATE KEY-----
MIICXAIBAAKBgQC8kGa1pSjbSYZVebtTRBLxBz5H4i2p/llLCrEeQhta5kaQu/Rn
vuER4W8oDH3+3iuIYW4VQAzyqFpwuzjkDI+17t5t0tyazyZ8JXw+KgXTxldMPEL9
5+qVhgXvwtihXC1c5oGbRlEDvDF6Sa53rcFVsYJ4ehde/zUxo6UvS7UrBQIDAQAB
AoGAb/MXV46XxCFRxNuB8LyAtmLDgi/xRnTAlMHjSACddwkyKem8//8eZtw9fzxz
bWZ/1/doQOuHBGYZU8aDzzj59FZ78dyzNFoF91hbvZKkg+6wGyd/LrGVEB+Xre0J
Nil0GReM2AHDNZUYRv+HYJPIOrB0CRczLQsgFJ8K6aAD6F0CQQDzbpjYdx10qgK1
cP59UHiHjPZYC0loEsk7s+hUmT3QHerAQJMZWC11Qrn2N+ybwwNblDKv+s5qgMQ5
5tNoQ9IfAkEAxkyffU6ythpg/H0Ixe1I2rd0GbF05biIzO/i77Det3n4YsJVlDck
ZkcvY3SK2iRIL4c9yY6hlIhs+K9wXTtGWwJBAO9Dskl48mO7woPR9uD22jDpNSwe
k90OMepTjzSvlhjbfuPN1IdhqvSJTDychRwn1kIJ7LQZgQ8fVz9OCFZ/6qMCQGOb
qaGwHmUK6xzpUbbacnYrIM6nLSkXgOAwv7XXCojvY614ILTK3iXiLBOxPu5Eu13k
eUz9sHyD6vkgZzjtxXECQAkp4Xerf5TGfQXGXhxIX52yH+N2LtujCdkQZjXAsGdm
B2zNzvrlgRmgBrklMTrMYgm1NPcW+bRLGcwgW2PTvNM=
-----END RSA PRIVATE KEY-----
EOD;
$publicKey = <<<EOD
-----BEGIN PUBLIC KEY-----
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC8kGa1pSjbSYZVebtTRBLxBz5H
4i2p/llLCrEeQhta5kaQu/RnvuER4W8oDH3+3iuIYW4VQAzyqFpwuzjkDI+17t5t
0tyazyZ8JXw+KgXTxldMPEL95+qVhgXvwtihXC1c5oGbRlEDvDF6Sa53rcFVsYJ4
ehde/zUxo6UvS7UrBQIDAQAB
-----END PUBLIC KEY-----
EOD;
$token = array(
"iss" => "example.org",
"aud" => "example.com",
"iat" => 1356999524,
"nbf" => 1357000000
);
$jwt = JWT::encode($token, $privateKey, 'RS256');
echo "Encode:\n" . print_r($jwt, true) . "\n";
$decoded = JWT::decode($jwt, $publicKey, array('RS256'));
/*
NOTE: This will now be an object instead of an associative array. To get
an associative array, you will need to cast it as such:
*/
$decoded_array = (array) $decoded;
echo "Decode:\n" . print_r($decoded_array, true) . "\n";
?> ?>
``` ```
Changelog 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 #### 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)! - 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)! - Use static `$timestamp` instead of `time()` to improve unit testing. See [#93](https://github.com/firebase/php-jwt/pull/93) for details. Thanks to [@josephmcdermott](https://github.com/josephmcdermott)!
@ -114,6 +189,12 @@ Time: 0 seconds, Memory: 2.50Mb
OK (5 tests, 5 assertions) 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 License
------- -------
[3-Clause BSD](http://opensource.org/licenses/BSD-3-Clause). [3-Clause BSD](http://opensource.org/licenses/BSD-3-Clause).

View File

@ -23,5 +23,7 @@
"Firebase\\JWT\\": "src" "Firebase\\JWT\\": "src"
} }
}, },
"minimum-stability": "dev" "require-dev": {
"phpunit/phpunit": " 4.8.35"
}
} }

View File

@ -1,19 +0,0 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "60a5df5d283a7ae9000173248eba8909",
"packages": [],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.2.0"
},
"platform-dev": []
}

View File

@ -1,77 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
<name>JWT</name>
<channel>pear.php.net</channel>
<summary>A JWT encoder/decoder.</summary>
<description>A JWT encoder/decoder library for PHP.</description>
<lead>
<name>Neuman Vong</name>
<user>lcfrs</user>
<email>neuman+pear@twilio.com</email>
<active>yes</active>
</lead>
<lead>
<name>Firebase Operations</name>
<user>firebase</user>
<email>operations@firebase.com</email>
<active>yes</active>
</lead>
<date>2015-07-22</date>
<version>
<release>3.0.0</release>
<api>3.0.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</license>
<notes>
Initial release with basic support for JWT encoding, decoding and signature verification.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<dir name="tests">
<file name="JWTTest.php" role="test" />
</dir>
<file name="Authentication/JWT.php" role="php" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.1</min>
</php>
<pearinstaller>
<min>1.7.0</min>
</pearinstaller>
<extension>
<name>json</name>
</extension>
<extension>
<name>hash</name>
</extension>
</required>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2015-04-01</date>
<license uri="http://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</license>
<notes>
Initial release with basic support for JWT encoding, decoding and signature verification.
</notes>
</release>
</changelog>
</package>

View File

@ -8,7 +8,7 @@ use \DateTime;
/** /**
* JSON Web Token implementation, based on this spec: * JSON Web Token implementation, based on this spec:
* http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-06 * https://tools.ietf.org/html/rfc7519
* *
* PHP version 5 * PHP version 5
* *
@ -42,6 +42,8 @@ class JWT
'HS512' => array('hash_hmac', 'SHA512'), 'HS512' => array('hash_hmac', 'SHA512'),
'HS384' => array('hash_hmac', 'SHA384'), 'HS384' => array('hash_hmac', 'SHA384'),
'RS256' => array('openssl', 'SHA256'), 'RS256' => array('openssl', 'SHA256'),
'RS384' => array('openssl', 'SHA384'),
'RS512' => array('openssl', 'SHA512'),
); );
/** /**
@ -64,16 +66,13 @@ class JWT
* @uses jsonDecode * @uses jsonDecode
* @uses urlsafeB64Decode * @uses urlsafeB64Decode
*/ */
public static function decode($jwt, $key, $allowed_algs = array()) public static function decode($jwt, $key, array $allowed_algs = array())
{ {
$timestamp = is_null(static::$timestamp) ? time() : static::$timestamp; $timestamp = is_null(static::$timestamp) ? time() : static::$timestamp;
if (empty($key)) { if (empty($key)) {
throw new InvalidArgumentException('Key may not be empty'); throw new InvalidArgumentException('Key may not be empty');
} }
if (!is_array($allowed_algs)) {
throw new InvalidArgumentException('Algorithm not allowed');
}
$tks = explode('.', $jwt); $tks = explode('.', $jwt);
if (count($tks) != 3) { if (count($tks) != 3) {
throw new UnexpectedValueException('Wrong number of segments'); throw new UnexpectedValueException('Wrong number of segments');
@ -85,8 +84,9 @@ class JWT
if (null === $payload = static::jsonDecode(static::urlsafeB64Decode($bodyb64))) { if (null === $payload = static::jsonDecode(static::urlsafeB64Decode($bodyb64))) {
throw new UnexpectedValueException('Invalid claims encoding'); throw new UnexpectedValueException('Invalid claims encoding');
} }
$sig = static::urlsafeB64Decode($cryptob64); if (false === ($sig = static::urlsafeB64Decode($cryptob64))) {
throw new UnexpectedValueException('Invalid signature encoding');
}
if (empty($header->alg)) { if (empty($header->alg)) {
throw new UnexpectedValueException('Empty algorithm'); throw new UnexpectedValueException('Empty algorithm');
} }
@ -98,6 +98,9 @@ class JWT
} }
if (is_array($key) || $key instanceof \ArrayAccess) { if (is_array($key) || $key instanceof \ArrayAccess) {
if (isset($header->kid)) { if (isset($header->kid)) {
if (!isset($key[$header->kid])) {
throw new UnexpectedValueException('"kid" invalid, unable to lookup correct key');
}
$key = $key[$header->kid]; $key = $key[$header->kid];
} else { } else {
throw new UnexpectedValueException('"kid" empty, unable to lookup correct key'); throw new UnexpectedValueException('"kid" empty, unable to lookup correct key');
@ -225,11 +228,15 @@ class JWT
switch($function) { switch($function) {
case 'openssl': case 'openssl':
$success = openssl_verify($msg, $signature, $key, $algorithm); $success = openssl_verify($msg, $signature, $key, $algorithm);
if (!$success) { if ($success === 1) {
throw new DomainException("OpenSSL unable to verify data: " . openssl_error_string()); return true;
} else { } elseif ($success === 0) {
return $signature; return false;
} }
// returns 1 on success, 0 on failure, -1 on error.
throw new DomainException(
'OpenSSL error: ' . openssl_error_string()
);
case 'hash_hmac': case 'hash_hmac':
default: default:
$hash = hash_hmac($algorithm, $msg, $key, true); $hash = hash_hmac($algorithm, $msg, $key, true);
@ -343,8 +350,10 @@ class JWT
{ {
$messages = array( $messages = array(
JSON_ERROR_DEPTH => 'Maximum stack depth exceeded', 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_CTRL_CHAR => 'Unexpected control character found',
JSON_ERROR_SYNTAX => 'Syntax error, malformed JSON' JSON_ERROR_SYNTAX => 'Syntax error, malformed JSON',
JSON_ERROR_UTF8 => 'Malformed UTF-8 characters' //PHP >= 5.3.3
); );
throw new DomainException( throw new DomainException(
isset($messages[$errno]) isset($messages[$errno])

View File

@ -6,7 +6,7 @@ php:
- 5.6 - 5.6
- 7.0 - 7.0
- 7.1 - 7.1
- hhvm - 7.2
install: install:
- composer install - composer install

View File

@ -2,7 +2,7 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/3.7/phpunit.xsd" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/3.7/phpunit.xsd"
colors="true" colors="true"
bootstrap="tests/bootstrap.php"> bootstrap="vendor/autoload.php">
<testsuites> <testsuites>
<testsuite name="Google PHP Client Unit Services Test Suite"> <testsuite name="Google PHP Client Unit Services Test Suite">
<directory>tests</directory> <directory>tests</directory>

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -19,8 +19,8 @@
* Service definition for Acceleratedmobilepageurl (v1). * Service definition for Acceleratedmobilepageurl (v1).
* *
* <p> * <p>
* This API contains a single method, batchGet. Call this method to retrieve the * Retrieves the list of AMP URLs (and equivalent AMP Cache URLs) for a given
* AMP URL (and equivalent AMP Cache URL) for given public URL(s).</p> * list of public URL(s).</p>
* *
* <p> * <p>
* For more information about this service, see the API * For more information about this service, see the API

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -23,18 +23,30 @@ class Google_Service_Acceleratedmobilepageurl_BatchGetAmpUrlsResponse extends Go
protected $urlErrorsType = 'Google_Service_Acceleratedmobilepageurl_AmpUrlError'; protected $urlErrorsType = 'Google_Service_Acceleratedmobilepageurl_AmpUrlError';
protected $urlErrorsDataType = 'array'; protected $urlErrorsDataType = 'array';
/**
* @param Google_Service_Acceleratedmobilepageurl_AmpUrl
*/
public function setAmpUrls($ampUrls) public function setAmpUrls($ampUrls)
{ {
$this->ampUrls = $ampUrls; $this->ampUrls = $ampUrls;
} }
/**
* @return Google_Service_Acceleratedmobilepageurl_AmpUrl
*/
public function getAmpUrls() public function getAmpUrls()
{ {
return $this->ampUrls; return $this->ampUrls;
} }
/**
* @param Google_Service_Acceleratedmobilepageurl_AmpUrlError
*/
public function setUrlErrors($urlErrors) public function setUrlErrors($urlErrors)
{ {
$this->urlErrors = $urlErrors; $this->urlErrors = $urlErrors;
} }
/**
* @return Google_Service_Acceleratedmobilepageurl_AmpUrlError
*/
public function getUrlErrors() public function getUrlErrors()
{ {
return $this->urlErrors; return $this->urlErrors;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -18,6 +18,7 @@
class Google_Service_AdExchangeBuyer_Account extends Google_Collection class Google_Service_AdExchangeBuyer_Account extends Google_Collection
{ {
protected $collection_key = 'bidderLocation'; protected $collection_key = 'bidderLocation';
public $applyPretargetingToNonGuaranteedDeals;
protected $bidderLocationType = 'Google_Service_AdExchangeBuyer_AccountBidderLocation'; protected $bidderLocationType = 'Google_Service_AdExchangeBuyer_AccountBidderLocation';
protected $bidderLocationDataType = 'array'; protected $bidderLocationDataType = 'array';
public $cookieMatchingNid; public $cookieMatchingNid;
@ -28,10 +29,24 @@ class Google_Service_AdExchangeBuyer_Account extends Google_Collection
public $maximumTotalQps; public $maximumTotalQps;
public $numberActiveCreatives; public $numberActiveCreatives;
public function setApplyPretargetingToNonGuaranteedDeals($applyPretargetingToNonGuaranteedDeals)
{
$this->applyPretargetingToNonGuaranteedDeals = $applyPretargetingToNonGuaranteedDeals;
}
public function getApplyPretargetingToNonGuaranteedDeals()
{
return $this->applyPretargetingToNonGuaranteedDeals;
}
/**
* @param Google_Service_AdExchangeBuyer_AccountBidderLocation
*/
public function setBidderLocation($bidderLocation) public function setBidderLocation($bidderLocation)
{ {
$this->bidderLocation = $bidderLocation; $this->bidderLocation = $bidderLocation;
} }
/**
* @return Google_Service_AdExchangeBuyer_AccountBidderLocation
*/
public function getBidderLocation() public function getBidderLocation()
{ {
return $this->bidderLocation; return $this->bidderLocation;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -22,10 +22,16 @@ class Google_Service_AdExchangeBuyer_AccountsList extends Google_Collection
protected $itemsDataType = 'array'; protected $itemsDataType = 'array';
public $kind; public $kind;
/**
* @param Google_Service_AdExchangeBuyer_Account
*/
public function setItems($items) public function setItems($items)
{ {
$this->items = $items; $this->items = $items;
} }
/**
* @return Google_Service_AdExchangeBuyer_Account
*/
public function getItems() public function getItems()
{ {
return $this->items; return $this->items;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -23,10 +23,16 @@ class Google_Service_AdExchangeBuyer_AddOrderDealsRequest extends Google_Collect
public $proposalRevisionNumber; public $proposalRevisionNumber;
public $updateAction; public $updateAction;
/**
* @param Google_Service_AdExchangeBuyer_MarketplaceDeal
*/
public function setDeals($deals) public function setDeals($deals)
{ {
$this->deals = $deals; $this->deals = $deals;
} }
/**
* @return Google_Service_AdExchangeBuyer_MarketplaceDeal
*/
public function getDeals() public function getDeals()
{ {
return $this->deals; return $this->deals;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -22,10 +22,16 @@ class Google_Service_AdExchangeBuyer_AddOrderDealsResponse extends Google_Collec
protected $dealsDataType = 'array'; protected $dealsDataType = 'array';
public $proposalRevisionNumber; public $proposalRevisionNumber;
/**
* @param Google_Service_AdExchangeBuyer_MarketplaceDeal
*/
public function setDeals($deals) public function setDeals($deals)
{ {
$this->deals = $deals; $this->deals = $deals;
} }
/**
* @return Google_Service_AdExchangeBuyer_MarketplaceDeal
*/
public function getDeals() public function getDeals()
{ {
return $this->deals; return $this->deals;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -21,10 +21,16 @@ class Google_Service_AdExchangeBuyer_AddOrderNotesRequest extends Google_Collect
protected $notesType = 'Google_Service_AdExchangeBuyer_MarketplaceNote'; protected $notesType = 'Google_Service_AdExchangeBuyer_MarketplaceNote';
protected $notesDataType = 'array'; protected $notesDataType = 'array';
/**
* @param Google_Service_AdExchangeBuyer_MarketplaceNote
*/
public function setNotes($notes) public function setNotes($notes)
{ {
$this->notes = $notes; $this->notes = $notes;
} }
/**
* @return Google_Service_AdExchangeBuyer_MarketplaceNote
*/
public function getNotes() public function getNotes()
{ {
return $this->notes; return $this->notes;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -21,10 +21,16 @@ class Google_Service_AdExchangeBuyer_AddOrderNotesResponse extends Google_Collec
protected $notesType = 'Google_Service_AdExchangeBuyer_MarketplaceNote'; protected $notesType = 'Google_Service_AdExchangeBuyer_MarketplaceNote';
protected $notesDataType = 'array'; protected $notesDataType = 'array';
/**
* @param Google_Service_AdExchangeBuyer_MarketplaceNote
*/
public function setNotes($notes) public function setNotes($notes)
{ {
$this->notes = $notes; $this->notes = $notes;
} }
/**
* @return Google_Service_AdExchangeBuyer_MarketplaceNote
*/
public function getNotes() public function getNotes()
{ {
return $this->notes; return $this->notes;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -22,10 +22,16 @@ class Google_Service_AdExchangeBuyer_BillingInfoList extends Google_Collection
protected $itemsDataType = 'array'; protected $itemsDataType = 'array';
public $kind; public $kind;
/**
* @param Google_Service_AdExchangeBuyer_BillingInfo
*/
public function setItems($items) public function setItems($items)
{ {
$this->items = $items; $this->items = $items;
} }
/**
* @return Google_Service_AdExchangeBuyer_BillingInfo
*/
public function getItems() public function getItems()
{ {
return $this->items; return $this->items;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -22,10 +22,16 @@ class Google_Service_AdExchangeBuyer_CreateOrdersRequest extends Google_Collecti
protected $proposalsDataType = 'array'; protected $proposalsDataType = 'array';
public $webPropertyCode; public $webPropertyCode;
/**
* @param Google_Service_AdExchangeBuyer_Proposal
*/
public function setProposals($proposals) public function setProposals($proposals)
{ {
$this->proposals = $proposals; $this->proposals = $proposals;
} }
/**
* @return Google_Service_AdExchangeBuyer_Proposal
*/
public function getProposals() public function getProposals()
{ {
return $this->proposals; return $this->proposals;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -21,10 +21,16 @@ class Google_Service_AdExchangeBuyer_CreateOrdersResponse extends Google_Collect
protected $proposalsType = 'Google_Service_AdExchangeBuyer_Proposal'; protected $proposalsType = 'Google_Service_AdExchangeBuyer_Proposal';
protected $proposalsDataType = 'array'; protected $proposalsDataType = 'array';
/**
* @param Google_Service_AdExchangeBuyer_Proposal
*/
public function setProposals($proposals) public function setProposals($proposals)
{ {
$this->proposals = $proposals; $this->proposals = $proposals;
} }
/**
* @return Google_Service_AdExchangeBuyer_Proposal
*/
public function getProposals() public function getProposals()
{ {
return $this->proposals; return $this->proposals;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -52,6 +52,7 @@ class Google_Service_AdExchangeBuyer_Creative extends Google_Collection
public $vendorType; public $vendorType;
public $version; public $version;
public $videoURL; public $videoURL;
public $videoVastXML;
public $width; public $width;
public function setHTMLSnippet($hTMLSnippet) public function setHTMLSnippet($hTMLSnippet)
@ -134,10 +135,16 @@ class Google_Service_AdExchangeBuyer_Creative extends Google_Collection
{ {
return $this->clickThroughUrl; return $this->clickThroughUrl;
} }
/**
* @param Google_Service_AdExchangeBuyer_CreativeCorrections
*/
public function setCorrections($corrections) public function setCorrections($corrections)
{ {
$this->corrections = $corrections; $this->corrections = $corrections;
} }
/**
* @return Google_Service_AdExchangeBuyer_CreativeCorrections
*/
public function getCorrections() public function getCorrections()
{ {
return $this->corrections; return $this->corrections;
@ -158,10 +165,16 @@ class Google_Service_AdExchangeBuyer_Creative extends Google_Collection
{ {
return $this->detectedDomains; return $this->detectedDomains;
} }
/**
* @param Google_Service_AdExchangeBuyer_CreativeFilteringReasons
*/
public function setFilteringReasons(Google_Service_AdExchangeBuyer_CreativeFilteringReasons $filteringReasons) public function setFilteringReasons(Google_Service_AdExchangeBuyer_CreativeFilteringReasons $filteringReasons)
{ {
$this->filteringReasons = $filteringReasons; $this->filteringReasons = $filteringReasons;
} }
/**
* @return Google_Service_AdExchangeBuyer_CreativeFilteringReasons
*/
public function getFilteringReasons() public function getFilteringReasons()
{ {
return $this->filteringReasons; return $this->filteringReasons;
@ -198,10 +211,16 @@ class Google_Service_AdExchangeBuyer_Creative extends Google_Collection
{ {
return $this->languages; return $this->languages;
} }
/**
* @param Google_Service_AdExchangeBuyer_CreativeNativeAd
*/
public function setNativeAd(Google_Service_AdExchangeBuyer_CreativeNativeAd $nativeAd) public function setNativeAd(Google_Service_AdExchangeBuyer_CreativeNativeAd $nativeAd)
{ {
$this->nativeAd = $nativeAd; $this->nativeAd = $nativeAd;
} }
/**
* @return Google_Service_AdExchangeBuyer_CreativeNativeAd
*/
public function getNativeAd() public function getNativeAd()
{ {
return $this->nativeAd; return $this->nativeAd;
@ -238,10 +257,16 @@ class Google_Service_AdExchangeBuyer_Creative extends Google_Collection
{ {
return $this->sensitiveCategories; return $this->sensitiveCategories;
} }
/**
* @param Google_Service_AdExchangeBuyer_CreativeServingRestrictions
*/
public function setServingRestrictions($servingRestrictions) public function setServingRestrictions($servingRestrictions)
{ {
$this->servingRestrictions = $servingRestrictions; $this->servingRestrictions = $servingRestrictions;
} }
/**
* @return Google_Service_AdExchangeBuyer_CreativeServingRestrictions
*/
public function getServingRestrictions() public function getServingRestrictions()
{ {
return $this->servingRestrictions; return $this->servingRestrictions;
@ -270,6 +295,14 @@ class Google_Service_AdExchangeBuyer_Creative extends Google_Collection
{ {
return $this->videoURL; return $this->videoURL;
} }
public function setVideoVastXML($videoVastXML)
{
$this->videoVastXML = $videoVastXML;
}
public function getVideoVastXML()
{
return $this->videoVastXML;
}
public function setWidth($width) public function setWidth($width)
{ {
$this->width = $width; $this->width = $width;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -23,10 +23,16 @@ class Google_Service_AdExchangeBuyer_CreativeCorrections extends Google_Collecti
public $details; public $details;
public $reason; public $reason;
/**
* @param Google_Service_AdExchangeBuyer_CreativeCorrectionsContexts
*/
public function setContexts($contexts) public function setContexts($contexts)
{ {
$this->contexts = $contexts; $this->contexts = $contexts;
} }
/**
* @return Google_Service_AdExchangeBuyer_CreativeCorrectionsContexts
*/
public function getContexts() public function getContexts()
{ {
return $this->contexts; return $this->contexts;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -22,10 +22,16 @@ class Google_Service_AdExchangeBuyer_CreativeDealIds extends Google_Collection
protected $dealStatusesDataType = 'array'; protected $dealStatusesDataType = 'array';
public $kind; public $kind;
/**
* @param Google_Service_AdExchangeBuyer_CreativeDealIdsDealStatuses
*/
public function setDealStatuses($dealStatuses) public function setDealStatuses($dealStatuses)
{ {
$this->dealStatuses = $dealStatuses; $this->dealStatuses = $dealStatuses;
} }
/**
* @return Google_Service_AdExchangeBuyer_CreativeDealIdsDealStatuses
*/
public function getDealStatuses() public function getDealStatuses()
{ {
return $this->dealStatuses; return $this->dealStatuses;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -30,10 +30,16 @@ class Google_Service_AdExchangeBuyer_CreativeFilteringReasons extends Google_Col
{ {
return $this->date; return $this->date;
} }
/**
* @param Google_Service_AdExchangeBuyer_CreativeFilteringReasonsReasons
*/
public function setReasons($reasons) public function setReasons($reasons)
{ {
$this->reasons = $reasons; $this->reasons = $reasons;
} }
/**
* @return Google_Service_AdExchangeBuyer_CreativeFilteringReasonsReasons
*/
public function getReasons() public function getReasons()
{ {
return $this->reasons; return $this->reasons;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -44,10 +44,16 @@ class Google_Service_AdExchangeBuyer_CreativeNativeAd extends Google_Collection
{ {
return $this->advertiser; return $this->advertiser;
} }
/**
* @param Google_Service_AdExchangeBuyer_CreativeNativeAdAppIcon
*/
public function setAppIcon(Google_Service_AdExchangeBuyer_CreativeNativeAdAppIcon $appIcon) public function setAppIcon(Google_Service_AdExchangeBuyer_CreativeNativeAdAppIcon $appIcon)
{ {
$this->appIcon = $appIcon; $this->appIcon = $appIcon;
} }
/**
* @return Google_Service_AdExchangeBuyer_CreativeNativeAdAppIcon
*/
public function getAppIcon() public function getAppIcon()
{ {
return $this->appIcon; return $this->appIcon;
@ -92,10 +98,16 @@ class Google_Service_AdExchangeBuyer_CreativeNativeAd extends Google_Collection
{ {
return $this->headline; return $this->headline;
} }
/**
* @param Google_Service_AdExchangeBuyer_CreativeNativeAdImage
*/
public function setImage(Google_Service_AdExchangeBuyer_CreativeNativeAdImage $image) public function setImage(Google_Service_AdExchangeBuyer_CreativeNativeAdImage $image)
{ {
$this->image = $image; $this->image = $image;
} }
/**
* @return Google_Service_AdExchangeBuyer_CreativeNativeAdImage
*/
public function getImage() public function getImage()
{ {
return $this->image; return $this->image;
@ -108,10 +120,16 @@ class Google_Service_AdExchangeBuyer_CreativeNativeAd extends Google_Collection
{ {
return $this->impressionTrackingUrl; return $this->impressionTrackingUrl;
} }
/**
* @param Google_Service_AdExchangeBuyer_CreativeNativeAdLogo
*/
public function setLogo(Google_Service_AdExchangeBuyer_CreativeNativeAdLogo $logo) public function setLogo(Google_Service_AdExchangeBuyer_CreativeNativeAdLogo $logo)
{ {
$this->logo = $logo; $this->logo = $logo;
} }
/**
* @return Google_Service_AdExchangeBuyer_CreativeNativeAdLogo
*/
public function getLogo() public function getLogo()
{ {
return $this->logo; return $this->logo;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -24,18 +24,30 @@ class Google_Service_AdExchangeBuyer_CreativeServingRestrictions extends Google_
protected $disapprovalReasonsDataType = 'array'; protected $disapprovalReasonsDataType = 'array';
public $reason; public $reason;
/**
* @param Google_Service_AdExchangeBuyer_CreativeServingRestrictionsContexts
*/
public function setContexts($contexts) public function setContexts($contexts)
{ {
$this->contexts = $contexts; $this->contexts = $contexts;
} }
/**
* @return Google_Service_AdExchangeBuyer_CreativeServingRestrictionsContexts
*/
public function getContexts() public function getContexts()
{ {
return $this->contexts; return $this->contexts;
} }
/**
* @param Google_Service_AdExchangeBuyer_CreativeServingRestrictionsDisapprovalReasons
*/
public function setDisapprovalReasons($disapprovalReasons) public function setDisapprovalReasons($disapprovalReasons)
{ {
$this->disapprovalReasons = $disapprovalReasons; $this->disapprovalReasons = $disapprovalReasons;
} }
/**
* @return Google_Service_AdExchangeBuyer_CreativeServingRestrictionsDisapprovalReasons
*/
public function getDisapprovalReasons() public function getDisapprovalReasons()
{ {
return $this->disapprovalReasons; return $this->disapprovalReasons;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -23,10 +23,16 @@ class Google_Service_AdExchangeBuyer_CreativesList extends Google_Collection
public $kind; public $kind;
public $nextPageToken; public $nextPageToken;
/**
* @param Google_Service_AdExchangeBuyer_Creative
*/
public function setItems($items) public function setItems($items)
{ {
$this->items = $items; $this->items = $items;
} }
/**
* @return Google_Service_AdExchangeBuyer_Creative
*/
public function getItems() public function getItems()
{ {
return $this->items; return $this->items;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -29,10 +29,16 @@ class Google_Service_AdExchangeBuyer_DealServingMetadata extends Google_Model
{ {
return $this->alcoholAdsAllowed; return $this->alcoholAdsAllowed;
} }
/**
* @param Google_Service_AdExchangeBuyer_DealServingMetadataDealPauseStatus
*/
public function setDealPauseStatus(Google_Service_AdExchangeBuyer_DealServingMetadataDealPauseStatus $dealPauseStatus) public function setDealPauseStatus(Google_Service_AdExchangeBuyer_DealServingMetadataDealPauseStatus $dealPauseStatus)
{ {
$this->dealPauseStatus = $dealPauseStatus; $this->dealPauseStatus = $dealPauseStatus;
} }
/**
* @return Google_Service_AdExchangeBuyer_DealServingMetadataDealPauseStatus
*/
public function getDealPauseStatus() public function getDealPauseStatus()
{ {
return $this->dealPauseStatus; return $this->dealPauseStatus;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -57,10 +57,16 @@ class Google_Service_AdExchangeBuyer_DealTerms extends Google_Model
{ {
return $this->description; return $this->description;
} }
/**
* @param Google_Service_AdExchangeBuyer_Price
*/
public function setEstimatedGrossSpend(Google_Service_AdExchangeBuyer_Price $estimatedGrossSpend) public function setEstimatedGrossSpend(Google_Service_AdExchangeBuyer_Price $estimatedGrossSpend)
{ {
$this->estimatedGrossSpend = $estimatedGrossSpend; $this->estimatedGrossSpend = $estimatedGrossSpend;
} }
/**
* @return Google_Service_AdExchangeBuyer_Price
*/
public function getEstimatedGrossSpend() public function getEstimatedGrossSpend()
{ {
return $this->estimatedGrossSpend; return $this->estimatedGrossSpend;
@ -73,34 +79,58 @@ class Google_Service_AdExchangeBuyer_DealTerms extends Google_Model
{ {
return $this->estimatedImpressionsPerDay; return $this->estimatedImpressionsPerDay;
} }
/**
* @param Google_Service_AdExchangeBuyer_DealTermsGuaranteedFixedPriceTerms
*/
public function setGuaranteedFixedPriceTerms(Google_Service_AdExchangeBuyer_DealTermsGuaranteedFixedPriceTerms $guaranteedFixedPriceTerms) public function setGuaranteedFixedPriceTerms(Google_Service_AdExchangeBuyer_DealTermsGuaranteedFixedPriceTerms $guaranteedFixedPriceTerms)
{ {
$this->guaranteedFixedPriceTerms = $guaranteedFixedPriceTerms; $this->guaranteedFixedPriceTerms = $guaranteedFixedPriceTerms;
} }
/**
* @return Google_Service_AdExchangeBuyer_DealTermsGuaranteedFixedPriceTerms
*/
public function getGuaranteedFixedPriceTerms() public function getGuaranteedFixedPriceTerms()
{ {
return $this->guaranteedFixedPriceTerms; return $this->guaranteedFixedPriceTerms;
} }
/**
* @param Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedAuctionTerms
*/
public function setNonGuaranteedAuctionTerms(Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedAuctionTerms $nonGuaranteedAuctionTerms) public function setNonGuaranteedAuctionTerms(Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedAuctionTerms $nonGuaranteedAuctionTerms)
{ {
$this->nonGuaranteedAuctionTerms = $nonGuaranteedAuctionTerms; $this->nonGuaranteedAuctionTerms = $nonGuaranteedAuctionTerms;
} }
/**
* @return Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedAuctionTerms
*/
public function getNonGuaranteedAuctionTerms() public function getNonGuaranteedAuctionTerms()
{ {
return $this->nonGuaranteedAuctionTerms; return $this->nonGuaranteedAuctionTerms;
} }
/**
* @param Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedFixedPriceTerms
*/
public function setNonGuaranteedFixedPriceTerms(Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedFixedPriceTerms $nonGuaranteedFixedPriceTerms) public function setNonGuaranteedFixedPriceTerms(Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedFixedPriceTerms $nonGuaranteedFixedPriceTerms)
{ {
$this->nonGuaranteedFixedPriceTerms = $nonGuaranteedFixedPriceTerms; $this->nonGuaranteedFixedPriceTerms = $nonGuaranteedFixedPriceTerms;
} }
/**
* @return Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedFixedPriceTerms
*/
public function getNonGuaranteedFixedPriceTerms() public function getNonGuaranteedFixedPriceTerms()
{ {
return $this->nonGuaranteedFixedPriceTerms; return $this->nonGuaranteedFixedPriceTerms;
} }
/**
* @param Google_Service_AdExchangeBuyer_DealTermsRubiconNonGuaranteedTerms
*/
public function setRubiconNonGuaranteedTerms(Google_Service_AdExchangeBuyer_DealTermsRubiconNonGuaranteedTerms $rubiconNonGuaranteedTerms) public function setRubiconNonGuaranteedTerms(Google_Service_AdExchangeBuyer_DealTermsRubiconNonGuaranteedTerms $rubiconNonGuaranteedTerms)
{ {
$this->rubiconNonGuaranteedTerms = $rubiconNonGuaranteedTerms; $this->rubiconNonGuaranteedTerms = $rubiconNonGuaranteedTerms;
} }
/**
* @return Google_Service_AdExchangeBuyer_DealTermsRubiconNonGuaranteedTerms
*/
public function getRubiconNonGuaranteedTerms() public function getRubiconNonGuaranteedTerms()
{ {
return $this->rubiconNonGuaranteedTerms; return $this->rubiconNonGuaranteedTerms;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -26,18 +26,30 @@ class Google_Service_AdExchangeBuyer_DealTermsGuaranteedFixedPriceTerms extends
public $guaranteedLooks; public $guaranteedLooks;
public $minimumDailyLooks; public $minimumDailyLooks;
/**
* @param Google_Service_AdExchangeBuyer_DealTermsGuaranteedFixedPriceTermsBillingInfo
*/
public function setBillingInfo(Google_Service_AdExchangeBuyer_DealTermsGuaranteedFixedPriceTermsBillingInfo $billingInfo) public function setBillingInfo(Google_Service_AdExchangeBuyer_DealTermsGuaranteedFixedPriceTermsBillingInfo $billingInfo)
{ {
$this->billingInfo = $billingInfo; $this->billingInfo = $billingInfo;
} }
/**
* @return Google_Service_AdExchangeBuyer_DealTermsGuaranteedFixedPriceTermsBillingInfo
*/
public function getBillingInfo() public function getBillingInfo()
{ {
return $this->billingInfo; return $this->billingInfo;
} }
/**
* @param Google_Service_AdExchangeBuyer_PricePerBuyer
*/
public function setFixedPrices($fixedPrices) public function setFixedPrices($fixedPrices)
{ {
$this->fixedPrices = $fixedPrices; $this->fixedPrices = $fixedPrices;
} }
/**
* @return Google_Service_AdExchangeBuyer_PricePerBuyer
*/
public function getFixedPrices() public function getFixedPrices()
{ {
return $this->fixedPrices; return $this->fixedPrices;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -47,10 +47,16 @@ class Google_Service_AdExchangeBuyer_DealTermsGuaranteedFixedPriceTermsBillingIn
{ {
return $this->originalContractedQuantity; return $this->originalContractedQuantity;
} }
/**
* @param Google_Service_AdExchangeBuyer_Price
*/
public function setPrice(Google_Service_AdExchangeBuyer_Price $price) public function setPrice(Google_Service_AdExchangeBuyer_Price $price)
{ {
$this->price = $price; $this->price = $price;
} }
/**
* @return Google_Service_AdExchangeBuyer_Price
*/
public function getPrice() public function getPrice()
{ {
return $this->price; return $this->price;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -30,10 +30,16 @@ class Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedAuctionTerms extends
{ {
return $this->autoOptimizePrivateAuction; return $this->autoOptimizePrivateAuction;
} }
/**
* @param Google_Service_AdExchangeBuyer_PricePerBuyer
*/
public function setReservePricePerBuyers($reservePricePerBuyers) public function setReservePricePerBuyers($reservePricePerBuyers)
{ {
$this->reservePricePerBuyers = $reservePricePerBuyers; $this->reservePricePerBuyers = $reservePricePerBuyers;
} }
/**
* @return Google_Service_AdExchangeBuyer_PricePerBuyer
*/
public function getReservePricePerBuyers() public function getReservePricePerBuyers()
{ {
return $this->reservePricePerBuyers; return $this->reservePricePerBuyers;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -21,10 +21,16 @@ class Google_Service_AdExchangeBuyer_DealTermsNonGuaranteedFixedPriceTerms exten
protected $fixedPricesType = 'Google_Service_AdExchangeBuyer_PricePerBuyer'; protected $fixedPricesType = 'Google_Service_AdExchangeBuyer_PricePerBuyer';
protected $fixedPricesDataType = 'array'; protected $fixedPricesDataType = 'array';
/**
* @param Google_Service_AdExchangeBuyer_PricePerBuyer
*/
public function setFixedPrices($fixedPrices) public function setFixedPrices($fixedPrices)
{ {
$this->fixedPrices = $fixedPrices; $this->fixedPrices = $fixedPrices;
} }
/**
* @return Google_Service_AdExchangeBuyer_PricePerBuyer
*/
public function getFixedPrices() public function getFixedPrices()
{ {
return $this->fixedPrices; return $this->fixedPrices;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -22,18 +22,30 @@ class Google_Service_AdExchangeBuyer_DealTermsRubiconNonGuaranteedTerms extends
protected $standardPriceType = 'Google_Service_AdExchangeBuyer_Price'; protected $standardPriceType = 'Google_Service_AdExchangeBuyer_Price';
protected $standardPriceDataType = ''; protected $standardPriceDataType = '';
/**
* @param Google_Service_AdExchangeBuyer_Price
*/
public function setPriorityPrice(Google_Service_AdExchangeBuyer_Price $priorityPrice) public function setPriorityPrice(Google_Service_AdExchangeBuyer_Price $priorityPrice)
{ {
$this->priorityPrice = $priorityPrice; $this->priorityPrice = $priorityPrice;
} }
/**
* @return Google_Service_AdExchangeBuyer_Price
*/
public function getPriorityPrice() public function getPriorityPrice()
{ {
return $this->priorityPrice; return $this->priorityPrice;
} }
/**
* @param Google_Service_AdExchangeBuyer_Price
*/
public function setStandardPrice(Google_Service_AdExchangeBuyer_Price $standardPrice) public function setStandardPrice(Google_Service_AdExchangeBuyer_Price $standardPrice)
{ {
$this->standardPrice = $standardPrice; $this->standardPrice = $standardPrice;
} }
/**
* @return Google_Service_AdExchangeBuyer_Price
*/
public function getStandardPrice() public function getStandardPrice()
{ {
return $this->standardPrice; return $this->standardPrice;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -22,10 +22,16 @@ class Google_Service_AdExchangeBuyer_DeleteOrderDealsResponse extends Google_Col
protected $dealsDataType = 'array'; protected $dealsDataType = 'array';
public $proposalRevisionNumber; public $proposalRevisionNumber;
/**
* @param Google_Service_AdExchangeBuyer_MarketplaceDeal
*/
public function setDeals($deals) public function setDeals($deals)
{ {
$this->deals = $deals; $this->deals = $deals;
} }
/**
* @return Google_Service_AdExchangeBuyer_MarketplaceDeal
*/
public function getDeals() public function getDeals()
{ {
return $this->deals; return $this->deals;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -39,10 +39,16 @@ class Google_Service_AdExchangeBuyer_DeliveryControl extends Google_Collection
{ {
return $this->deliveryRateType; return $this->deliveryRateType;
} }
/**
* @param Google_Service_AdExchangeBuyer_DeliveryControlFrequencyCap
*/
public function setFrequencyCaps($frequencyCaps) public function setFrequencyCaps($frequencyCaps)
{ {
$this->frequencyCaps = $frequencyCaps; $this->frequencyCaps = $frequencyCaps;
} }
/**
* @return Google_Service_AdExchangeBuyer_DeliveryControlFrequencyCap
*/
public function getFrequencyCaps() public function getFrequencyCaps()
{ {
return $this->frequencyCaps; return $this->frequencyCaps;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -30,10 +30,16 @@ class Google_Service_AdExchangeBuyer_Dimension extends Google_Collection
{ {
return $this->dimensionType; return $this->dimensionType;
} }
/**
* @param Google_Service_AdExchangeBuyer_DimensionDimensionValue
*/
public function setDimensionValues($dimensionValues) public function setDimensionValues($dimensionValues)
{ {
$this->dimensionValues = $dimensionValues; $this->dimensionValues = $dimensionValues;
} }
/**
* @return Google_Service_AdExchangeBuyer_DimensionDimensionValue
*/
public function getDimensionValues() public function getDimensionValues()
{ {
return $this->dimensionValues; return $this->dimensionValues;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -25,18 +25,30 @@ class Google_Service_AdExchangeBuyer_EditAllOrderDealsRequest extends Google_Col
public $proposalRevisionNumber; public $proposalRevisionNumber;
public $updateAction; public $updateAction;
/**
* @param Google_Service_AdExchangeBuyer_MarketplaceDeal
*/
public function setDeals($deals) public function setDeals($deals)
{ {
$this->deals = $deals; $this->deals = $deals;
} }
/**
* @return Google_Service_AdExchangeBuyer_MarketplaceDeal
*/
public function getDeals() public function getDeals()
{ {
return $this->deals; return $this->deals;
} }
/**
* @param Google_Service_AdExchangeBuyer_Proposal
*/
public function setProposal(Google_Service_AdExchangeBuyer_Proposal $proposal) public function setProposal(Google_Service_AdExchangeBuyer_Proposal $proposal)
{ {
$this->proposal = $proposal; $this->proposal = $proposal;
} }
/**
* @return Google_Service_AdExchangeBuyer_Proposal
*/
public function getProposal() public function getProposal()
{ {
return $this->proposal; return $this->proposal;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -22,10 +22,16 @@ class Google_Service_AdExchangeBuyer_EditAllOrderDealsResponse extends Google_Co
protected $dealsDataType = 'array'; protected $dealsDataType = 'array';
public $orderRevisionNumber; public $orderRevisionNumber;
/**
* @param Google_Service_AdExchangeBuyer_MarketplaceDeal
*/
public function setDeals($deals) public function setDeals($deals)
{ {
$this->deals = $deals; $this->deals = $deals;
} }
/**
* @return Google_Service_AdExchangeBuyer_MarketplaceDeal
*/
public function getDeals() public function getDeals()
{ {
return $this->deals; return $this->deals;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -21,10 +21,16 @@ class Google_Service_AdExchangeBuyer_GetOffersResponse extends Google_Collection
protected $productsType = 'Google_Service_AdExchangeBuyer_Product'; protected $productsType = 'Google_Service_AdExchangeBuyer_Product';
protected $productsDataType = 'array'; protected $productsDataType = 'array';
/**
* @param Google_Service_AdExchangeBuyer_Product
*/
public function setProducts($products) public function setProducts($products)
{ {
$this->products = $products; $this->products = $products;
} }
/**
* @return Google_Service_AdExchangeBuyer_Product
*/
public function getProducts() public function getProducts()
{ {
return $this->products; return $this->products;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -21,10 +21,16 @@ class Google_Service_AdExchangeBuyer_GetOrderDealsResponse extends Google_Collec
protected $dealsType = 'Google_Service_AdExchangeBuyer_MarketplaceDeal'; protected $dealsType = 'Google_Service_AdExchangeBuyer_MarketplaceDeal';
protected $dealsDataType = 'array'; protected $dealsDataType = 'array';
/**
* @param Google_Service_AdExchangeBuyer_MarketplaceDeal
*/
public function setDeals($deals) public function setDeals($deals)
{ {
$this->deals = $deals; $this->deals = $deals;
} }
/**
* @return Google_Service_AdExchangeBuyer_MarketplaceDeal
*/
public function getDeals() public function getDeals()
{ {
return $this->deals; return $this->deals;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -21,10 +21,16 @@ class Google_Service_AdExchangeBuyer_GetOrderNotesResponse extends Google_Collec
protected $notesType = 'Google_Service_AdExchangeBuyer_MarketplaceNote'; protected $notesType = 'Google_Service_AdExchangeBuyer_MarketplaceNote';
protected $notesDataType = 'array'; protected $notesDataType = 'array';
/**
* @param Google_Service_AdExchangeBuyer_MarketplaceNote
*/
public function setNotes($notes) public function setNotes($notes)
{ {
$this->notes = $notes; $this->notes = $notes;
} }
/**
* @return Google_Service_AdExchangeBuyer_MarketplaceNote
*/
public function getNotes() public function getNotes()
{ {
return $this->notes; return $this->notes;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -21,10 +21,16 @@ class Google_Service_AdExchangeBuyer_GetOrdersResponse extends Google_Collection
protected $proposalsType = 'Google_Service_AdExchangeBuyer_Proposal'; protected $proposalsType = 'Google_Service_AdExchangeBuyer_Proposal';
protected $proposalsDataType = 'array'; protected $proposalsDataType = 'array';
/**
* @param Google_Service_AdExchangeBuyer_Proposal
*/
public function setProposals($proposals) public function setProposals($proposals)
{ {
$this->proposals = $proposals; $this->proposals = $proposals;
} }
/**
* @return Google_Service_AdExchangeBuyer_Proposal
*/
public function getProposals() public function getProposals()
{ {
return $this->proposals; return $this->proposals;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -21,10 +21,16 @@ class Google_Service_AdExchangeBuyer_GetPublisherProfilesByAccountIdResponse ext
protected $profilesType = 'Google_Service_AdExchangeBuyer_PublisherProfileApiProto'; protected $profilesType = 'Google_Service_AdExchangeBuyer_PublisherProfileApiProto';
protected $profilesDataType = 'array'; protected $profilesDataType = 'array';
/**
* @param Google_Service_AdExchangeBuyer_PublisherProfileApiProto
*/
public function setProfiles($profiles) public function setProfiles($profiles)
{ {
$this->profiles = $profiles; $this->profiles = $profiles;
} }
/**
* @return Google_Service_AdExchangeBuyer_PublisherProfileApiProto
*/
public function getProfiles() public function getProfiles()
{ {
return $this->profiles; return $this->profiles;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -33,6 +33,7 @@ class Google_Service_AdExchangeBuyer_MarketplaceDeal extends Google_Collection
public $flightStartTimeMs; public $flightStartTimeMs;
public $inventoryDescription; public $inventoryDescription;
public $isRfpTemplate; public $isRfpTemplate;
public $isSetupComplete;
public $kind; public $kind;
public $lastUpdateTimeMs; public $lastUpdateTimeMs;
public $name; public $name;
@ -49,10 +50,16 @@ class Google_Service_AdExchangeBuyer_MarketplaceDeal extends Google_Collection
protected $termsDataType = ''; protected $termsDataType = '';
public $webPropertyCode; public $webPropertyCode;
/**
* @param Google_Service_AdExchangeBuyer_PrivateData
*/
public function setBuyerPrivateData(Google_Service_AdExchangeBuyer_PrivateData $buyerPrivateData) public function setBuyerPrivateData(Google_Service_AdExchangeBuyer_PrivateData $buyerPrivateData)
{ {
$this->buyerPrivateData = $buyerPrivateData; $this->buyerPrivateData = $buyerPrivateData;
} }
/**
* @return Google_Service_AdExchangeBuyer_PrivateData
*/
public function getBuyerPrivateData() public function getBuyerPrivateData()
{ {
return $this->buyerPrivateData; return $this->buyerPrivateData;
@ -89,18 +96,30 @@ class Google_Service_AdExchangeBuyer_MarketplaceDeal extends Google_Collection
{ {
return $this->dealId; return $this->dealId;
} }
/**
* @param Google_Service_AdExchangeBuyer_DealServingMetadata
*/
public function setDealServingMetadata(Google_Service_AdExchangeBuyer_DealServingMetadata $dealServingMetadata) public function setDealServingMetadata(Google_Service_AdExchangeBuyer_DealServingMetadata $dealServingMetadata)
{ {
$this->dealServingMetadata = $dealServingMetadata; $this->dealServingMetadata = $dealServingMetadata;
} }
/**
* @return Google_Service_AdExchangeBuyer_DealServingMetadata
*/
public function getDealServingMetadata() public function getDealServingMetadata()
{ {
return $this->dealServingMetadata; return $this->dealServingMetadata;
} }
/**
* @param Google_Service_AdExchangeBuyer_DeliveryControl
*/
public function setDeliveryControl(Google_Service_AdExchangeBuyer_DeliveryControl $deliveryControl) public function setDeliveryControl(Google_Service_AdExchangeBuyer_DeliveryControl $deliveryControl)
{ {
$this->deliveryControl = $deliveryControl; $this->deliveryControl = $deliveryControl;
} }
/**
* @return Google_Service_AdExchangeBuyer_DeliveryControl
*/
public function getDeliveryControl() public function getDeliveryControl()
{ {
return $this->deliveryControl; return $this->deliveryControl;
@ -145,6 +164,14 @@ class Google_Service_AdExchangeBuyer_MarketplaceDeal extends Google_Collection
{ {
return $this->isRfpTemplate; return $this->isRfpTemplate;
} }
public function setIsSetupComplete($isSetupComplete)
{
$this->isSetupComplete = $isSetupComplete;
}
public function getIsSetupComplete()
{
return $this->isSetupComplete;
}
public function setKind($kind) public function setKind($kind)
{ {
$this->kind = $kind; $this->kind = $kind;
@ -201,18 +228,30 @@ class Google_Service_AdExchangeBuyer_MarketplaceDeal extends Google_Collection
{ {
return $this->proposalId; return $this->proposalId;
} }
/**
* @param Google_Service_AdExchangeBuyer_ContactInformation
*/
public function setSellerContacts($sellerContacts) public function setSellerContacts($sellerContacts)
{ {
$this->sellerContacts = $sellerContacts; $this->sellerContacts = $sellerContacts;
} }
/**
* @return Google_Service_AdExchangeBuyer_ContactInformation
*/
public function getSellerContacts() public function getSellerContacts()
{ {
return $this->sellerContacts; return $this->sellerContacts;
} }
/**
* @param Google_Service_AdExchangeBuyer_SharedTargeting
*/
public function setSharedTargetings($sharedTargetings) public function setSharedTargetings($sharedTargetings)
{ {
$this->sharedTargetings = $sharedTargetings; $this->sharedTargetings = $sharedTargetings;
} }
/**
* @return Google_Service_AdExchangeBuyer_SharedTargeting
*/
public function getSharedTargetings() public function getSharedTargetings()
{ {
return $this->sharedTargetings; return $this->sharedTargetings;
@ -225,10 +264,16 @@ class Google_Service_AdExchangeBuyer_MarketplaceDeal extends Google_Collection
{ {
return $this->syndicationProduct; return $this->syndicationProduct;
} }
/**
* @param Google_Service_AdExchangeBuyer_DealTerms
*/
public function setTerms(Google_Service_AdExchangeBuyer_DealTerms $terms) public function setTerms(Google_Service_AdExchangeBuyer_DealTerms $terms)
{ {
$this->terms = $terms; $this->terms = $terms;
} }
/**
* @return Google_Service_AdExchangeBuyer_DealTerms
*/
public function getTerms() public function getTerms()
{ {
return $this->terms; return $this->terms;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -22,18 +22,30 @@ class Google_Service_AdExchangeBuyer_MarketplaceDealParty extends Google_Model
protected $sellerType = 'Google_Service_AdExchangeBuyer_Seller'; protected $sellerType = 'Google_Service_AdExchangeBuyer_Seller';
protected $sellerDataType = ''; protected $sellerDataType = '';
/**
* @param Google_Service_AdExchangeBuyer_Buyer
*/
public function setBuyer(Google_Service_AdExchangeBuyer_Buyer $buyer) public function setBuyer(Google_Service_AdExchangeBuyer_Buyer $buyer)
{ {
$this->buyer = $buyer; $this->buyer = $buyer;
} }
/**
* @return Google_Service_AdExchangeBuyer_Buyer
*/
public function getBuyer() public function getBuyer()
{ {
return $this->buyer; return $this->buyer;
} }
/**
* @param Google_Service_AdExchangeBuyer_Seller
*/
public function setSeller(Google_Service_AdExchangeBuyer_Seller $seller) public function setSeller(Google_Service_AdExchangeBuyer_Seller $seller)
{ {
$this->seller = $seller; $this->seller = $seller;
} }
/**
* @return Google_Service_AdExchangeBuyer_Seller
*/
public function getSeller() public function getSeller()
{ {
return $this->seller; return $this->seller;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -39,10 +39,16 @@ class Google_Service_AdExchangeBuyer_MarketplaceLabel extends Google_Model
{ {
return $this->createTimeMs; return $this->createTimeMs;
} }
/**
* @param Google_Service_AdExchangeBuyer_MarketplaceDealParty
*/
public function setDeprecatedMarketplaceDealParty(Google_Service_AdExchangeBuyer_MarketplaceDealParty $deprecatedMarketplaceDealParty) public function setDeprecatedMarketplaceDealParty(Google_Service_AdExchangeBuyer_MarketplaceDealParty $deprecatedMarketplaceDealParty)
{ {
$this->deprecatedMarketplaceDealParty = $deprecatedMarketplaceDealParty; $this->deprecatedMarketplaceDealParty = $deprecatedMarketplaceDealParty;
} }
/**
* @return Google_Service_AdExchangeBuyer_MarketplaceDealParty
*/
public function getDeprecatedMarketplaceDealParty() public function getDeprecatedMarketplaceDealParty()
{ {
return $this->deprecatedMarketplaceDealParty; return $this->deprecatedMarketplaceDealParty;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -30,10 +30,16 @@ class Google_Service_AdExchangeBuyer_PerformanceReportList extends Google_Collec
{ {
return $this->kind; return $this->kind;
} }
/**
* @param Google_Service_AdExchangeBuyer_PerformanceReport
*/
public function setPerformanceReport($performanceReport) public function setPerformanceReport($performanceReport)
{ {
$this->performanceReport = $performanceReport; $this->performanceReport = $performanceReport;
} }
/**
* @return Google_Service_AdExchangeBuyer_PerformanceReport
*/
public function getPerformanceReport() public function getPerformanceReport()
{ {
return $this->performanceReport; return $this->performanceReport;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -81,10 +81,16 @@ class Google_Service_AdExchangeBuyer_PretargetingConfig extends Google_Collectio
{ {
return $this->creativeType; return $this->creativeType;
} }
/**
* @param Google_Service_AdExchangeBuyer_PretargetingConfigDimensions
*/
public function setDimensions($dimensions) public function setDimensions($dimensions)
{ {
$this->dimensions = $dimensions; $this->dimensions = $dimensions;
} }
/**
* @return Google_Service_AdExchangeBuyer_PretargetingConfigDimensions
*/
public function getDimensions() public function getDimensions()
{ {
return $this->dimensions; return $this->dimensions;
@ -105,10 +111,16 @@ class Google_Service_AdExchangeBuyer_PretargetingConfig extends Google_Collectio
{ {
return $this->excludedGeoCriteriaIds; return $this->excludedGeoCriteriaIds;
} }
/**
* @param Google_Service_AdExchangeBuyer_PretargetingConfigExcludedPlacements
*/
public function setExcludedPlacements($excludedPlacements) public function setExcludedPlacements($excludedPlacements)
{ {
$this->excludedPlacements = $excludedPlacements; $this->excludedPlacements = $excludedPlacements;
} }
/**
* @return Google_Service_AdExchangeBuyer_PretargetingConfigExcludedPlacements
*/
public function getExcludedPlacements() public function getExcludedPlacements()
{ {
return $this->excludedPlacements; return $this->excludedPlacements;
@ -193,10 +205,16 @@ class Google_Service_AdExchangeBuyer_PretargetingConfig extends Google_Collectio
{ {
return $this->mobileOperatingSystemVersions; return $this->mobileOperatingSystemVersions;
} }
/**
* @param Google_Service_AdExchangeBuyer_PretargetingConfigPlacements
*/
public function setPlacements($placements) public function setPlacements($placements)
{ {
$this->placements = $placements; $this->placements = $placements;
} }
/**
* @return Google_Service_AdExchangeBuyer_PretargetingConfigPlacements
*/
public function getPlacements() public function getPlacements()
{ {
return $this->placements; return $this->placements;
@ -249,10 +267,16 @@ class Google_Service_AdExchangeBuyer_PretargetingConfig extends Google_Collectio
{ {
return $this->verticals; return $this->verticals;
} }
/**
* @param Google_Service_AdExchangeBuyer_PretargetingConfigVideoPlayerSizes
*/
public function setVideoPlayerSizes($videoPlayerSizes) public function setVideoPlayerSizes($videoPlayerSizes)
{ {
$this->videoPlayerSizes = $videoPlayerSizes; $this->videoPlayerSizes = $videoPlayerSizes;
} }
/**
* @return Google_Service_AdExchangeBuyer_PretargetingConfigVideoPlayerSizes
*/
public function getVideoPlayerSizes() public function getVideoPlayerSizes()
{ {
return $this->videoPlayerSizes; return $this->videoPlayerSizes;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -22,10 +22,16 @@ class Google_Service_AdExchangeBuyer_PretargetingConfigList extends Google_Colle
protected $itemsDataType = 'array'; protected $itemsDataType = 'array';
public $kind; public $kind;
/**
* @param Google_Service_AdExchangeBuyer_PretargetingConfig
*/
public function setItems($items) public function setItems($items)
{ {
$this->items = $items; $this->items = $items;
} }
/**
* @return Google_Service_AdExchangeBuyer_PretargetingConfig
*/
public function getItems() public function getItems()
{ {
return $this->items; return $this->items;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -18,6 +18,8 @@
class Google_Service_AdExchangeBuyer_PricePerBuyer extends Google_Model class Google_Service_AdExchangeBuyer_PricePerBuyer extends Google_Model
{ {
public $auctionTier; public $auctionTier;
protected $billedBuyerType = 'Google_Service_AdExchangeBuyer_Buyer';
protected $billedBuyerDataType = '';
protected $buyerType = 'Google_Service_AdExchangeBuyer_Buyer'; protected $buyerType = 'Google_Service_AdExchangeBuyer_Buyer';
protected $buyerDataType = ''; protected $buyerDataType = '';
protected $priceType = 'Google_Service_AdExchangeBuyer_Price'; protected $priceType = 'Google_Service_AdExchangeBuyer_Price';
@ -31,18 +33,44 @@ class Google_Service_AdExchangeBuyer_PricePerBuyer extends Google_Model
{ {
return $this->auctionTier; 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) public function setBuyer(Google_Service_AdExchangeBuyer_Buyer $buyer)
{ {
$this->buyer = $buyer; $this->buyer = $buyer;
} }
/**
* @return Google_Service_AdExchangeBuyer_Buyer
*/
public function getBuyer() public function getBuyer()
{ {
return $this->buyer; return $this->buyer;
} }
/**
* @param Google_Service_AdExchangeBuyer_Price
*/
public function setPrice(Google_Service_AdExchangeBuyer_Price $price) public function setPrice(Google_Service_AdExchangeBuyer_Price $price)
{ {
$this->price = $price; $this->price = $price;
} }
/**
* @return Google_Service_AdExchangeBuyer_Price
*/
public function getPrice() public function getPrice()
{ {
return $this->price; return $this->price;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -18,9 +18,14 @@
class Google_Service_AdExchangeBuyer_Product extends Google_Collection class Google_Service_AdExchangeBuyer_Product extends Google_Collection
{ {
protected $collection_key = 'sharedTargetings'; protected $collection_key = 'sharedTargetings';
protected $billedBuyerType = 'Google_Service_AdExchangeBuyer_Buyer';
protected $billedBuyerDataType = '';
protected $buyerType = 'Google_Service_AdExchangeBuyer_Buyer';
protected $buyerDataType = '';
public $creationTimeMs; public $creationTimeMs;
protected $creatorContactsType = 'Google_Service_AdExchangeBuyer_ContactInformation'; protected $creatorContactsType = 'Google_Service_AdExchangeBuyer_ContactInformation';
protected $creatorContactsDataType = 'array'; protected $creatorContactsDataType = 'array';
public $creatorRole;
protected $deliveryControlType = 'Google_Service_AdExchangeBuyer_DeliveryControl'; protected $deliveryControlType = 'Google_Service_AdExchangeBuyer_DeliveryControl';
protected $deliveryControlDataType = ''; protected $deliveryControlDataType = '';
public $flightEndTimeMs; public $flightEndTimeMs;
@ -50,6 +55,34 @@ class Google_Service_AdExchangeBuyer_Product extends Google_Collection
protected $termsDataType = ''; protected $termsDataType = '';
public $webPropertyCode; public $webPropertyCode;
/**
* @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;
}
public function setCreationTimeMs($creationTimeMs) public function setCreationTimeMs($creationTimeMs)
{ {
$this->creationTimeMs = $creationTimeMs; $this->creationTimeMs = $creationTimeMs;
@ -58,18 +91,38 @@ class Google_Service_AdExchangeBuyer_Product extends Google_Collection
{ {
return $this->creationTimeMs; return $this->creationTimeMs;
} }
/**
* @param Google_Service_AdExchangeBuyer_ContactInformation
*/
public function setCreatorContacts($creatorContacts) public function setCreatorContacts($creatorContacts)
{ {
$this->creatorContacts = $creatorContacts; $this->creatorContacts = $creatorContacts;
} }
/**
* @return Google_Service_AdExchangeBuyer_ContactInformation
*/
public function getCreatorContacts() public function getCreatorContacts()
{ {
return $this->creatorContacts; 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) public function setDeliveryControl(Google_Service_AdExchangeBuyer_DeliveryControl $deliveryControl)
{ {
$this->deliveryControl = $deliveryControl; $this->deliveryControl = $deliveryControl;
} }
/**
* @return Google_Service_AdExchangeBuyer_DeliveryControl
*/
public function getDeliveryControl() public function getDeliveryControl()
{ {
return $this->deliveryControl; return $this->deliveryControl;
@ -114,10 +167,16 @@ class Google_Service_AdExchangeBuyer_Product extends Google_Collection
{ {
return $this->kind; return $this->kind;
} }
/**
* @param Google_Service_AdExchangeBuyer_MarketplaceLabel
*/
public function setLabels($labels) public function setLabels($labels)
{ {
$this->labels = $labels; $this->labels = $labels;
} }
/**
* @return Google_Service_AdExchangeBuyer_MarketplaceLabel
*/
public function getLabels() public function getLabels()
{ {
return $this->labels; return $this->labels;
@ -178,10 +237,16 @@ class Google_Service_AdExchangeBuyer_Product extends Google_Collection
{ {
return $this->publisherProfileId; return $this->publisherProfileId;
} }
/**
* @param Google_Service_AdExchangeBuyer_PublisherProvidedForecast
*/
public function setPublisherProvidedForecast(Google_Service_AdExchangeBuyer_PublisherProvidedForecast $publisherProvidedForecast) public function setPublisherProvidedForecast(Google_Service_AdExchangeBuyer_PublisherProvidedForecast $publisherProvidedForecast)
{ {
$this->publisherProvidedForecast = $publisherProvidedForecast; $this->publisherProvidedForecast = $publisherProvidedForecast;
} }
/**
* @return Google_Service_AdExchangeBuyer_PublisherProvidedForecast
*/
public function getPublisherProvidedForecast() public function getPublisherProvidedForecast()
{ {
return $this->publisherProvidedForecast; return $this->publisherProvidedForecast;
@ -194,18 +259,30 @@ class Google_Service_AdExchangeBuyer_Product extends Google_Collection
{ {
return $this->revisionNumber; return $this->revisionNumber;
} }
/**
* @param Google_Service_AdExchangeBuyer_Seller
*/
public function setSeller(Google_Service_AdExchangeBuyer_Seller $seller) public function setSeller(Google_Service_AdExchangeBuyer_Seller $seller)
{ {
$this->seller = $seller; $this->seller = $seller;
} }
/**
* @return Google_Service_AdExchangeBuyer_Seller
*/
public function getSeller() public function getSeller()
{ {
return $this->seller; return $this->seller;
} }
/**
* @param Google_Service_AdExchangeBuyer_SharedTargeting
*/
public function setSharedTargetings($sharedTargetings) public function setSharedTargetings($sharedTargetings)
{ {
$this->sharedTargetings = $sharedTargetings; $this->sharedTargetings = $sharedTargetings;
} }
/**
* @return Google_Service_AdExchangeBuyer_SharedTargeting
*/
public function getSharedTargetings() public function getSharedTargetings()
{ {
return $this->sharedTargetings; return $this->sharedTargetings;
@ -226,10 +303,16 @@ class Google_Service_AdExchangeBuyer_Product extends Google_Collection
{ {
return $this->syndicationProduct; return $this->syndicationProduct;
} }
/**
* @param Google_Service_AdExchangeBuyer_DealTerms
*/
public function setTerms(Google_Service_AdExchangeBuyer_DealTerms $terms) public function setTerms(Google_Service_AdExchangeBuyer_DealTerms $terms)
{ {
$this->terms = $terms; $this->terms = $terms;
} }
/**
* @return Google_Service_AdExchangeBuyer_DealTerms
*/
public function getTerms() public function getTerms()
{ {
return $this->terms; return $this->terms;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -49,34 +49,58 @@ class Google_Service_AdExchangeBuyer_Proposal extends Google_Collection
protected $sellerContactsType = 'Google_Service_AdExchangeBuyer_ContactInformation'; protected $sellerContactsType = 'Google_Service_AdExchangeBuyer_ContactInformation';
protected $sellerContactsDataType = 'array'; protected $sellerContactsDataType = 'array';
/**
* @param Google_Service_AdExchangeBuyer_Buyer
*/
public function setBilledBuyer(Google_Service_AdExchangeBuyer_Buyer $billedBuyer) public function setBilledBuyer(Google_Service_AdExchangeBuyer_Buyer $billedBuyer)
{ {
$this->billedBuyer = $billedBuyer; $this->billedBuyer = $billedBuyer;
} }
/**
* @return Google_Service_AdExchangeBuyer_Buyer
*/
public function getBilledBuyer() public function getBilledBuyer()
{ {
return $this->billedBuyer; return $this->billedBuyer;
} }
/**
* @param Google_Service_AdExchangeBuyer_Buyer
*/
public function setBuyer(Google_Service_AdExchangeBuyer_Buyer $buyer) public function setBuyer(Google_Service_AdExchangeBuyer_Buyer $buyer)
{ {
$this->buyer = $buyer; $this->buyer = $buyer;
} }
/**
* @return Google_Service_AdExchangeBuyer_Buyer
*/
public function getBuyer() public function getBuyer()
{ {
return $this->buyer; return $this->buyer;
} }
/**
* @param Google_Service_AdExchangeBuyer_ContactInformation
*/
public function setBuyerContacts($buyerContacts) public function setBuyerContacts($buyerContacts)
{ {
$this->buyerContacts = $buyerContacts; $this->buyerContacts = $buyerContacts;
} }
/**
* @return Google_Service_AdExchangeBuyer_ContactInformation
*/
public function getBuyerContacts() public function getBuyerContacts()
{ {
return $this->buyerContacts; return $this->buyerContacts;
} }
/**
* @param Google_Service_AdExchangeBuyer_PrivateData
*/
public function setBuyerPrivateData(Google_Service_AdExchangeBuyer_PrivateData $buyerPrivateData) public function setBuyerPrivateData(Google_Service_AdExchangeBuyer_PrivateData $buyerPrivateData)
{ {
$this->buyerPrivateData = $buyerPrivateData; $this->buyerPrivateData = $buyerPrivateData;
} }
/**
* @return Google_Service_AdExchangeBuyer_PrivateData
*/
public function getBuyerPrivateData() public function getBuyerPrivateData()
{ {
return $this->buyerPrivateData; return $this->buyerPrivateData;
@ -137,10 +161,16 @@ class Google_Service_AdExchangeBuyer_Proposal extends Google_Collection
{ {
return $this->kind; return $this->kind;
} }
/**
* @param Google_Service_AdExchangeBuyer_MarketplaceLabel
*/
public function setLabels($labels) public function setLabels($labels)
{ {
$this->labels = $labels; $this->labels = $labels;
} }
/**
* @return Google_Service_AdExchangeBuyer_MarketplaceLabel
*/
public function getLabels() public function getLabels()
{ {
return $this->labels; return $this->labels;
@ -217,18 +247,30 @@ class Google_Service_AdExchangeBuyer_Proposal extends Google_Collection
{ {
return $this->revisionTimeMs; return $this->revisionTimeMs;
} }
/**
* @param Google_Service_AdExchangeBuyer_Seller
*/
public function setSeller(Google_Service_AdExchangeBuyer_Seller $seller) public function setSeller(Google_Service_AdExchangeBuyer_Seller $seller)
{ {
$this->seller = $seller; $this->seller = $seller;
} }
/**
* @return Google_Service_AdExchangeBuyer_Seller
*/
public function getSeller() public function getSeller()
{ {
return $this->seller; return $this->seller;
} }
/**
* @param Google_Service_AdExchangeBuyer_ContactInformation
*/
public function setSellerContacts($sellerContacts) public function setSellerContacts($sellerContacts)
{ {
$this->sellerContacts = $sellerContacts; $this->sellerContacts = $sellerContacts;
} }
/**
* @return Google_Service_AdExchangeBuyer_ContactInformation
*/
public function getSellerContacts() public function getSellerContacts()
{ {
return $this->sellerContacts; return $this->sellerContacts;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -180,10 +180,16 @@ class Google_Service_AdExchangeBuyer_PublisherProfileApiProto extends Google_Col
{ {
return $this->publisherProfileId; return $this->publisherProfileId;
} }
/**
* @param Google_Service_AdExchangeBuyer_PublisherProvidedForecast
*/
public function setPublisherProvidedForecast(Google_Service_AdExchangeBuyer_PublisherProvidedForecast $publisherProvidedForecast) public function setPublisherProvidedForecast(Google_Service_AdExchangeBuyer_PublisherProvidedForecast $publisherProvidedForecast)
{ {
$this->publisherProvidedForecast = $publisherProvidedForecast; $this->publisherProvidedForecast = $publisherProvidedForecast;
} }
/**
* @return Google_Service_AdExchangeBuyer_PublisherProvidedForecast
*/
public function getPublisherProvidedForecast() public function getPublisherProvidedForecast()
{ {
return $this->publisherProvidedForecast; return $this->publisherProvidedForecast;
@ -204,10 +210,16 @@ class Google_Service_AdExchangeBuyer_PublisherProfileApiProto extends Google_Col
{ {
return $this->samplePageLink; return $this->samplePageLink;
} }
/**
* @param Google_Service_AdExchangeBuyer_Seller
*/
public function setSeller(Google_Service_AdExchangeBuyer_Seller $seller) public function setSeller(Google_Service_AdExchangeBuyer_Seller $seller)
{ {
$this->seller = $seller; $this->seller = $seller;
} }
/**
* @return Google_Service_AdExchangeBuyer_Seller
*/
public function getSeller() public function getSeller()
{ {
return $this->seller; return $this->seller;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -23,10 +23,16 @@ class Google_Service_AdExchangeBuyer_PublisherProvidedForecast extends Google_Co
public $weeklyImpressions; public $weeklyImpressions;
public $weeklyUniques; public $weeklyUniques;
/**
* @param Google_Service_AdExchangeBuyer_Dimension
*/
public function setDimensions($dimensions) public function setDimensions($dimensions)
{ {
$this->dimensions = $dimensions; $this->dimensions = $dimensions;
} }
/**
* @return Google_Service_AdExchangeBuyer_Dimension
*/
public function getDimensions() public function getDimensions()
{ {
return $this->dimensions; return $this->dimensions;

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of

View File

@ -1,6 +1,6 @@
<?php <?php
/* /*
* Copyright 2016 Google Inc. * Copyright 2014 Google Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * 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 * use this file except in compliance with the License. You may obtain a copy of
@ -24,18 +24,30 @@ class Google_Service_AdExchangeBuyer_SharedTargeting extends Google_Collection
protected $inclusionsDataType = 'array'; protected $inclusionsDataType = 'array';
public $key; public $key;
/**
* @param Google_Service_AdExchangeBuyer_TargetingValue
*/
public function setExclusions($exclusions) public function setExclusions($exclusions)
{ {
$this->exclusions = $exclusions; $this->exclusions = $exclusions;
} }
/**
* @return Google_Service_AdExchangeBuyer_TargetingValue
*/
public function getExclusions() public function getExclusions()
{ {
return $this->exclusions; return $this->exclusions;
} }
/**
* @param Google_Service_AdExchangeBuyer_TargetingValue
*/
public function setInclusions($inclusions) public function setInclusions($inclusions)
{ {
$this->inclusions = $inclusions; $this->inclusions = $inclusions;
} }
/**
* @return Google_Service_AdExchangeBuyer_TargetingValue
*/
public function getInclusions() public function getInclusions()
{ {
return $this->inclusions; return $this->inclusions;

Some files were not shown because too many files have changed in this diff Show More