update composer dependencies

This commit is contained in:
2019-10-14 22:46:03 +02:00
parent 759eb88ef8
commit 307849f308
1100 changed files with 36539 additions and 22671 deletions

115
composer.lock generated
View File

@@ -54,16 +54,16 @@
}, },
{ {
"name": "google/apiclient", "name": "google/apiclient",
"version": "v2.2.4", "version": "v2.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/googleapis/google-api-php-client.git", "url": "https://github.com/googleapis/google-api-php-client.git",
"reference": "d6c7563bdf88d6a0719ea63e21c74dc86032364e" "reference": "cd3c37998020d91ae4eafca4f26a92da4dabba83"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/d6c7563bdf88d6a0719ea63e21c74dc86032364e", "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/cd3c37998020d91ae4eafca4f26a92da4dabba83",
"reference": "d6c7563bdf88d6a0719ea63e21c74dc86032364e", "reference": "cd3c37998020d91ae4eafca4f26a92da4dabba83",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -72,7 +72,7 @@
"google/auth": "^1.0", "google/auth": "^1.0",
"guzzlehttp/guzzle": "~5.3.1||~6.0", "guzzlehttp/guzzle": "~5.3.1||~6.0",
"guzzlehttp/psr7": "^1.2", "guzzlehttp/psr7": "^1.2",
"monolog/monolog": "^1.17", "monolog/monolog": "^1.17|^2.0",
"php": ">=5.4", "php": ">=5.4",
"phpseclib/phpseclib": "~0.3.10||~2.0" "phpseclib/phpseclib": "~0.3.10||~2.0"
}, },
@@ -111,20 +111,20 @@
"keywords": [ "keywords": [
"google" "google"
], ],
"time": "2019-08-19T18:09:46+00:00" "time": "2019-09-11T17:38:10+00:00"
}, },
{ {
"name": "google/apiclient-services", "name": "google/apiclient-services",
"version": "v0.110", "version": "v0.118",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/googleapis/google-api-php-client-services.git", "url": "https://github.com/googleapis/google-api-php-client-services.git",
"reference": "9d9e0a4e180cf09a52ab04535ca4f669031f8c54" "reference": "3db3c3097dcfb2e2cd578053f28be20fe4ad8e01"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/9d9e0a4e180cf09a52ab04535ca4f669031f8c54", "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/3db3c3097dcfb2e2cd578053f28be20fe4ad8e01",
"reference": "9d9e0a4e180cf09a52ab04535ca4f669031f8c54", "reference": "3db3c3097dcfb2e2cd578053f28be20fe4ad8e01",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -148,20 +148,20 @@
"keywords": [ "keywords": [
"google" "google"
], ],
"time": "2019-08-17T00:23:23+00:00" "time": "2019-10-14T00:24:06+00:00"
}, },
{ {
"name": "google/auth", "name": "google/auth",
"version": "v1.5.2", "version": "v1.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/googleapis/google-auth-library-php.git", "url": "https://github.com/googleapis/google-auth-library-php.git",
"reference": "2ee962e5df3e9427fda859f1b0515d6d62c4afa5" "reference": "6d5455b4c0f4a58b1f1b4bdf2ba49221123698b3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/2ee962e5df3e9427fda859f1b0515d6d62c4afa5", "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/6d5455b4c0f4a58b1f1b4bdf2ba49221123698b3",
"reference": "2ee962e5df3e9427fda859f1b0515d6d62c4afa5", "reference": "6d5455b4c0f4a58b1f1b4bdf2ba49221123698b3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -180,7 +180,7 @@
"sebastian/comparator": ">=1.2.3" "sebastian/comparator": ">=1.2.3"
}, },
"suggest": { "suggest": {
"phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings. Please require version ^2." "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -199,7 +199,7 @@
"google", "google",
"oauth2" "oauth2"
], ],
"time": "2019-07-22T21:01:31+00:00" "time": "2019-10-01T18:35:05+00:00"
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
@@ -390,16 +390,16 @@
}, },
{ {
"name": "mobiledetect/mobiledetectlib", "name": "mobiledetect/mobiledetectlib",
"version": "2.8.33", "version": "2.8.34",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/serbanghita/Mobile-Detect.git", "url": "https://github.com/serbanghita/Mobile-Detect.git",
"reference": "cd385290f9a0d609d2eddd165a1e44ec1bf12102" "reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/cd385290f9a0d609d2eddd165a1e44ec1bf12102", "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/6f8113f57a508494ca36acbcfa2dc2d923c7ed5b",
"reference": "cd385290f9a0d609d2eddd165a1e44ec1bf12102", "reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -424,9 +424,9 @@
"authors": [ "authors": [
{ {
"name": "Serban Ghita", "name": "Serban Ghita",
"role": "Developer",
"email": "serbanghita@gmail.com", "email": "serbanghita@gmail.com",
"homepage": "http://mobiledetect.net" "homepage": "http://mobiledetect.net",
"role": "Developer"
} }
], ],
"description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.", "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
@@ -438,25 +438,25 @@
"mobile detector", "mobile detector",
"php mobile detect" "php mobile detect"
], ],
"time": "2018-09-01T15:05:15+00:00" "time": "2019-09-18T18:44:20+00:00"
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
"version": "1.24.0", "version": "2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Seldaek/monolog.git", "url": "https://github.com/Seldaek/monolog.git",
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266" "reference": "68545165e19249013afd1d6f7485aecff07a2d22"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/68545165e19249013afd1d6f7485aecff07a2d22",
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", "reference": "68545165e19249013afd1d6f7485aecff07a2d22",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.0", "php": "^7.2",
"psr/log": "~1.0" "psr/log": "^1.0.1"
}, },
"provide": { "provide": {
"psr/log-implementation": "1.0.0" "psr/log-implementation": "1.0.0"
@@ -464,33 +464,36 @@
"require-dev": { "require-dev": {
"aws/aws-sdk-php": "^2.4.9 || ^3.0", "aws/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine/couchdb": "~1.0@dev", "doctrine/couchdb": "~1.0@dev",
"graylog2/gelf-php": "~1.0", "elasticsearch/elasticsearch": "^6.0",
"jakub-onderka/php-parallel-lint": "0.9", "graylog2/gelf-php": "^1.4.2",
"jakub-onderka/php-parallel-lint": "^0.9",
"php-amqplib/php-amqplib": "~2.4", "php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3", "php-console/php-console": "^3.1.3",
"phpunit/phpunit": "~4.5", "phpspec/prophecy": "^1.6.1",
"phpunit/phpunit-mock-objects": "2.3.0", "phpunit/phpunit": "^8.3",
"predis/predis": "^1.1",
"rollbar/rollbar": "^1.3",
"ruflin/elastica": ">=0.90 <3.0", "ruflin/elastica": ">=0.90 <3.0",
"sentry/sentry": "^0.13",
"swiftmailer/swiftmailer": "^5.3|^6.0" "swiftmailer/swiftmailer": "^5.3|^6.0"
}, },
"suggest": { "suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server", "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-mongo": "Allow sending log messages to a MongoDB server", "ext-mbstring": "Allow to work properly with unicode symbols",
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "php-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", "php-console/php-console": "Allow sending log messages to Google Chrome",
"rollbar/rollbar": "Allow sending log messages to Rollbar", "rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server", "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
"sentry/sentry": "Allow sending log messages to a Sentry server"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.0.x-dev" "dev-master": "2.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -516,20 +519,20 @@
"logging", "logging",
"psr-3" "psr-3"
], ],
"time": "2018-11-05T09:00:11+00:00" "time": "2019-08-30T09:56:44+00:00"
}, },
{ {
"name": "phpseclib/phpseclib", "name": "phpseclib/phpseclib",
"version": "2.0.21", "version": "2.0.23",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpseclib/phpseclib.git", "url": "https://github.com/phpseclib/phpseclib.git",
"reference": "9f1287e68b3f283339a9f98f67515dd619e5bf9d" "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/9f1287e68b3f283339a9f98f67515dd619e5bf9d", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
"reference": "9f1287e68b3f283339a9f98f67515dd619e5bf9d", "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -563,28 +566,28 @@
"authors": [ "authors": [
{ {
"name": "Jim Wigginton", "name": "Jim Wigginton",
"role": "Lead Developer", "email": "terrafrost@php.net",
"email": "terrafrost@php.net" "role": "Lead Developer"
}, },
{ {
"name": "Patrick Monnerat", "name": "Patrick Monnerat",
"role": "Developer", "email": "pm@datasphere.ch",
"email": "pm@datasphere.ch" "role": "Developer"
}, },
{ {
"name": "Andreas Fischer", "name": "Andreas Fischer",
"role": "Developer", "email": "bantu@phpbb.com",
"email": "bantu@phpbb.com" "role": "Developer"
}, },
{ {
"name": "Hans-Jürgen Petrich", "name": "Hans-Jürgen Petrich",
"role": "Developer", "email": "petrich@tronic-media.com",
"email": "petrich@tronic-media.com" "role": "Developer"
}, },
{ {
"name": "Graham Campbell", "name": "Graham Campbell",
"role": "Developer", "email": "graham@alt-three.com",
"email": "graham@alt-three.com" "role": "Developer"
} }
], ],
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
@@ -608,7 +611,7 @@
"x.509", "x.509",
"x509" "x509"
], ],
"time": "2019-07-12T12:53:49+00:00" "time": "2019-09-17T03:41:22+00:00"
}, },
{ {
"name": "psr/cache", "name": "psr/cache",

View File

@@ -382,100 +382,6 @@
"url" "url"
] ]
}, },
{
"name": "phpseclib/phpseclib",
"version": "2.0.21",
"version_normalized": "2.0.21.0",
"source": {
"type": "git",
"url": "https://github.com/phpseclib/phpseclib.git",
"reference": "9f1287e68b3f283339a9f98f67515dd619e5bf9d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/9f1287e68b3f283339a9f98f67515dd619e5bf9d",
"reference": "9f1287e68b3f283339a9f98f67515dd619e5bf9d",
"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": "2019-07-12T12:53:49+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",
"role": "Lead Developer",
"email": "terrafrost@php.net"
},
{
"name": "Patrick Monnerat",
"role": "Developer",
"email": "pm@datasphere.ch"
},
{
"name": "Andreas Fischer",
"role": "Developer",
"email": "bantu@phpbb.com"
},
{
"name": "Hans-Jürgen Petrich",
"role": "Developer",
"email": "petrich@tronic-media.com"
},
{
"name": "Graham Campbell",
"role": "Developer",
"email": "graham@alt-three.com"
}
],
"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.1.0", "version": "1.1.0",
@@ -526,23 +432,117 @@
] ]
}, },
{ {
"name": "monolog/monolog", "name": "phpseclib/phpseclib",
"version": "1.24.0", "version": "2.0.23",
"version_normalized": "1.24.0.0", "version_normalized": "2.0.23.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Seldaek/monolog.git", "url": "https://github.com/phpseclib/phpseclib.git",
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266" "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.0", "php": ">=5.3.3"
"psr/log": "~1.0" },
"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": "2019-09-17T03:41:22+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": "2.0.0",
"version_normalized": "2.0.0.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "68545165e19249013afd1d6f7485aecff07a2d22"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/68545165e19249013afd1d6f7485aecff07a2d22",
"reference": "68545165e19249013afd1d6f7485aecff07a2d22",
"shasum": ""
},
"require": {
"php": "^7.2",
"psr/log": "^1.0.1"
}, },
"provide": { "provide": {
"psr/log-implementation": "1.0.0" "psr/log-implementation": "1.0.0"
@@ -550,34 +550,37 @@
"require-dev": { "require-dev": {
"aws/aws-sdk-php": "^2.4.9 || ^3.0", "aws/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine/couchdb": "~1.0@dev", "doctrine/couchdb": "~1.0@dev",
"graylog2/gelf-php": "~1.0", "elasticsearch/elasticsearch": "^6.0",
"jakub-onderka/php-parallel-lint": "0.9", "graylog2/gelf-php": "^1.4.2",
"jakub-onderka/php-parallel-lint": "^0.9",
"php-amqplib/php-amqplib": "~2.4", "php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3", "php-console/php-console": "^3.1.3",
"phpunit/phpunit": "~4.5", "phpspec/prophecy": "^1.6.1",
"phpunit/phpunit-mock-objects": "2.3.0", "phpunit/phpunit": "^8.3",
"predis/predis": "^1.1",
"rollbar/rollbar": "^1.3",
"ruflin/elastica": ">=0.90 <3.0", "ruflin/elastica": ">=0.90 <3.0",
"sentry/sentry": "^0.13",
"swiftmailer/swiftmailer": "^5.3|^6.0" "swiftmailer/swiftmailer": "^5.3|^6.0"
}, },
"suggest": { "suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server", "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-mongo": "Allow sending log messages to a MongoDB server", "ext-mbstring": "Allow to work properly with unicode symbols",
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "php-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", "php-console/php-console": "Allow sending log messages to Google Chrome",
"rollbar/rollbar": "Allow sending log messages to Rollbar", "rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server", "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
"sentry/sentry": "Allow sending log messages to a Sentry server"
}, },
"time": "2018-11-05T09:00:11+00:00", "time": "2019-08-30T09:56:44+00:00",
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.0.x-dev" "dev-master": "2.x-dev"
} }
}, },
"installation-source": "dist", "installation-source": "dist",
@@ -607,17 +610,17 @@
}, },
{ {
"name": "google/apiclient-services", "name": "google/apiclient-services",
"version": "v0.110", "version": "v0.118",
"version_normalized": "0.110.0.0", "version_normalized": "0.118.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/googleapis/google-api-php-client-services.git", "url": "https://github.com/googleapis/google-api-php-client-services.git",
"reference": "9d9e0a4e180cf09a52ab04535ca4f669031f8c54" "reference": "3db3c3097dcfb2e2cd578053f28be20fe4ad8e01"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/9d9e0a4e180cf09a52ab04535ca4f669031f8c54", "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/3db3c3097dcfb2e2cd578053f28be20fe4ad8e01",
"reference": "9d9e0a4e180cf09a52ab04535ca4f669031f8c54", "reference": "3db3c3097dcfb2e2cd578053f28be20fe4ad8e01",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -626,7 +629,7 @@
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.8" "phpunit/phpunit": "~4.8"
}, },
"time": "2019-08-17T00:23:23+00:00", "time": "2019-10-14T00:24:06+00:00",
"type": "library", "type": "library",
"installation-source": "dist", "installation-source": "dist",
"autoload": { "autoload": {
@@ -646,17 +649,17 @@
}, },
{ {
"name": "google/auth", "name": "google/auth",
"version": "v1.5.2", "version": "v1.6.0",
"version_normalized": "1.5.2.0", "version_normalized": "1.6.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/googleapis/google-auth-library-php.git", "url": "https://github.com/googleapis/google-auth-library-php.git",
"reference": "2ee962e5df3e9427fda859f1b0515d6d62c4afa5" "reference": "6d5455b4c0f4a58b1f1b4bdf2ba49221123698b3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/2ee962e5df3e9427fda859f1b0515d6d62c4afa5", "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/6d5455b4c0f4a58b1f1b4bdf2ba49221123698b3",
"reference": "2ee962e5df3e9427fda859f1b0515d6d62c4afa5", "reference": "6d5455b4c0f4a58b1f1b4bdf2ba49221123698b3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -675,9 +678,9 @@
"sebastian/comparator": ">=1.2.3" "sebastian/comparator": ">=1.2.3"
}, },
"suggest": { "suggest": {
"phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings. Please require version ^2." "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
}, },
"time": "2019-07-22T21:01:31+00:00", "time": "2019-10-01T18:35:05+00:00",
"type": "library", "type": "library",
"installation-source": "dist", "installation-source": "dist",
"autoload": { "autoload": {
@@ -699,17 +702,17 @@
}, },
{ {
"name": "google/apiclient", "name": "google/apiclient",
"version": "v2.2.4", "version": "v2.4.0",
"version_normalized": "2.2.4.0", "version_normalized": "2.4.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/googleapis/google-api-php-client.git", "url": "https://github.com/googleapis/google-api-php-client.git",
"reference": "d6c7563bdf88d6a0719ea63e21c74dc86032364e" "reference": "cd3c37998020d91ae4eafca4f26a92da4dabba83"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/d6c7563bdf88d6a0719ea63e21c74dc86032364e", "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/cd3c37998020d91ae4eafca4f26a92da4dabba83",
"reference": "d6c7563bdf88d6a0719ea63e21c74dc86032364e", "reference": "cd3c37998020d91ae4eafca4f26a92da4dabba83",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -718,7 +721,7 @@
"google/auth": "^1.0", "google/auth": "^1.0",
"guzzlehttp/guzzle": "~5.3.1||~6.0", "guzzlehttp/guzzle": "~5.3.1||~6.0",
"guzzlehttp/psr7": "^1.2", "guzzlehttp/psr7": "^1.2",
"monolog/monolog": "^1.17", "monolog/monolog": "^1.17|^2.0",
"php": ">=5.4", "php": ">=5.4",
"phpseclib/phpseclib": "~0.3.10||~2.0" "phpseclib/phpseclib": "~0.3.10||~2.0"
}, },
@@ -734,7 +737,7 @@
"suggest": { "suggest": {
"cache/filesystem-adapter": "For caching certs and tokens (using Google_Client::setCache)" "cache/filesystem-adapter": "For caching certs and tokens (using Google_Client::setCache)"
}, },
"time": "2019-08-19T18:09:46+00:00", "time": "2019-09-11T17:38:10+00:00",
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
@@ -762,17 +765,17 @@
}, },
{ {
"name": "mobiledetect/mobiledetectlib", "name": "mobiledetect/mobiledetectlib",
"version": "2.8.33", "version": "2.8.34",
"version_normalized": "2.8.33.0", "version_normalized": "2.8.34.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/serbanghita/Mobile-Detect.git", "url": "https://github.com/serbanghita/Mobile-Detect.git",
"reference": "cd385290f9a0d609d2eddd165a1e44ec1bf12102" "reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/cd385290f9a0d609d2eddd165a1e44ec1bf12102", "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/6f8113f57a508494ca36acbcfa2dc2d923c7ed5b",
"reference": "cd385290f9a0d609d2eddd165a1e44ec1bf12102", "reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -781,7 +784,7 @@
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.8.35||~5.7" "phpunit/phpunit": "~4.8.35||~5.7"
}, },
"time": "2018-09-01T15:05:15+00:00", "time": "2019-09-18T18:44:20+00:00",
"type": "library", "type": "library",
"installation-source": "dist", "installation-source": "dist",
"autoload": { "autoload": {
@@ -799,9 +802,9 @@
"authors": [ "authors": [
{ {
"name": "Serban Ghita", "name": "Serban Ghita",
"role": "Developer",
"email": "serbanghita@gmail.com", "email": "serbanghita@gmail.com",
"homepage": "http://mobiledetect.net" "homepage": "http://mobiledetect.net",
"role": "Developer"
} }
], ],
"description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.", "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",

View File

@@ -26,15 +26,12 @@
class Google_Service_AbusiveExperienceReport_Resource_Sites extends Google_Service_Resource class Google_Service_AbusiveExperienceReport_Resource_Sites extends Google_Service_Resource
{ {
/** /**
* Gets a summary of the abusive experience rating of a site. (sites.get) * Gets a site's Abusive Experience Report summary. (sites.get)
* *
* @param string $name The required site name. This is the site property whose * @param string $name Required. The name of the site whose summary to get, e.g.
* abusive experiences have been reviewed, and it must be URL-encoded. For * `sites/http%3A%2F%2Fwww.google.com%2F`.
* example, sites/https%3A%2F%2Fwww.google.com. The server will return an error *
* of BAD_REQUEST if this field is not filled in. Note that if the site property * Format: `sites/{site}`
* is not yet verified in Search Console, the reportUrl field returned by the
* API will lead to the verification page, prompting the user to go through that
* process before they can gain access to the Abusive Experience Report.
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* @return Google_Service_AbusiveExperienceReport_SiteSummaryResponse * @return Google_Service_AbusiveExperienceReport_SiteSummaryResponse
*/ */

View File

@@ -26,7 +26,7 @@
class Google_Service_AbusiveExperienceReport_Resource_ViolatingSites extends Google_Service_Resource class Google_Service_AbusiveExperienceReport_Resource_ViolatingSites extends Google_Service_Resource
{ {
/** /**
* Lists sites with Abusive Experience Report statuses of "Failing". * Lists sites that are failing in the Abusive Experience Report.
* (violatingSites.listViolatingSites) * (violatingSites.listViolatingSites)
* *
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.

View File

@@ -327,6 +327,10 @@ class Google_Service_AccessApproval extends Google_Service
'type' => 'string', 'type' => 'string',
'required' => true, 'required' => true,
), ),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array( 'pageToken' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
@@ -335,10 +339,6 @@ class Google_Service_AccessApproval extends Google_Service
'location' => 'query', 'location' => 'query',
'type' => 'integer', 'type' => 'integer',
), ),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
), ),
), ),
) )

View File

@@ -52,8 +52,8 @@ class Google_Service_AccessApproval_Resource_Folders extends Google_Service_Reso
* @param Google_Service_AccessApproval_AccessApprovalSettings $postBody * @param Google_Service_AccessApproval_AccessApprovalSettings $postBody
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string updateMask The update mask applies to the settings. For the * @opt_param string updateMask For the `FieldMask` definition, see
* `FieldMask` definition, see https://developers.google.com/protocol- * https://developers.google.com/protocol-
* buffers/docs/reference/google.protobuf#fieldmask If this field is left unset, * buffers/docs/reference/google.protobuf#fieldmask If this field is left unset,
* only the notification_emails field will be updated. * only the notification_emails field will be updated.
* @return Google_Service_AccessApproval_AccessApprovalSettings * @return Google_Service_AccessApproval_AccessApprovalSettings

View File

@@ -52,8 +52,8 @@ class Google_Service_AccessApproval_Resource_Organizations extends Google_Servic
* @param Google_Service_AccessApproval_AccessApprovalSettings $postBody * @param Google_Service_AccessApproval_AccessApprovalSettings $postBody
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string updateMask The update mask applies to the settings. For the * @opt_param string updateMask For the `FieldMask` definition, see
* `FieldMask` definition, see https://developers.google.com/protocol- * https://developers.google.com/protocol-
* buffers/docs/reference/google.protobuf#fieldmask If this field is left unset, * buffers/docs/reference/google.protobuf#fieldmask If this field is left unset,
* only the notification_emails field will be updated. * only the notification_emails field will be updated.
* @return Google_Service_AccessApproval_AccessApprovalSettings * @return Google_Service_AccessApproval_AccessApprovalSettings

View File

@@ -52,8 +52,8 @@ class Google_Service_AccessApproval_Resource_Projects extends Google_Service_Res
* @param Google_Service_AccessApproval_AccessApprovalSettings $postBody * @param Google_Service_AccessApproval_AccessApprovalSettings $postBody
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string updateMask The update mask applies to the settings. For the * @opt_param string updateMask For the `FieldMask` definition, see
* `FieldMask` definition, see https://developers.google.com/protocol- * https://developers.google.com/protocol-
* buffers/docs/reference/google.protobuf#fieldmask If this field is left unset, * buffers/docs/reference/google.protobuf#fieldmask If this field is left unset,
* only the notification_emails field will be updated. * only the notification_emails field will be updated.
* @return Google_Service_AccessApproval_AccessApprovalSettings * @return Google_Service_AccessApproval_AccessApprovalSettings

View File

@@ -91,9 +91,6 @@ class Google_Service_AccessApproval_Resource_ProjectsApprovalRequests extends Go
* "organizations/{organization_id}". * "organizations/{organization_id}".
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string pageToken A token identifying the page of results to
* return.
* @opt_param int pageSize Requested page size.
* @opt_param string filter A filter on the type of approval requests to * @opt_param string filter A filter on the type of approval requests to
* retrieve. Must be one of the following values: * retrieve. Must be one of the following values:
* *
@@ -101,6 +98,9 @@ class Google_Service_AccessApproval_Resource_ProjectsApprovalRequests extends Go
* requests. PENDING: Only pending requests. ACTIVE: Only active (i.e. * requests. PENDING: Only pending requests. ACTIVE: Only active (i.e.
* currently approved) requests. DISMISSED: Only dismissed (including expired) * currently approved) requests. DISMISSED: Only dismissed (including expired)
* requests. * requests.
* @opt_param string pageToken A token identifying the page of results to
* return.
* @opt_param int pageSize Requested page size.
* @return Google_Service_AccessApproval_ListApprovalRequestsResponse * @return Google_Service_AccessApproval_ListApprovalRequestsResponse
*/ */
public function listProjectsApprovalRequests($parent, $optParams = array()) public function listProjectsApprovalRequests($parent, $optParams = array())

View File

@@ -26,15 +26,12 @@
class Google_Service_AdExperienceReport_Resource_Sites extends Google_Service_Resource class Google_Service_AdExperienceReport_Resource_Sites extends Google_Service_Resource
{ {
/** /**
* Gets a summary of the ad experience rating of a site. (sites.get) * Gets a site's Ad Experience Report summary. (sites.get)
* *
* @param string $name The required site name. It should be the site property * @param string $name Required. The name of the site whose summary to get, e.g.
* whose ad experiences may have been reviewed, and it should be URL-encoded. * `sites/http%3A%2F%2Fwww.google.com%2F`.
* For example, sites/https%3A%2F%2Fwww.google.com. The server will return an *
* error of BAD_REQUEST if this field is not filled in. Note that if the site * Format: `sites/{site}`
* property is not yet verified in Search Console, the reportUrl field returned
* by the API will lead to the verification page, prompting the user to go
* through that process before they can gain access to the Ad Experience Report.
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* @return Google_Service_AdExperienceReport_SiteSummaryResponse * @return Google_Service_AdExperienceReport_SiteSummaryResponse
*/ */

View File

@@ -26,8 +26,8 @@
class Google_Service_AdExperienceReport_Resource_ViolatingSites extends Google_Service_Resource class Google_Service_AdExperienceReport_Resource_ViolatingSites extends Google_Service_Resource
{ {
/** /**
* Lists sites with Ad Experience Report statuses of "Failing" or "Warning". * Lists sites that are failing in the Ad Experience Report on at least one
* (violatingSites.listViolatingSites) * platform. (violatingSites.listViolatingSites)
* *
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* @return Google_Service_AdExperienceReport_ViolatingSitesResponse * @return Google_Service_AdExperienceReport_ViolatingSitesResponse

View File

@@ -59,7 +59,15 @@ class Google_Service_AlertCenter extends Google_Service
'alerts', 'alerts',
array( array(
'methods' => array( 'methods' => array(
'delete' => array( 'batchDelete' => array(
'path' => 'v1beta1/alerts:batchDelete',
'httpMethod' => 'POST',
'parameters' => array(),
),'batchUndelete' => array(
'path' => 'v1beta1/alerts:batchUndelete',
'httpMethod' => 'POST',
'parameters' => array(),
),'delete' => array(
'path' => 'v1beta1/alerts/{alertId}', 'path' => 'v1beta1/alerts/{alertId}',
'httpMethod' => 'DELETE', 'httpMethod' => 'DELETE',
'parameters' => array( 'parameters' => array(
@@ -87,14 +95,24 @@ class Google_Service_AlertCenter extends Google_Service
'type' => 'string', 'type' => 'string',
), ),
), ),
),'getMetadata' => array(
'path' => 'v1beta1/alerts/{alertId}/metadata',
'httpMethod' => 'GET',
'parameters' => array(
'alertId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'customerId' => array(
'location' => 'query',
'type' => 'string',
),
),
),'list' => array( ),'list' => array(
'path' => 'v1beta1/alerts', 'path' => 'v1beta1/alerts',
'httpMethod' => 'GET', 'httpMethod' => 'GET',
'parameters' => array( 'parameters' => array(
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array( 'pageToken' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
@@ -111,6 +129,10 @@ class Google_Service_AlertCenter extends Google_Service
'location' => 'query', 'location' => 'query',
'type' => 'integer', 'type' => 'integer',
), ),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
), ),
),'undelete' => array( ),'undelete' => array(
'path' => 'v1beta1/alerts/{alertId}:undelete', 'path' => 'v1beta1/alerts/{alertId}:undelete',
@@ -155,11 +177,11 @@ class Google_Service_AlertCenter extends Google_Service
'type' => 'string', 'type' => 'string',
'required' => true, 'required' => true,
), ),
'filter' => array( 'customerId' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
), ),
'customerId' => array( 'filter' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
), ),

View File

@@ -23,6 +23,9 @@ class Google_Service_AlertCenter_Alert extends Google_Model
public $data; public $data;
public $deleted; public $deleted;
public $endTime; public $endTime;
public $etag;
protected $metadataType = 'Google_Service_AlertCenter_AlertMetadata';
protected $metadataDataType = '';
public $securityInvestigationToolLink; public $securityInvestigationToolLink;
public $source; public $source;
public $startTime; public $startTime;
@@ -77,6 +80,28 @@ class Google_Service_AlertCenter_Alert extends Google_Model
{ {
return $this->endTime; return $this->endTime;
} }
public function setEtag($etag)
{
$this->etag = $etag;
}
public function getEtag()
{
return $this->etag;
}
/**
* @param Google_Service_AlertCenter_AlertMetadata
*/
public function setMetadata(Google_Service_AlertCenter_AlertMetadata $metadata)
{
$this->metadata = $metadata;
}
/**
* @return Google_Service_AlertCenter_AlertMetadata
*/
public function getMetadata()
{
return $this->metadata;
}
public function setSecurityInvestigationToolLink($securityInvestigationToolLink) public function setSecurityInvestigationToolLink($securityInvestigationToolLink)
{ {
$this->securityInvestigationToolLink = $securityInvestigationToolLink; $this->securityInvestigationToolLink = $securityInvestigationToolLink;

View File

@@ -0,0 +1,84 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_AlertCenter_AlertMetadata extends Google_Model
{
public $alertId;
public $assignee;
public $customerId;
public $etag;
public $severity;
public $status;
public $updateTime;
public function setAlertId($alertId)
{
$this->alertId = $alertId;
}
public function getAlertId()
{
return $this->alertId;
}
public function setAssignee($assignee)
{
$this->assignee = $assignee;
}
public function getAssignee()
{
return $this->assignee;
}
public function setCustomerId($customerId)
{
$this->customerId = $customerId;
}
public function getCustomerId()
{
return $this->customerId;
}
public function setEtag($etag)
{
$this->etag = $etag;
}
public function getEtag()
{
return $this->etag;
}
public function setSeverity($severity)
{
$this->severity = $severity;
}
public function getSeverity()
{
return $this->severity;
}
public function setStatus($status)
{
$this->status = $status;
}
public function getStatus()
{
return $this->status;
}
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
}
public function getUpdateTime()
{
return $this->updateTime;
}
}

View File

@@ -0,0 +1,38 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_AlertCenter_AppMakerSqlSetupNotification extends Google_Collection
{
protected $collection_key = 'requestInfo';
protected $requestInfoType = 'Google_Service_AlertCenter_RequestInfo';
protected $requestInfoDataType = 'array';
/**
* @param Google_Service_AlertCenter_RequestInfo
*/
public function setRequestInfo($requestInfo)
{
$this->requestInfo = $requestInfo;
}
/**
* @return Google_Service_AlertCenter_RequestInfo
*/
public function getRequestInfo()
{
return $this->requestInfo;
}
}

View File

@@ -0,0 +1,40 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_AlertCenter_BatchDeleteAlertsRequest extends Google_Collection
{
protected $collection_key = 'alertId';
public $alertId;
public $customerId;
public function setAlertId($alertId)
{
$this->alertId = $alertId;
}
public function getAlertId()
{
return $this->alertId;
}
public function setCustomerId($customerId)
{
$this->customerId = $customerId;
}
public function getCustomerId()
{
return $this->customerId;
}
}

View File

@@ -0,0 +1,47 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_AlertCenter_BatchDeleteAlertsResponse extends Google_Collection
{
protected $collection_key = 'successAlertIds';
protected $failedAlertStatusType = 'Google_Service_AlertCenter_Status';
protected $failedAlertStatusDataType = 'map';
public $successAlertIds;
/**
* @param Google_Service_AlertCenter_Status
*/
public function setFailedAlertStatus($failedAlertStatus)
{
$this->failedAlertStatus = $failedAlertStatus;
}
/**
* @return Google_Service_AlertCenter_Status
*/
public function getFailedAlertStatus()
{
return $this->failedAlertStatus;
}
public function setSuccessAlertIds($successAlertIds)
{
$this->successAlertIds = $successAlertIds;
}
public function getSuccessAlertIds()
{
return $this->successAlertIds;
}
}

View File

@@ -0,0 +1,40 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_AlertCenter_BatchUndeleteAlertsRequest extends Google_Collection
{
protected $collection_key = 'alertId';
public $alertId;
public $customerId;
public function setAlertId($alertId)
{
$this->alertId = $alertId;
}
public function getAlertId()
{
return $this->alertId;
}
public function setCustomerId($customerId)
{
$this->customerId = $customerId;
}
public function getCustomerId()
{
return $this->customerId;
}
}

View File

@@ -0,0 +1,47 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_AlertCenter_BatchUndeleteAlertsResponse extends Google_Collection
{
protected $collection_key = 'successAlertIds';
protected $failedAlertStatusType = 'Google_Service_AlertCenter_Status';
protected $failedAlertStatusDataType = 'map';
public $successAlertIds;
/**
* @param Google_Service_AlertCenter_Status
*/
public function setFailedAlertStatus($failedAlertStatus)
{
$this->failedAlertStatus = $failedAlertStatus;
}
/**
* @return Google_Service_AlertCenter_Status
*/
public function getFailedAlertStatus()
{
return $this->failedAlertStatus;
}
public function setSuccessAlertIds($successAlertIds)
{
$this->successAlertIds = $successAlertIds;
}
public function getSuccessAlertIds()
{
return $this->successAlertIds;
}
}

View File

@@ -0,0 +1,49 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_AlertCenter_RequestInfo extends Google_Collection
{
protected $collection_key = 'appDeveloperEmail';
public $appDeveloperEmail;
public $appKey;
public $numberOfRequests;
public function setAppDeveloperEmail($appDeveloperEmail)
{
$this->appDeveloperEmail = $appDeveloperEmail;
}
public function getAppDeveloperEmail()
{
return $this->appDeveloperEmail;
}
public function setAppKey($appKey)
{
$this->appKey = $appKey;
}
public function getAppKey()
{
return $this->appKey;
}
public function setNumberOfRequests($numberOfRequests)
{
$this->numberOfRequests = $numberOfRequests;
}
public function getNumberOfRequests()
{
return $this->numberOfRequests;
}
}

View File

@@ -25,6 +25,32 @@
*/ */
class Google_Service_AlertCenter_Resource_Alerts extends Google_Service_Resource class Google_Service_AlertCenter_Resource_Alerts extends Google_Service_Resource
{ {
/**
* Performs batch delete operation on alerts. (alerts.batchDelete)
*
* @param Google_Service_AlertCenter_BatchDeleteAlertsRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AlertCenter_BatchDeleteAlertsResponse
*/
public function batchDelete(Google_Service_AlertCenter_BatchDeleteAlertsRequest $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('batchDelete', array($params), "Google_Service_AlertCenter_BatchDeleteAlertsResponse");
}
/**
* Performs batch undelete operation on alerts. (alerts.batchUndelete)
*
* @param Google_Service_AlertCenter_BatchUndeleteAlertsRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AlertCenter_BatchUndeleteAlertsResponse
*/
public function batchUndelete(Google_Service_AlertCenter_BatchUndeleteAlertsRequest $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('batchUndelete', array($params), "Google_Service_AlertCenter_BatchUndeleteAlertsResponse");
}
/** /**
* Marks the specified alert for deletion. An alert that has been marked for * Marks the specified alert for deletion. An alert that has been marked for
* deletion is removed from Alert Center after 30 days. Marking an alert for * deletion is removed from Alert Center after 30 days. Marking an alert for
@@ -64,15 +90,30 @@ class Google_Service_AlertCenter_Resource_Alerts extends Google_Service_Resource
$params = array_merge($params, $optParams); $params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AlertCenter_Alert"); return $this->call('get', array($params), "Google_Service_AlertCenter_Alert");
} }
/**
* Returns the metadata of an alert. Attempting to get metadata for a non-
* existent alert returns `NOT_FOUND` error. (alerts.getMetadata)
*
* @param string $alertId Required. The identifier of the alert this metadata
* belongs to.
* @param array $optParams Optional parameters.
*
* @opt_param string customerId Optional. The unique identifier of the G Suite
* organization account of the customer the alert metadata is associated with.
* Inferred from the caller identity if not provided.
* @return Google_Service_AlertCenter_AlertMetadata
*/
public function getMetadata($alertId, $optParams = array())
{
$params = array('alertId' => $alertId);
$params = array_merge($params, $optParams);
return $this->call('getMetadata', array($params), "Google_Service_AlertCenter_AlertMetadata");
}
/** /**
* Lists the alerts. (alerts.listAlerts) * Lists the alerts. (alerts.listAlerts)
* *
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string filter Optional. A query string for filtering alert
* results. For more details, see [Query filters](/admin-sdk/alertcenter/guides
* /query-filters) and [Supported query filter fields](/admin-
* sdk/alertcenter/reference/filter-fields#alerts.list).
* @opt_param string pageToken Optional. A token identifying a page of results * @opt_param string pageToken Optional. A token identifying a page of results
* the server should return. If empty, a new iteration is started. To continue * the server should return. If empty, a new iteration is started. To continue
* an iteration, pass in the value from the previous ListAlertsResponse's * an iteration, pass in the value from the previous ListAlertsResponse's
@@ -88,6 +129,10 @@ class Google_Service_AlertCenter_Resource_Alerts extends Google_Service_Resource
* @opt_param int pageSize Optional. The requested page size. Server may return * @opt_param int pageSize Optional. The requested page size. Server may return
* fewer items than requested. If unspecified, server picks an appropriate * fewer items than requested. If unspecified, server picks an appropriate
* default. * default.
* @opt_param string filter Optional. A query string for filtering alert
* results. For more details, see [Query filters](/admin-sdk/alertcenter/guides
* /query-filters) and [Supported query filter fields](/admin-
* sdk/alertcenter/reference/filter-fields#alerts.list).
* @return Google_Service_AlertCenter_ListAlertsResponse * @return Google_Service_AlertCenter_ListAlertsResponse
*/ */
public function listAlerts($optParams = array()) public function listAlerts($optParams = array())

View File

@@ -27,7 +27,9 @@ class Google_Service_AlertCenter_Resource_AlertsFeedback extends Google_Service_
{ {
/** /**
* Creates new feedback for an alert. Attempting to create a feedback for a non- * Creates new feedback for an alert. Attempting to create a feedback for a non-
* existent alert returns `NOT_FOUND` error. (feedback.create) * existent alert returns `NOT_FOUND` error. Attempting to create a feedback for
* an alert that is marked for deletion returns `FAILED_PRECONDITION' error.
* (feedback.create)
* *
* @param string $alertId Required. The identifier of the alert this feedback * @param string $alertId Required. The identifier of the alert this feedback
* belongs to. * belongs to.
@@ -53,13 +55,13 @@ class Google_Service_AlertCenter_Resource_AlertsFeedback extends Google_Service_
* be used to represent all alerts. * be used to represent all alerts.
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string customerId Optional. The unique identifier of the G Suite
* organization account of the customer the alert feedback are associated with.
* Inferred from the caller identity if not provided.
* @opt_param string filter Optional. A query string for filtering alert * @opt_param string filter Optional. A query string for filtering alert
* feedback results. For more details, see [Query filters](/admin- * feedback results. For more details, see [Query filters](/admin-
* sdk/alertcenter/guides/query-filters) and [Supported query filter fields * sdk/alertcenter/guides/query-filters) and [Supported query filter fields
* ](/admin-sdk/alertcenter/reference/filter-fields#alerts.feedback.list). * ](/admin-sdk/alertcenter/reference/filter-fields#alerts.feedback.list).
* @opt_param string customerId Optional. The unique identifier of the G Suite
* organization account of the customer the alert feedback are associated with.
* Inferred from the caller identity if not provided.
* @return Google_Service_AlertCenter_ListAlertFeedbackResponse * @return Google_Service_AlertCenter_ListAlertFeedbackResponse
*/ */
public function listAlertsFeedback($alertId, $optParams = array()) public function listAlertsFeedback($alertId, $optParams = array())

View File

@@ -15,23 +15,35 @@
* the License. * the License.
*/ */
class Google_Service_CloudHealthcare_SensitiveTextAnnotation extends Google_Model class Google_Service_AlertCenter_Status extends Google_Collection
{ {
protected $detailsType = 'Google_Service_CloudHealthcare_Detail'; protected $collection_key = 'details';
protected $detailsDataType = 'map'; public $code;
public $details;
public $message;
/** public function setCode($code)
* @param Google_Service_CloudHealthcare_Detail {
*/ $this->code = $code;
}
public function getCode()
{
return $this->code;
}
public function setDetails($details) public function setDetails($details)
{ {
$this->details = $details; $this->details = $details;
} }
/**
* @return Google_Service_CloudHealthcare_Detail
*/
public function getDetails() public function getDetails()
{ {
return $this->details; return $this->details;
} }
public function setMessage($message)
{
$this->message = $message;
}
public function getMessage()
{
return $this->message;
}
} }

View File

@@ -15,13 +15,10 @@
* the License. * the License.
*/ */
class Google_Service_AndroidEnterprise_ManagedConfigurationsSettings extends Google_Collection class Google_Service_AndroidEnterprise_ManagedConfigurationsSettings extends Google_Model
{ {
protected $collection_key = 'managedProperty';
public $kind; public $kind;
public $lastUpdatedTimestampMillis; public $lastUpdatedTimestampMillis;
protected $managedPropertyType = 'Google_Service_AndroidEnterprise_ManagedProperty';
protected $managedPropertyDataType = 'array';
public $mcmId; public $mcmId;
public $name; public $name;
@@ -41,20 +38,6 @@ class Google_Service_AndroidEnterprise_ManagedConfigurationsSettings extends Goo
{ {
return $this->lastUpdatedTimestampMillis; return $this->lastUpdatedTimestampMillis;
} }
/**
* @param Google_Service_AndroidEnterprise_ManagedProperty
*/
public function setManagedProperty($managedProperty)
{
$this->managedProperty = $managedProperty;
}
/**
* @return Google_Service_AndroidEnterprise_ManagedProperty
*/
public function getManagedProperty()
{
return $this->managedProperty;
}
public function setMcmId($mcmId) public function setMcmId($mcmId)
{ {
$this->mcmId = $mcmId; $this->mcmId = $mcmId;

View File

@@ -26,8 +26,7 @@
class Google_Service_AndroidEnterprise_Resource_Managedconfigurationssettings extends Google_Service_Resource class Google_Service_AndroidEnterprise_Resource_Managedconfigurationssettings extends Google_Service_Resource
{ {
/** /**
* Lists all the managed configurations settings for the specified app. Only the * Lists all the managed configurations settings for the specified app.
* ID and the name is set.
* (managedconfigurationssettings.listManagedconfigurationssettings) * (managedconfigurationssettings.listManagedconfigurationssettings)
* *
* @param string $enterpriseId The ID of the enterprise. * @param string $enterpriseId The ID of the enterprise.

View File

@@ -70,6 +70,10 @@ class Google_Service_AndroidManagement extends Google_Service
'path' => 'v1/enterprises', 'path' => 'v1/enterprises',
'httpMethod' => 'POST', 'httpMethod' => 'POST',
'parameters' => array( 'parameters' => array(
'enterpriseToken' => array(
'location' => 'query',
'type' => 'string',
),
'signupUrlName' => array( 'signupUrlName' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
@@ -78,10 +82,6 @@ class Google_Service_AndroidManagement extends Google_Service
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
), ),
'enterpriseToken' => array(
'location' => 'query',
'type' => 'string',
),
), ),
),'get' => array( ),'get' => array(
'path' => 'v1/{+name}', 'path' => 'v1/{+name}',
@@ -257,10 +257,6 @@ class Google_Service_AndroidManagement extends Google_Service
'type' => 'string', 'type' => 'string',
'required' => true, 'required' => true,
), ),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array( 'pageToken' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
@@ -269,6 +265,10 @@ class Google_Service_AndroidManagement extends Google_Service
'location' => 'query', 'location' => 'query',
'type' => 'integer', 'type' => 'integer',
), ),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
), ),
), ),
) )
@@ -468,11 +468,11 @@ class Google_Service_AndroidManagement extends Google_Service
'path' => 'v1/signupUrls', 'path' => 'v1/signupUrls',
'httpMethod' => 'POST', 'httpMethod' => 'POST',
'parameters' => array( 'parameters' => array(
'projectId' => array( 'callbackUrl' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
), ),
'callbackUrl' => array( 'projectId' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
), ),

View File

@@ -0,0 +1,39 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_AndroidManagement_AppTrackInfo extends Google_Model
{
public $trackAlias;
public $trackId;
public function setTrackAlias($trackAlias)
{
$this->trackAlias = $trackAlias;
}
public function getTrackAlias()
{
return $this->trackAlias;
}
public function setTrackId($trackId)
{
$this->trackId = $trackId;
}
public function getTrackId()
{
return $this->trackId;
}
}

View File

@@ -18,6 +18,8 @@
class Google_Service_AndroidManagement_Application extends Google_Collection class Google_Service_AndroidManagement_Application extends Google_Collection
{ {
protected $collection_key = 'permissions'; protected $collection_key = 'permissions';
protected $appTracksType = 'Google_Service_AndroidManagement_AppTrackInfo';
protected $appTracksDataType = 'array';
protected $managedPropertiesType = 'Google_Service_AndroidManagement_ManagedProperty'; protected $managedPropertiesType = 'Google_Service_AndroidManagement_ManagedProperty';
protected $managedPropertiesDataType = 'array'; protected $managedPropertiesDataType = 'array';
public $name; public $name;
@@ -25,6 +27,20 @@ class Google_Service_AndroidManagement_Application extends Google_Collection
protected $permissionsDataType = 'array'; protected $permissionsDataType = 'array';
public $title; public $title;
/**
* @param Google_Service_AndroidManagement_AppTrackInfo
*/
public function setAppTracks($appTracks)
{
$this->appTracks = $appTracks;
}
/**
* @return Google_Service_AndroidManagement_AppTrackInfo
*/
public function getAppTracks()
{
return $this->appTracks;
}
/** /**
* @param Google_Service_AndroidManagement_ManagedProperty * @param Google_Service_AndroidManagement_ManagedProperty
*/ */

View File

@@ -18,6 +18,7 @@
class Google_Service_AndroidManagement_ApplicationPolicy extends Google_Collection class Google_Service_AndroidManagement_ApplicationPolicy extends Google_Collection
{ {
protected $collection_key = 'permissionGrants'; protected $collection_key = 'permissionGrants';
public $accessibleTrackIds;
public $defaultPermissionPolicy; public $defaultPermissionPolicy;
public $delegatedScopes; public $delegatedScopes;
public $disabled; public $disabled;
@@ -31,6 +32,14 @@ class Google_Service_AndroidManagement_ApplicationPolicy extends Google_Collecti
protected $permissionGrantsType = 'Google_Service_AndroidManagement_PermissionGrant'; protected $permissionGrantsType = 'Google_Service_AndroidManagement_PermissionGrant';
protected $permissionGrantsDataType = 'array'; protected $permissionGrantsDataType = 'array';
public function setAccessibleTrackIds($accessibleTrackIds)
{
$this->accessibleTrackIds = $accessibleTrackIds;
}
public function getAccessibleTrackIds()
{
return $this->accessibleTrackIds;
}
public function setDefaultPermissionPolicy($defaultPermissionPolicy) public function setDefaultPermissionPolicy($defaultPermissionPolicy)
{ {
$this->defaultPermissionPolicy = $defaultPermissionPolicy; $this->defaultPermissionPolicy = $defaultPermissionPolicy;

View File

@@ -75,6 +75,8 @@ class Google_Service_AndroidManagement_Policy extends Google_Collection
protected $passwordRequirementsDataType = ''; protected $passwordRequirementsDataType = '';
protected $permissionGrantsType = 'Google_Service_AndroidManagement_PermissionGrant'; protected $permissionGrantsType = 'Google_Service_AndroidManagement_PermissionGrant';
protected $permissionGrantsDataType = 'array'; protected $permissionGrantsDataType = 'array';
protected $permittedAccessibilityServicesType = 'Google_Service_AndroidManagement_PackageNameList';
protected $permittedAccessibilityServicesDataType = '';
protected $permittedInputMethodsType = 'Google_Service_AndroidManagement_PackageNameList'; protected $permittedInputMethodsType = 'Google_Service_AndroidManagement_PackageNameList';
protected $permittedInputMethodsDataType = ''; protected $permittedInputMethodsDataType = '';
protected $persistentPreferredActivitiesType = 'Google_Service_AndroidManagement_PersistentPreferredActivity'; protected $persistentPreferredActivitiesType = 'Google_Service_AndroidManagement_PersistentPreferredActivity';
@@ -551,6 +553,20 @@ class Google_Service_AndroidManagement_Policy extends Google_Collection
{ {
return $this->permissionGrants; return $this->permissionGrants;
} }
/**
* @param Google_Service_AndroidManagement_PackageNameList
*/
public function setPermittedAccessibilityServices(Google_Service_AndroidManagement_PackageNameList $permittedAccessibilityServices)
{
$this->permittedAccessibilityServices = $permittedAccessibilityServices;
}
/**
* @return Google_Service_AndroidManagement_PackageNameList
*/
public function getPermittedAccessibilityServices()
{
return $this->permittedAccessibilityServices;
}
/** /**
* @param Google_Service_AndroidManagement_PackageNameList * @param Google_Service_AndroidManagement_PackageNameList
*/ */

View File

@@ -32,12 +32,12 @@ class Google_Service_AndroidManagement_Resource_Enterprises extends Google_Servi
* @param Google_Service_AndroidManagement_Enterprise $postBody * @param Google_Service_AndroidManagement_Enterprise $postBody
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string enterpriseToken The enterprise token appended to the
* callback URL.
* @opt_param string signupUrlName The name of the SignupUrl used to sign up for * @opt_param string signupUrlName The name of the SignupUrl used to sign up for
* the enterprise. * the enterprise.
* @opt_param string projectId The ID of the Google Cloud Platform project which * @opt_param string projectId The ID of the Google Cloud Platform project which
* will own the enterprise. * will own the enterprise.
* @opt_param string enterpriseToken The enterprise token appended to the
* callback URL.
* @return Google_Service_AndroidManagement_Enterprise * @return Google_Service_AndroidManagement_Enterprise
*/ */
public function create(Google_Service_AndroidManagement_Enterprise $postBody, $optParams = array()) public function create(Google_Service_AndroidManagement_Enterprise $postBody, $optParams = array())

View File

@@ -91,9 +91,9 @@ class Google_Service_AndroidManagement_Resource_EnterprisesDevicesOperations ext
* @param string $name The name of the operation's parent resource. * @param string $name The name of the operation's parent resource.
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string filter The standard list filter.
* @opt_param string pageToken The standard list page token. * @opt_param string pageToken The standard list page token.
* @opt_param int pageSize The standard list page size. * @opt_param int pageSize The standard list page size.
* @opt_param string filter The standard list filter.
* @return Google_Service_AndroidManagement_ListOperationsResponse * @return Google_Service_AndroidManagement_ListOperationsResponse
*/ */
public function listEnterprisesDevicesOperations($name, $optParams = array()) public function listEnterprisesDevicesOperations($name, $optParams = array())

View File

@@ -30,14 +30,14 @@ class Google_Service_AndroidManagement_Resource_SignupUrls extends Google_Servic
* *
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string projectId The ID of the Google Cloud Platform project which
* will own the enterprise.
* @opt_param string callbackUrl The callback URL that the admin will be * @opt_param string callbackUrl The callback URL that the admin will be
* redirected to after successfully creating an enterprise. Before redirecting * redirected to after successfully creating an enterprise. Before redirecting
* there the system will add a query parameter to this URL named enterpriseToken * there the system will add a query parameter to this URL named enterpriseToken
* which will contain an opaque token to be used for the create enterprise * which will contain an opaque token to be used for the create enterprise
* request. The URL will be parsed then reformatted in order to add the * request. The URL will be parsed then reformatted in order to add the
* enterpriseToken parameter, so there may be some minor formatting changes. * enterpriseToken parameter, so there may be some minor formatting changes.
* @opt_param string projectId The ID of the Google Cloud Platform project which
* will own the enterprise.
* @return Google_Service_AndroidManagement_SignupUrl * @return Google_Service_AndroidManagement_SignupUrl
*/ */
public function create($optParams = array()) public function create($optParams = array())

View File

@@ -18,11 +18,20 @@
class Google_Service_AndroidManagement_WebToken extends Google_Collection class Google_Service_AndroidManagement_WebToken extends Google_Collection
{ {
protected $collection_key = 'permissions'; protected $collection_key = 'permissions';
public $enabledFeatures;
public $name; public $name;
public $parentFrameUrl; public $parentFrameUrl;
public $permissions; public $permissions;
public $value; public $value;
public function setEnabledFeatures($enabledFeatures)
{
$this->enabledFeatures = $enabledFeatures;
}
public function getEnabledFeatures()
{
return $this->enabledFeatures;
}
public function setName($name) public function setName($name)
{ {
$this->name = $name; $this->name = $name;

View File

@@ -1224,6 +1224,10 @@ class Google_Service_AndroidPublisher extends Google_Service
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
), ),
'type' => array(
'location' => 'query',
'type' => 'integer',
),
), ),
), ),
) )

View File

@@ -24,6 +24,7 @@ class Google_Service_AndroidPublisher_ProductPurchase extends Google_Model
public $orderId; public $orderId;
public $purchaseState; public $purchaseState;
public $purchaseTimeMillis; public $purchaseTimeMillis;
public $purchaseToken;
public $purchaseType; public $purchaseType;
public function setAcknowledgementState($acknowledgementState) public function setAcknowledgementState($acknowledgementState)
@@ -82,6 +83,14 @@ class Google_Service_AndroidPublisher_ProductPurchase extends Google_Model
{ {
return $this->purchaseTimeMillis; return $this->purchaseTimeMillis;
} }
public function setPurchaseToken($purchaseToken)
{
$this->purchaseToken = $purchaseToken;
}
public function getPurchaseToken()
{
return $this->purchaseToken;
}
public function setPurchaseType($purchaseType) public function setPurchaseType($purchaseType)
{ {
$this->purchaseType = $purchaseType; $this->purchaseType = $purchaseType;

View File

@@ -34,20 +34,29 @@ class Google_Service_AndroidPublisher_Resource_PurchasesVoidedpurchases extends
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string endTime The time, in milliseconds since the Epoch, of the * @opt_param string endTime The time, in milliseconds since the Epoch, of the
* newest voided in-app product purchase that you want to see in the response. * newest voided purchase that you want to see in the response. The value of
* The value of this parameter cannot be greater than the current time and is * this parameter cannot be greater than the current time and is ignored if a
* ignored if a pagination token is set. Default value is current time. Note: * pagination token is set. Default value is current time. Note: This filter is
* This filter is applied on the time at which the record is seen as voided by * applied on the time at which the record is seen as voided by our systems and
* our systems and not the actual voided time returned in the response. * not the actual voided time returned in the response.
* @opt_param string maxResults * @opt_param string maxResults
* @opt_param string startIndex * @opt_param string startIndex
* @opt_param string startTime The time, in milliseconds since the Epoch, of the * @opt_param string startTime The time, in milliseconds since the Epoch, of the
* oldest voided in-app product purchase that you want to see in the response. * oldest voided purchase that you want to see in the response. The value of
* The value of this parameter cannot be older than 30 days and is ignored if a * this parameter cannot be older than 30 days and is ignored if a pagination
* pagination token is set. Default value is current time minus 30 days. Note: * token is set. Default value is current time minus 30 days. Note: This filter
* This filter is applied on the time at which the record is seen as voided by * is applied on the time at which the record is seen as voided by our systems
* our systems and not the actual voided time returned in the response. * and not the actual voided time returned in the response.
* @opt_param string token * @opt_param string token
* @opt_param int type The type of voided purchases that you want to see in the
* response. Possible values are: - 0: Only voided in-app product purchases will
* be returned in the response. This is the default value. - 1: Both voided in-
* app purchases and voided subscription purchases will be returned in the
* response. Note: Before requesting to receive voided subscription purchases,
* you must switch to use orderId in the response which uniquely identifies one-
* time purchases and subscriptions. Otherwise, you will receive multiple
* subscription orders with the same PurchaseToken, because subscription renewal
* orders share the same PurchaseToken.
* @return Google_Service_AndroidPublisher_VoidedPurchasesListResponse * @return Google_Service_AndroidPublisher_VoidedPurchasesListResponse
*/ */
public function listPurchasesVoidedpurchases($packageName, $optParams = array()) public function listPurchasesVoidedpurchases($packageName, $optParams = array())

View File

@@ -17,9 +17,8 @@
class Google_Service_AndroidPublisher_Testers extends Google_Collection class Google_Service_AndroidPublisher_Testers extends Google_Collection
{ {
protected $collection_key = 'googlePlusCommunities'; protected $collection_key = 'googleGroups';
public $googleGroups; public $googleGroups;
public $googlePlusCommunities;
public function setGoogleGroups($googleGroups) public function setGoogleGroups($googleGroups)
{ {
@@ -29,12 +28,4 @@ class Google_Service_AndroidPublisher_Testers extends Google_Collection
{ {
return $this->googleGroups; return $this->googleGroups;
} }
public function setGooglePlusCommunities($googlePlusCommunities)
{
$this->googlePlusCommunities = $googlePlusCommunities;
}
public function getGooglePlusCommunities()
{
return $this->googlePlusCommunities;
}
} }

View File

@@ -18,8 +18,11 @@
class Google_Service_AndroidPublisher_VoidedPurchase extends Google_Model class Google_Service_AndroidPublisher_VoidedPurchase extends Google_Model
{ {
public $kind; public $kind;
public $orderId;
public $purchaseTimeMillis; public $purchaseTimeMillis;
public $purchaseToken; public $purchaseToken;
public $voidedReason;
public $voidedSource;
public $voidedTimeMillis; public $voidedTimeMillis;
public function setKind($kind) public function setKind($kind)
@@ -30,6 +33,14 @@ class Google_Service_AndroidPublisher_VoidedPurchase extends Google_Model
{ {
return $this->kind; return $this->kind;
} }
public function setOrderId($orderId)
{
$this->orderId = $orderId;
}
public function getOrderId()
{
return $this->orderId;
}
public function setPurchaseTimeMillis($purchaseTimeMillis) public function setPurchaseTimeMillis($purchaseTimeMillis)
{ {
$this->purchaseTimeMillis = $purchaseTimeMillis; $this->purchaseTimeMillis = $purchaseTimeMillis;
@@ -46,6 +57,22 @@ class Google_Service_AndroidPublisher_VoidedPurchase extends Google_Model
{ {
return $this->purchaseToken; return $this->purchaseToken;
} }
public function setVoidedReason($voidedReason)
{
$this->voidedReason = $voidedReason;
}
public function getVoidedReason()
{
return $this->voidedReason;
}
public function setVoidedSource($voidedSource)
{
$this->voidedSource = $voidedSource;
}
public function getVoidedSource()
{
return $this->voidedSource;
}
public function setVoidedTimeMillis($voidedTimeMillis) public function setVoidedTimeMillis($voidedTimeMillis)
{ {
$this->voidedTimeMillis = $voidedTimeMillis; $this->voidedTimeMillis = $voidedTimeMillis;

View File

@@ -173,6 +173,10 @@ class Google_Service_Appengine extends Google_Service
'type' => 'string', 'type' => 'string',
'required' => true, 'required' => true,
), ),
'view' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array( 'pageToken' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
@@ -181,10 +185,6 @@ class Google_Service_Appengine extends Google_Service
'location' => 'query', 'location' => 'query',
'type' => 'integer', 'type' => 'integer',
), ),
'view' => array(
'location' => 'query',
'type' => 'string',
),
), ),
),'patch' => array( ),'patch' => array(
'path' => 'v1/apps/{appsId}/authorizedCertificates/{authorizedCertificatesId}', 'path' => 'v1/apps/{appsId}/authorizedCertificates/{authorizedCertificatesId}',
@@ -393,10 +393,6 @@ class Google_Service_Appengine extends Google_Service
'type' => 'string', 'type' => 'string',
'required' => true, 'required' => true,
), ),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array( 'pageSize' => array(
'location' => 'query', 'location' => 'query',
'type' => 'integer', 'type' => 'integer',
@@ -405,6 +401,10 @@ class Google_Service_Appengine extends Google_Service
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
), ),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
), ),
),'patch' => array( ),'patch' => array(
'path' => 'v1/apps/{appsId}/firewall/ingressRules/{ingressRulesId}', 'path' => 'v1/apps/{appsId}/firewall/ingressRules/{ingressRulesId}',
@@ -459,6 +459,10 @@ class Google_Service_Appengine extends Google_Service
'type' => 'string', 'type' => 'string',
'required' => true, 'required' => true,
), ),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array( 'pageToken' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
@@ -467,10 +471,6 @@ class Google_Service_Appengine extends Google_Service
'location' => 'query', 'location' => 'query',
'type' => 'integer', 'type' => 'integer',
), ),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
), ),
), ),
) )
@@ -506,10 +506,6 @@ class Google_Service_Appengine extends Google_Service
'type' => 'string', 'type' => 'string',
'required' => true, 'required' => true,
), ),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array( 'pageToken' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
@@ -518,6 +514,10 @@ class Google_Service_Appengine extends Google_Service
'location' => 'query', 'location' => 'query',
'type' => 'integer', 'type' => 'integer',
), ),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
), ),
), ),
) )
@@ -568,14 +568,14 @@ class Google_Service_Appengine extends Google_Service
'type' => 'string', 'type' => 'string',
'required' => true, 'required' => true,
), ),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array( 'pageSize' => array(
'location' => 'query', 'location' => 'query',
'type' => 'integer', 'type' => 'integer',
), ),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
), ),
),'patch' => array( ),'patch' => array(
'path' => 'v1/apps/{appsId}/services/{servicesId}', 'path' => 'v1/apps/{appsId}/services/{servicesId}',
@@ -683,6 +683,10 @@ class Google_Service_Appengine extends Google_Service
'type' => 'string', 'type' => 'string',
'required' => true, 'required' => true,
), ),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array( 'pageSize' => array(
'location' => 'query', 'location' => 'query',
'type' => 'integer', 'type' => 'integer',
@@ -691,10 +695,6 @@ class Google_Service_Appengine extends Google_Service
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
), ),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
), ),
),'patch' => array( ),'patch' => array(
'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}', 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}',

View File

@@ -83,11 +83,11 @@ class Google_Service_Appengine_Resource_AppsAuthorizedCertificates extends Googl
* resource. Example: apps/myapp. * resource. Example: apps/myapp.
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string view Controls the set of fields returned in the LIST
* response.
* @opt_param string pageToken Continuation token for fetching the next page of * @opt_param string pageToken Continuation token for fetching the next page of
* results. * results.
* @opt_param int pageSize Maximum results to return per page. * @opt_param int pageSize Maximum results to return per page.
* @opt_param string view Controls the set of fields returned in the LIST
* response.
* @return Google_Service_Appengine_ListAuthorizedCertificatesResponse * @return Google_Service_Appengine_ListAuthorizedCertificatesResponse
*/ */
public function listAppsAuthorizedCertificates($appsId, $optParams = array()) public function listAppsAuthorizedCertificates($appsId, $optParams = array())

View File

@@ -98,12 +98,12 @@ class Google_Service_Appengine_Resource_AppsFirewallIngressRules extends Google_
* retrieve. Example: apps/myapp/firewall/ingressRules. * retrieve. Example: apps/myapp/firewall/ingressRules.
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string pageToken Continuation token for fetching the next page of
* results.
* @opt_param int pageSize Maximum results to return per page. * @opt_param int pageSize Maximum results to return per page.
* @opt_param string matchingAddress A valid IP Address. If set, only rules * @opt_param string matchingAddress A valid IP Address. If set, only rules
* matching this address will be returned. The first returned rule will be the * matching this address will be returned. The first returned rule will be the
* rule that fires on requests from this IP. * rule that fires on requests from this IP.
* @opt_param string pageToken Continuation token for fetching the next page of
* results.
* @return Google_Service_Appengine_ListIngressRulesResponse * @return Google_Service_Appengine_ListIngressRulesResponse
*/ */
public function listAppsFirewallIngressRules($appsId, $optParams = array()) public function listAppsFirewallIngressRules($appsId, $optParams = array())

View File

@@ -47,9 +47,9 @@ class Google_Service_Appengine_Resource_AppsLocations extends Google_Service_Res
* collection, if applicable. * collection, if applicable.
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string filter The standard list filter.
* @opt_param string pageToken The standard list page token. * @opt_param string pageToken The standard list page token.
* @opt_param int pageSize The standard list page size. * @opt_param int pageSize The standard list page size.
* @opt_param string filter The standard list filter.
* @return Google_Service_Appengine_ListLocationsResponse * @return Google_Service_Appengine_ListLocationsResponse
*/ */
public function listAppsLocations($appsId, $optParams = array()) public function listAppsLocations($appsId, $optParams = array())

View File

@@ -56,9 +56,9 @@ class Google_Service_Appengine_Resource_AppsOperations extends Google_Service_Re
* resource. * resource.
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string filter The standard list filter.
* @opt_param string pageToken The standard list page token. * @opt_param string pageToken The standard list page token.
* @opt_param int pageSize The standard list page size. * @opt_param int pageSize The standard list page size.
* @opt_param string filter The standard list filter.
* @return Google_Service_Appengine_ListOperationsResponse * @return Google_Service_Appengine_ListOperationsResponse
*/ */
public function listAppsOperations($appsId, $optParams = array()) public function listAppsOperations($appsId, $optParams = array())

View File

@@ -62,9 +62,9 @@ class Google_Service_Appengine_Resource_AppsServices extends Google_Service_Reso
* resource. Example: apps/myapp. * resource. Example: apps/myapp.
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param int pageSize Maximum results to return per page.
* @opt_param string pageToken Continuation token for fetching the next page of * @opt_param string pageToken Continuation token for fetching the next page of
* results. * results.
* @opt_param int pageSize Maximum results to return per page.
* @return Google_Service_Appengine_ListServicesResponse * @return Google_Service_Appengine_ListServicesResponse
*/ */
public function listAppsServices($appsId, $optParams = array()) public function listAppsServices($appsId, $optParams = array())

View File

@@ -86,11 +86,11 @@ class Google_Service_Appengine_Resource_AppsServicesVersions extends Google_Serv
* @param string $servicesId Part of `parent`. See documentation of `appsId`. * @param string $servicesId Part of `parent`. See documentation of `appsId`.
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string pageToken Continuation token for fetching the next page of
* results.
* @opt_param int pageSize Maximum results to return per page. * @opt_param int pageSize Maximum results to return per page.
* @opt_param string view Controls the set of fields returned in the List * @opt_param string view Controls the set of fields returned in the List
* response. * response.
* @opt_param string pageToken Continuation token for fetching the next page of
* results.
* @return Google_Service_Appengine_ListVersionsResponse * @return Google_Service_Appengine_ListVersionsResponse
*/ */
public function listAppsServicesVersions($appsId, $servicesId, $optParams = array()) public function listAppsServicesVersions($appsId, $servicesId, $optParams = array())

View File

@@ -49,7 +49,18 @@ class Google_Service_Appengine_Resource_AppsServicesVersionsInstances extends Go
return $this->call('debug', array($params), "Google_Service_Appengine_Operation"); return $this->call('debug', array($params), "Google_Service_Appengine_Operation");
} }
/** /**
* Stops a running instance. (instances.delete) * Stops a running instance.The instance might be automatically recreated based
* on the scaling settings of the version. For more information, see "How
* Instances are Managed" (standard environment
* (https://cloud.google.com/appengine/docs/standard/python/how-instances-are-
* managed) | flexible environment
* (https://cloud.google.com/appengine/docs/flexible/python/how-instances-are-
* managed)).To ensure that instances are not re-created and avoid getting
* billed, you can stop all instances within the target version by changing the
* serving status of the version to 'STOPPEDwith the
* [apps.services.versions.patch`](https://cloud.google.com/appengine/docs
* /admin-api/reference/rest/v1/apps.services.versions/patch) method.
* (instances.delete)
* *
* @param string $appsId Part of `name`. Name of the resource requested. * @param string $appsId Part of `name`. Name of the resource requested.
* Example: apps/myapp/services/default/versions/v1/instances/instance-1. * Example: apps/myapp/services/default/versions/v1/instances/instance-1.

View File

@@ -0,0 +1,175 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
/**
* Service definition for BigQueryConnectionService (v1beta1).
*
* <p>
* Allows users to manage BigQuery connections to external data sources.</p>
*
* <p>
* For more information about this service, see the API
* <a href="https://cloud.google.com/bigquery/" target="_blank">Documentation</a>
* </p>
*
* @author Google, Inc.
*/
class Google_Service_BigQueryConnectionService extends Google_Service
{
/** View and manage your data in Google BigQuery. */
const BIGQUERY =
"https://www.googleapis.com/auth/bigquery";
/** View and manage your data across Google Cloud Platform services. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
public $projects_locations_connections;
/**
* Constructs the internal representation of the BigQueryConnectionService
* service.
*
* @param Google_Client $client The client used to deliver requests.
* @param string $rootUrl The root URL used for requests to the service.
*/
public function __construct(Google_Client $client, $rootUrl = null)
{
parent::__construct($client);
$this->rootUrl = $rootUrl ?: 'https://bigqueryconnection.googleapis.com/';
$this->servicePath = '';
$this->batchPath = 'batch';
$this->version = 'v1beta1';
$this->serviceName = 'bigqueryconnection';
$this->projects_locations_connections = new Google_Service_BigQueryConnectionService_Resource_ProjectsLocationsConnections(
$this,
$this->serviceName,
'connections',
array(
'methods' => array(
'create' => array(
'path' => 'v1beta1/{+parent}/connections',
'httpMethod' => 'POST',
'parameters' => array(
'parent' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'connectionId' => array(
'location' => 'query',
'type' => 'string',
),
),
),'delete' => array(
'path' => 'v1beta1/{+name}',
'httpMethod' => 'DELETE',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'get' => array(
'path' => 'v1beta1/{+name}',
'httpMethod' => 'GET',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'getIamPolicy' => array(
'path' => 'v1beta1/{+resource}:getIamPolicy',
'httpMethod' => 'POST',
'parameters' => array(
'resource' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
'path' => 'v1beta1/{+parent}/connections',
'httpMethod' => 'GET',
'parameters' => array(
'parent' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
),
),
),'patch' => array(
'path' => 'v1beta1/{+name}',
'httpMethod' => 'PATCH',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'updateMask' => array(
'location' => 'query',
'type' => 'string',
),
),
),'setIamPolicy' => array(
'path' => 'v1beta1/{+resource}:setIamPolicy',
'httpMethod' => 'POST',
'parameters' => array(
'resource' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'testIamPermissions' => array(
'path' => 'v1beta1/{+resource}:testIamPermissions',
'httpMethod' => 'POST',
'parameters' => array(
'resource' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'updateCredential' => array(
'path' => 'v1beta1/{+name}',
'httpMethod' => 'PATCH',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),
)
)
);
}
}

View File

@@ -0,0 +1,47 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_BigQueryConnectionService_AuditConfig extends Google_Collection
{
protected $collection_key = 'auditLogConfigs';
protected $auditLogConfigsType = 'Google_Service_BigQueryConnectionService_AuditLogConfig';
protected $auditLogConfigsDataType = 'array';
public $service;
/**
* @param Google_Service_BigQueryConnectionService_AuditLogConfig
*/
public function setAuditLogConfigs($auditLogConfigs)
{
$this->auditLogConfigs = $auditLogConfigs;
}
/**
* @return Google_Service_BigQueryConnectionService_AuditLogConfig
*/
public function getAuditLogConfigs()
{
return $this->auditLogConfigs;
}
public function setService($service)
{
$this->service = $service;
}
public function getService()
{
return $this->service;
}
}

View File

@@ -0,0 +1,40 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_BigQueryConnectionService_AuditLogConfig extends Google_Collection
{
protected $collection_key = 'exemptedMembers';
public $exemptedMembers;
public $logType;
public function setExemptedMembers($exemptedMembers)
{
$this->exemptedMembers = $exemptedMembers;
}
public function getExemptedMembers()
{
return $this->exemptedMembers;
}
public function setLogType($logType)
{
$this->logType = $logType;
}
public function getLogType()
{
return $this->logType;
}
}

View File

@@ -0,0 +1,20 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_BigQueryConnectionService_BigqueryconnectionEmpty extends Google_Model
{
}

View File

@@ -0,0 +1,56 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_BigQueryConnectionService_Binding extends Google_Collection
{
protected $collection_key = 'members';
protected $conditionType = 'Google_Service_BigQueryConnectionService_Expr';
protected $conditionDataType = '';
public $members;
public $role;
/**
* @param Google_Service_BigQueryConnectionService_Expr
*/
public function setCondition(Google_Service_BigQueryConnectionService_Expr $condition)
{
$this->condition = $condition;
}
/**
* @return Google_Service_BigQueryConnectionService_Expr
*/
public function getCondition()
{
return $this->condition;
}
public function setMembers($members)
{
$this->members = $members;
}
public function getMembers()
{
return $this->members;
}
public function setRole($role)
{
$this->role = $role;
}
public function getRole()
{
return $this->role;
}
}

View File

@@ -0,0 +1,39 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_BigQueryConnectionService_CloudSqlCredential extends Google_Model
{
public $password;
public $username;
public function setPassword($password)
{
$this->password = $password;
}
public function getPassword()
{
return $this->password;
}
public function setUsername($username)
{
$this->username = $username;
}
public function getUsername()
{
return $this->username;
}
}

View File

@@ -15,25 +15,27 @@
* the License. * the License.
*/ */
class Google_Service_Vision_GoogleCloudVisionV1p5beta1FaceAnnotationLandmark extends Google_Model class Google_Service_BigQueryConnectionService_CloudSqlProperties extends Google_Model
{ {
protected $positionType = 'Google_Service_Vision_GoogleCloudVisionV1p5beta1Position'; public $database;
protected $positionDataType = ''; public $instanceId;
public $type; public $type;
/** public function setDatabase($database)
* @param Google_Service_Vision_GoogleCloudVisionV1p5beta1Position
*/
public function setPosition(Google_Service_Vision_GoogleCloudVisionV1p5beta1Position $position)
{ {
$this->position = $position; $this->database = $database;
} }
/** public function getDatabase()
* @return Google_Service_Vision_GoogleCloudVisionV1p5beta1Position
*/
public function getPosition()
{ {
return $this->position; return $this->database;
}
public function setInstanceId($instanceId)
{
$this->instanceId = $instanceId;
}
public function getInstanceId()
{
return $this->instanceId;
} }
public function setType($type) public function setType($type)
{ {

View File

@@ -0,0 +1,91 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_BigQueryConnectionService_Connection extends Google_Model
{
protected $cloudSqlType = 'Google_Service_BigQueryConnectionService_CloudSqlProperties';
protected $cloudSqlDataType = '';
public $creationTime;
public $description;
public $friendlyName;
public $hasCredential;
public $lastModifiedTime;
public $name;
/**
* @param Google_Service_BigQueryConnectionService_CloudSqlProperties
*/
public function setCloudSql(Google_Service_BigQueryConnectionService_CloudSqlProperties $cloudSql)
{
$this->cloudSql = $cloudSql;
}
/**
* @return Google_Service_BigQueryConnectionService_CloudSqlProperties
*/
public function getCloudSql()
{
return $this->cloudSql;
}
public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
}
public function getCreationTime()
{
return $this->creationTime;
}
public function setDescription($description)
{
$this->description = $description;
}
public function getDescription()
{
return $this->description;
}
public function setFriendlyName($friendlyName)
{
$this->friendlyName = $friendlyName;
}
public function getFriendlyName()
{
return $this->friendlyName;
}
public function setHasCredential($hasCredential)
{
$this->hasCredential = $hasCredential;
}
public function getHasCredential()
{
return $this->hasCredential;
}
public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
}
public function getLastModifiedTime()
{
return $this->lastModifiedTime;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
}

View File

@@ -0,0 +1,37 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_BigQueryConnectionService_ConnectionCredential extends Google_Model
{
protected $cloudSqlType = 'Google_Service_BigQueryConnectionService_CloudSqlCredential';
protected $cloudSqlDataType = '';
/**
* @param Google_Service_BigQueryConnectionService_CloudSqlCredential
*/
public function setCloudSql(Google_Service_BigQueryConnectionService_CloudSqlCredential $cloudSql)
{
$this->cloudSql = $cloudSql;
}
/**
* @return Google_Service_BigQueryConnectionService_CloudSqlCredential
*/
public function getCloudSql()
{
return $this->cloudSql;
}
}

View File

@@ -0,0 +1,57 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_BigQueryConnectionService_Expr extends Google_Model
{
public $description;
public $expression;
public $location;
public $title;
public function setDescription($description)
{
$this->description = $description;
}
public function getDescription()
{
return $this->description;
}
public function setExpression($expression)
{
$this->expression = $expression;
}
public function getExpression()
{
return $this->expression;
}
public function setLocation($location)
{
$this->location = $location;
}
public function getLocation()
{
return $this->location;
}
public function setTitle($title)
{
$this->title = $title;
}
public function getTitle()
{
return $this->title;
}
}

View File

@@ -15,20 +15,20 @@
* the License. * the License.
*/ */
class Google_Service_CloudHealthcare_GetIamPolicyRequest extends Google_Model class Google_Service_BigQueryConnectionService_GetIamPolicyRequest extends Google_Model
{ {
protected $optionsType = 'Google_Service_CloudHealthcare_GetPolicyOptions'; protected $optionsType = 'Google_Service_BigQueryConnectionService_GetPolicyOptions';
protected $optionsDataType = ''; protected $optionsDataType = '';
/** /**
* @param Google_Service_CloudHealthcare_GetPolicyOptions * @param Google_Service_BigQueryConnectionService_GetPolicyOptions
*/ */
public function setOptions(Google_Service_CloudHealthcare_GetPolicyOptions $options) public function setOptions(Google_Service_BigQueryConnectionService_GetPolicyOptions $options)
{ {
$this->options = $options; $this->options = $options;
} }
/** /**
* @return Google_Service_CloudHealthcare_GetPolicyOptions * @return Google_Service_BigQueryConnectionService_GetPolicyOptions
*/ */
public function getOptions() public function getOptions()
{ {

View File

@@ -0,0 +1,30 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_BigQueryConnectionService_GetPolicyOptions extends Google_Model
{
public $requestedPolicyVersion;
public function setRequestedPolicyVersion($requestedPolicyVersion)
{
$this->requestedPolicyVersion = $requestedPolicyVersion;
}
public function getRequestedPolicyVersion()
{
return $this->requestedPolicyVersion;
}
}

View File

@@ -15,26 +15,26 @@
* the License. * the License.
*/ */
class Google_Service_CloudHealthcare_ListAnnotationStoresResponse extends Google_Collection class Google_Service_BigQueryConnectionService_ListConnectionsResponse extends Google_Collection
{ {
protected $collection_key = 'annotationStores'; protected $collection_key = 'connections';
protected $annotationStoresType = 'Google_Service_CloudHealthcare_AnnotationStore'; protected $connectionsType = 'Google_Service_BigQueryConnectionService_Connection';
protected $annotationStoresDataType = 'array'; protected $connectionsDataType = 'array';
public $nextPageToken; public $nextPageToken;
/** /**
* @param Google_Service_CloudHealthcare_AnnotationStore * @param Google_Service_BigQueryConnectionService_Connection
*/ */
public function setAnnotationStores($annotationStores) public function setConnections($connections)
{ {
$this->annotationStores = $annotationStores; $this->connections = $connections;
} }
/** /**
* @return Google_Service_CloudHealthcare_AnnotationStore * @return Google_Service_BigQueryConnectionService_Connection
*/ */
public function getAnnotationStores() public function getConnections()
{ {
return $this->annotationStores; return $this->connections;
} }
public function setNextPageToken($nextPageToken) public function setNextPageToken($nextPageToken)
{ {

View File

@@ -0,0 +1,72 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_BigQueryConnectionService_Policy extends Google_Collection
{
protected $collection_key = 'bindings';
protected $auditConfigsType = 'Google_Service_BigQueryConnectionService_AuditConfig';
protected $auditConfigsDataType = 'array';
protected $bindingsType = 'Google_Service_BigQueryConnectionService_Binding';
protected $bindingsDataType = 'array';
public $etag;
public $version;
/**
* @param Google_Service_BigQueryConnectionService_AuditConfig
*/
public function setAuditConfigs($auditConfigs)
{
$this->auditConfigs = $auditConfigs;
}
/**
* @return Google_Service_BigQueryConnectionService_AuditConfig
*/
public function getAuditConfigs()
{
return $this->auditConfigs;
}
/**
* @param Google_Service_BigQueryConnectionService_Binding
*/
public function setBindings($bindings)
{
$this->bindings = $bindings;
}
/**
* @return Google_Service_BigQueryConnectionService_Binding
*/
public function getBindings()
{
return $this->bindings;
}
public function setEtag($etag)
{
$this->etag = $etag;
}
public function getEtag()
{
return $this->etag;
}
public function setVersion($version)
{
$this->version = $version;
}
public function getVersion()
{
return $this->version;
}
}

View File

@@ -0,0 +1,28 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
/**
* The "projects" collection of methods.
* Typical usage is:
* <code>
* $bigqueryconnectionService = new Google_Service_BigQueryConnectionService(...);
* $projects = $bigqueryconnectionService->projects;
* </code>
*/
class Google_Service_BigQueryConnectionService_Resource_Projects extends Google_Service_Resource
{
}

View File

@@ -0,0 +1,28 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
/**
* The "locations" collection of methods.
* Typical usage is:
* <code>
* $bigqueryconnectionService = new Google_Service_BigQueryConnectionService(...);
* $locations = $bigqueryconnectionService->locations;
* </code>
*/
class Google_Service_BigQueryConnectionService_Resource_ProjectsLocations extends Google_Service_Resource
{
}

View File

@@ -0,0 +1,187 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
/**
* The "connections" collection of methods.
* Typical usage is:
* <code>
* $bigqueryconnectionService = new Google_Service_BigQueryConnectionService(...);
* $connections = $bigqueryconnectionService->connections;
* </code>
*/
class Google_Service_BigQueryConnectionService_Resource_ProjectsLocationsConnections extends Google_Service_Resource
{
/**
* Creates a new connection. (connections.create)
*
* @param string $parent Parent resource name. Must be in the format
* `projects/{project_id}/locations/{location_id}`
* @param Google_Service_BigQueryConnectionService_Connection $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string connectionId Optional connection id that should be assigned
* to the created connection.
* @return Google_Service_BigQueryConnectionService_Connection
*/
public function create($parent, Google_Service_BigQueryConnectionService_Connection $postBody, $optParams = array())
{
$params = array('parent' => $parent, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_BigQueryConnectionService_Connection");
}
/**
* Deletes connection and associated credential. (connections.delete)
*
* @param string $name Name of the deleted connection, for example:
* `projects/{project_id}/locations/{location_id}/connections/{connection_id}`
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryConnectionService_BigqueryconnectionEmpty
*/
public function delete($name, $optParams = array())
{
$params = array('name' => $name);
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_BigQueryConnectionService_BigqueryconnectionEmpty");
}
/**
* Returns specified connection. (connections.get)
*
* @param string $name Name of the requested connection, for example:
* `projects/{project_id}/locations/{location_id}/connections/{connection_id}`
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryConnectionService_Connection
*/
public function get($name, $optParams = array())
{
$params = array('name' => $name);
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_BigQueryConnectionService_Connection");
}
/**
* Gets the access control policy for a resource. Returns an empty policy if the
* resource exists and does not have a policy set. (connections.getIamPolicy)
*
* @param string $resource REQUIRED: The resource for which the policy is being
* requested. See the operation documentation for the appropriate value for this
* field.
* @param Google_Service_BigQueryConnectionService_GetIamPolicyRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryConnectionService_Policy
*/
public function getIamPolicy($resource, Google_Service_BigQueryConnectionService_GetIamPolicyRequest $postBody, $optParams = array())
{
$params = array('resource' => $resource, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('getIamPolicy', array($params), "Google_Service_BigQueryConnectionService_Policy");
}
/**
* Returns a list of connections in the given project.
* (connections.listProjectsLocationsConnections)
*
* @param string $parent Parent resource name. Must be in the form:
* `projects/{project_id}/locations/{location_id}`
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken Page token.
* @opt_param string maxResults Maximum number of results to return.
* @return Google_Service_BigQueryConnectionService_ListConnectionsResponse
*/
public function listProjectsLocationsConnections($parent, $optParams = array())
{
$params = array('parent' => $parent);
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_BigQueryConnectionService_ListConnectionsResponse");
}
/**
* Updates the specified connection. For security reasons, also resets
* credential if connection properties are in the update field mask.
* (connections.patch)
*
* @param string $name Name of the connection to update, for example:
* `projects/{project_id}/locations/{location_id}/connections/{connection_id}`
* @param Google_Service_BigQueryConnectionService_Connection $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string updateMask Update mask for the connection fields to be
* updated.
* @return Google_Service_BigQueryConnectionService_Connection
*/
public function patch($name, Google_Service_BigQueryConnectionService_Connection $postBody, $optParams = array())
{
$params = array('name' => $name, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_BigQueryConnectionService_Connection");
}
/**
* Sets the access control policy on the specified resource. Replaces any
* existing policy.
*
* Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED
* (connections.setIamPolicy)
*
* @param string $resource REQUIRED: The resource for which the policy is being
* specified. See the operation documentation for the appropriate value for this
* field.
* @param Google_Service_BigQueryConnectionService_SetIamPolicyRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryConnectionService_Policy
*/
public function setIamPolicy($resource, Google_Service_BigQueryConnectionService_SetIamPolicyRequest $postBody, $optParams = array())
{
$params = array('resource' => $resource, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('setIamPolicy', array($params), "Google_Service_BigQueryConnectionService_Policy");
}
/**
* Returns permissions that a caller has on the specified resource. If the
* resource does not exist, this will return an empty set of permissions, not a
* NOT_FOUND error.
*
* Note: This operation is designed to be used for building permission-aware UIs
* and command-line tools, not for authorization checking. This operation may
* "fail open" without warning. (connections.testIamPermissions)
*
* @param string $resource REQUIRED: The resource for which the policy detail is
* being requested. See the operation documentation for the appropriate value
* for this field.
* @param Google_Service_BigQueryConnectionService_TestIamPermissionsRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryConnectionService_TestIamPermissionsResponse
*/
public function testIamPermissions($resource, Google_Service_BigQueryConnectionService_TestIamPermissionsRequest $postBody, $optParams = array())
{
$params = array('resource' => $resource, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('testIamPermissions', array($params), "Google_Service_BigQueryConnectionService_TestIamPermissionsResponse");
}
/**
* Sets the credential for the specified connection.
* (connections.updateCredential)
*
* @param string $name Name of the connection, for example: `projects/{project_i
* d}/locations/{location_id}/connections/{connection_id}/credential`
* @param Google_Service_BigQueryConnectionService_ConnectionCredential $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryConnectionService_BigqueryconnectionEmpty
*/
public function updateCredential($name, Google_Service_BigQueryConnectionService_ConnectionCredential $postBody, $optParams = array())
{
$params = array('name' => $name, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('updateCredential', array($params), "Google_Service_BigQueryConnectionService_BigqueryconnectionEmpty");
}
}

View File

@@ -0,0 +1,46 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_BigQueryConnectionService_SetIamPolicyRequest extends Google_Model
{
protected $policyType = 'Google_Service_BigQueryConnectionService_Policy';
protected $policyDataType = '';
public $updateMask;
/**
* @param Google_Service_BigQueryConnectionService_Policy
*/
public function setPolicy(Google_Service_BigQueryConnectionService_Policy $policy)
{
$this->policy = $policy;
}
/**
* @return Google_Service_BigQueryConnectionService_Policy
*/
public function getPolicy()
{
return $this->policy;
}
public function setUpdateMask($updateMask)
{
$this->updateMask = $updateMask;
}
public function getUpdateMask()
{
return $this->updateMask;
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_BigQueryConnectionService_TestIamPermissionsRequest extends Google_Collection
{
protected $collection_key = 'permissions';
public $permissions;
public function setPermissions($permissions)
{
$this->permissions = $permissions;
}
public function getPermissions()
{
return $this->permissions;
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_BigQueryConnectionService_TestIamPermissionsResponse extends Google_Collection
{
protected $collection_key = 'permissions';
public $permissions;
public function setPermissions($permissions)
{
$this->permissions = $permissions;
}
public function getPermissions()
{
return $this->permissions;
}
}

View File

@@ -222,11 +222,11 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'type' => 'string', 'type' => 'string',
'required' => true, 'required' => true,
), ),
'authorizationCode' => array( 'versionInfo' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
), ),
'versionInfo' => array( 'authorizationCode' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
), ),
@@ -260,11 +260,6 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'type' => 'string', 'type' => 'string',
'required' => true, 'required' => true,
), ),
'dataSourceIds' => array(
'location' => 'query',
'type' => 'string',
'repeated' => true,
),
'pageToken' => array( 'pageToken' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
@@ -273,6 +268,11 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'location' => 'query', 'location' => 'query',
'type' => 'integer', 'type' => 'integer',
), ),
'dataSourceIds' => array(
'location' => 'query',
'type' => 'string',
'repeated' => true,
),
), ),
),'patch' => array( ),'patch' => array(
'path' => 'v1/{+name}', 'path' => 'v1/{+name}',
@@ -283,6 +283,10 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'type' => 'string', 'type' => 'string',
'required' => true, 'required' => true,
), ),
'versionInfo' => array(
'location' => 'query',
'type' => 'string',
),
'authorizationCode' => array( 'authorizationCode' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
@@ -291,10 +295,6 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
), ),
'versionInfo' => array(
'location' => 'query',
'type' => 'string',
),
), ),
),'scheduleRuns' => array( ),'scheduleRuns' => array(
'path' => 'v1/{+parent}:scheduleRuns', 'path' => 'v1/{+parent}:scheduleRuns',
@@ -392,11 +392,6 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'type' => 'string', 'type' => 'string',
'required' => true, 'required' => true,
), ),
'messageTypes' => array(
'location' => 'query',
'type' => 'string',
'repeated' => true,
),
'pageToken' => array( 'pageToken' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
@@ -405,6 +400,11 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'location' => 'query', 'location' => 'query',
'type' => 'integer', 'type' => 'integer',
), ),
'messageTypes' => array(
'location' => 'query',
'type' => 'string',
'repeated' => true,
),
), ),
), ),
) )
@@ -425,11 +425,11 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'type' => 'string', 'type' => 'string',
'required' => true, 'required' => true,
), ),
'authorizationCode' => array( 'versionInfo' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
), ),
'versionInfo' => array( 'authorizationCode' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
), ),
@@ -486,10 +486,6 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'type' => 'string', 'type' => 'string',
'required' => true, 'required' => true,
), ),
'updateMask' => array(
'location' => 'query',
'type' => 'string',
),
'versionInfo' => array( 'versionInfo' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
@@ -498,6 +494,10 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
), ),
'updateMask' => array(
'location' => 'query',
'type' => 'string',
),
), ),
),'scheduleRuns' => array( ),'scheduleRuns' => array(
'path' => 'v1/{+parent}:scheduleRuns', 'path' => 'v1/{+parent}:scheduleRuns',
@@ -558,10 +558,6 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'type' => 'string', 'type' => 'string',
'required' => true, 'required' => true,
), ),
'runAttempt' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array( 'pageToken' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
@@ -575,6 +571,10 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'location' => 'query', 'location' => 'query',
'type' => 'integer', 'type' => 'integer',
), ),
'runAttempt' => array(
'location' => 'query',
'type' => 'string',
),
), ),
), ),
) )
@@ -595,6 +595,11 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'type' => 'string', 'type' => 'string',
'required' => true, 'required' => true,
), ),
'messageTypes' => array(
'location' => 'query',
'type' => 'string',
'repeated' => true,
),
'pageToken' => array( 'pageToken' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
@@ -603,11 +608,6 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'location' => 'query', 'location' => 'query',
'type' => 'integer', 'type' => 'integer',
), ),
'messageTypes' => array(
'location' => 'query',
'type' => 'string',
'repeated' => true,
),
), ),
), ),
) )

View File

@@ -32,7 +32,7 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsDataSources extends G
* we have OAuth token for the particular user, which is a pre-requisite before * we have OAuth token for the particular user, which is a pre-requisite before
* user can create a transfer config. (dataSources.checkValidCreds) * user can create a transfer config. (dataSources.checkValidCreds)
* *
* @param string $name The data source in the form: * @param string $name Required. The data source in the form:
* `projects/{project_id}/dataSources/{data_source_id}` * `projects/{project_id}/dataSources/{data_source_id}`
* @param Google_Service_BigQueryDataTransfer_CheckValidCredsRequest $postBody * @param Google_Service_BigQueryDataTransfer_CheckValidCredsRequest $postBody
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
@@ -48,8 +48,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsDataSources extends G
* Retrieves a supported data source and returns its settings, which can be used * Retrieves a supported data source and returns its settings, which can be used
* for UI rendering. (dataSources.get) * for UI rendering. (dataSources.get)
* *
* @param string $name The field will contain name of the resource requested, * @param string $name Required. The field will contain name of the resource
* for example: `projects/{project_id}/dataSources/{data_source_id}` * requested, for example: `projects/{project_id}/dataSources/{data_source_id}`
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* @return Google_Service_BigQueryDataTransfer_DataSource * @return Google_Service_BigQueryDataTransfer_DataSource
*/ */
@@ -63,8 +63,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsDataSources extends G
* Lists supported data sources and returns their settings, which can be used * Lists supported data sources and returns their settings, which can be used
* for UI rendering. (dataSources.listProjectsDataSources) * for UI rendering. (dataSources.listProjectsDataSources)
* *
* @param string $parent The BigQuery project id for which data sources should * @param string $parent Required. The BigQuery project id for which data
* be returned. Must be in the form: `projects/{project_id}` * sources should be returned. Must be in the form: `projects/{project_id}`
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string pageToken Pagination token, which can be used to request a * @opt_param string pageToken Pagination token, which can be used to request a

View File

@@ -32,7 +32,7 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsDataSources
* we have OAuth token for the particular user, which is a pre-requisite before * we have OAuth token for the particular user, which is a pre-requisite before
* user can create a transfer config. (dataSources.checkValidCreds) * user can create a transfer config. (dataSources.checkValidCreds)
* *
* @param string $name The data source in the form: * @param string $name Required. The data source in the form:
* `projects/{project_id}/dataSources/{data_source_id}` * `projects/{project_id}/dataSources/{data_source_id}`
* @param Google_Service_BigQueryDataTransfer_CheckValidCredsRequest $postBody * @param Google_Service_BigQueryDataTransfer_CheckValidCredsRequest $postBody
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
@@ -48,8 +48,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsDataSources
* Retrieves a supported data source and returns its settings, which can be used * Retrieves a supported data source and returns its settings, which can be used
* for UI rendering. (dataSources.get) * for UI rendering. (dataSources.get)
* *
* @param string $name The field will contain name of the resource requested, * @param string $name Required. The field will contain name of the resource
* for example: `projects/{project_id}/dataSources/{data_source_id}` * requested, for example: `projects/{project_id}/dataSources/{data_source_id}`
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* @return Google_Service_BigQueryDataTransfer_DataSource * @return Google_Service_BigQueryDataTransfer_DataSource
*/ */
@@ -63,8 +63,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsDataSources
* Lists supported data sources and returns their settings, which can be used * Lists supported data sources and returns their settings, which can be used
* for UI rendering. (dataSources.listProjectsLocationsDataSources) * for UI rendering. (dataSources.listProjectsLocationsDataSources)
* *
* @param string $parent The BigQuery project id for which data sources should * @param string $parent Required. The BigQuery project id for which data
* be returned. Must be in the form: `projects/{project_id}` * sources should be returned. Must be in the form: `projects/{project_id}`
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string pageToken Pagination token, which can be used to request a * @opt_param string pageToken Pagination token, which can be used to request a

View File

@@ -28,7 +28,7 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
/** /**
* Creates a new data transfer configuration. (transferConfigs.create) * Creates a new data transfer configuration. (transferConfigs.create)
* *
* @param string $parent The BigQuery project id where the transfer * @param string $parent Required. The BigQuery project id where the transfer
* configuration should be created. Must be in the format * configuration should be created. Must be in the format
* projects/{project_id}/locations/{location_id} If specified location and * projects/{project_id}/locations/{location_id} If specified location and
* location of the destination bigquery dataset do not match - the request will * location of the destination bigquery dataset do not match - the request will
@@ -36,6 +36,12 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
* @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody * @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string versionInfo Optional version info. If users want to find a
* very recent access token, that is, immediately after approving access, users
* have to set the version_info claim in the token request. To obtain the
* version_info, users must use the "none+gsession" response type. which be
* return a version_info back in the authorization response which be be put in a
* JWT claim in the token request.
* @opt_param string authorizationCode Optional OAuth2 authorization code to use * @opt_param string authorizationCode Optional OAuth2 authorization code to use
* with this transfer configuration. This is required if new credentials are * with this transfer configuration. This is required if new credentials are
* needed, as indicated by `CheckValidCreds`. In order to obtain * needed, as indicated by `CheckValidCreds`. In order to obtain
@@ -51,12 +57,6 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
* authorization code should be returned in the title bar of the browser, with * authorization code should be returned in the title bar of the browser, with
* the page text prompting the user to copy the code and paste it in the * the page text prompting the user to copy the code and paste it in the
* application. * application.
* @opt_param string versionInfo Optional version info. If users want to find a
* very recent access token, that is, immediately after approving access, users
* have to set the version_info claim in the token request. To obtain the
* version_info, users must use the "none+gsession" response type. which be
* return a version_info back in the authorization response which be be put in a
* JWT claim in the token request.
* @return Google_Service_BigQueryDataTransfer_TransferConfig * @return Google_Service_BigQueryDataTransfer_TransferConfig
*/ */
public function create($parent, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array()) public function create($parent, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array())
@@ -69,8 +69,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
* Deletes a data transfer configuration, including any associated transfer runs * Deletes a data transfer configuration, including any associated transfer runs
* and logs. (transferConfigs.delete) * and logs. (transferConfigs.delete)
* *
* @param string $name The field will contain name of the resource requested, * @param string $name Required. The field will contain name of the resource
* for example: `projects/{project_id}/transferConfigs/{config_id}` * requested, for example: `projects/{project_id}/transferConfigs/{config_id}`
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty * @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty
*/ */
@@ -83,8 +83,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
/** /**
* Returns information about a data transfer config. (transferConfigs.get) * Returns information about a data transfer config. (transferConfigs.get)
* *
* @param string $name The field will contain name of the resource requested, * @param string $name Required. The field will contain name of the resource
* for example: `projects/{project_id}/transferConfigs/{config_id}` * requested, for example: `projects/{project_id}/transferConfigs/{config_id}`
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* @return Google_Service_BigQueryDataTransfer_TransferConfig * @return Google_Service_BigQueryDataTransfer_TransferConfig
*/ */
@@ -98,18 +98,18 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
* Returns information about all data transfers in the project. * Returns information about all data transfers in the project.
* (transferConfigs.listProjectsLocationsTransferConfigs) * (transferConfigs.listProjectsLocationsTransferConfigs)
* *
* @param string $parent The BigQuery project id for which data sources should * @param string $parent Required. The BigQuery project id for which data
* be returned: `projects/{project_id}`. * sources should be returned: `projects/{project_id}`.
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string dataSourceIds When specified, only configurations of
* requested data sources are returned.
* @opt_param string pageToken Pagination token, which can be used to request a * @opt_param string pageToken Pagination token, which can be used to request a
* specific page of `ListTransfersRequest` list results. For multiple-page * specific page of `ListTransfersRequest` list results. For multiple-page
* results, `ListTransfersResponse` outputs a `next_page` token, which can be * results, `ListTransfersResponse` outputs a `next_page` token, which can be
* used as the `page_token` value to request the next page of list results. * used as the `page_token` value to request the next page of list results.
* @opt_param int pageSize Page size. The default page size is the maximum value * @opt_param int pageSize Page size. The default page size is the maximum value
* of 1000 results. * of 1000 results.
* @opt_param string dataSourceIds When specified, only configurations of
* requested data sources are returned.
* @return Google_Service_BigQueryDataTransfer_ListTransferConfigsResponse * @return Google_Service_BigQueryDataTransfer_ListTransferConfigsResponse
*/ */
public function listProjectsLocationsTransferConfigs($parent, $optParams = array()) public function listProjectsLocationsTransferConfigs($parent, $optParams = array())
@@ -132,6 +132,12 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
* @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody * @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string versionInfo Optional version info. If users want to find a
* very recent access token, that is, immediately after approving access, users
* have to set the version_info claim in the token request. To obtain the
* version_info, users must use the "none+gsession" response type. which be
* return a version_info back in the authorization response which be be put in a
* JWT claim in the token request.
* @opt_param string authorizationCode Optional OAuth2 authorization code to use * @opt_param string authorizationCode Optional OAuth2 authorization code to use
* with this transfer configuration. If it is provided, the transfer * with this transfer configuration. If it is provided, the transfer
* configuration will be associated with the authorizing user. In order to * configuration will be associated with the authorizing user. In order to
@@ -147,14 +153,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
* authorization code should be returned in the title bar of the browser, with * authorization code should be returned in the title bar of the browser, with
* the page text prompting the user to copy the code and paste it in the * the page text prompting the user to copy the code and paste it in the
* application. * application.
* @opt_param string updateMask Required list of fields to be updated in this * @opt_param string updateMask Required. Required list of fields to be updated
* request. * in this request.
* @opt_param string versionInfo Optional version info. If users want to find a
* very recent access token, that is, immediately after approving access, users
* have to set the version_info claim in the token request. To obtain the
* version_info, users must use the "none+gsession" response type. which be
* return a version_info back in the authorization response which be be put in a
* JWT claim in the token request.
* @return Google_Service_BigQueryDataTransfer_TransferConfig * @return Google_Service_BigQueryDataTransfer_TransferConfig
*/ */
public function patch($name, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array()) public function patch($name, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array())
@@ -170,7 +170,7 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
* range. DEPRECATED: use StartManualTransferRuns instead. * range. DEPRECATED: use StartManualTransferRuns instead.
* (transferConfigs.scheduleRuns) * (transferConfigs.scheduleRuns)
* *
* @param string $parent Transfer configuration name in the form: * @param string $parent Required. Transfer configuration name in the form:
* `projects/{project_id}/transferConfigs/{config_id}`. * `projects/{project_id}/transferConfigs/{config_id}`.
* @param Google_Service_BigQueryDataTransfer_ScheduleTransferRunsRequest $postBody * @param Google_Service_BigQueryDataTransfer_ScheduleTransferRunsRequest $postBody
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.

View File

@@ -28,8 +28,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
/** /**
* Deletes the specified transfer run. (runs.delete) * Deletes the specified transfer run. (runs.delete)
* *
* @param string $name The field will contain name of the resource requested, * @param string $name Required. The field will contain name of the resource
* for example: * requested, for example:
* `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}`
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty * @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty
@@ -43,8 +43,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
/** /**
* Returns information about the particular transfer run. (runs.get) * Returns information about the particular transfer run. (runs.get)
* *
* @param string $name The field will contain name of the resource requested, * @param string $name Required. The field will contain name of the resource
* for example: * requested, for example:
* `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}`
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* @return Google_Service_BigQueryDataTransfer_TransferRun * @return Google_Service_BigQueryDataTransfer_TransferRun
@@ -59,9 +59,9 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
* Returns information about running and completed jobs. * Returns information about running and completed jobs.
* (runs.listProjectsLocationsTransferConfigsRuns) * (runs.listProjectsLocationsTransferConfigsRuns)
* *
* @param string $parent Name of transfer configuration for which transfer runs * @param string $parent Required. Name of transfer configuration for which
* should be retrieved. Format of transfer configuration resource name is: * transfer runs should be retrieved. Format of transfer configuration resource
* `projects/{project_id}/transferConfigs/{config_id}`. * name is: `projects/{project_id}/transferConfigs/{config_id}`.
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string pageToken Pagination token, which can be used to request a * @opt_param string pageToken Pagination token, which can be used to request a

View File

@@ -29,18 +29,18 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
* Returns user facing log messages for the data transfer run. * Returns user facing log messages for the data transfer run.
* (transferLogs.listProjectsLocationsTransferConfigsRunsTransferLogs) * (transferLogs.listProjectsLocationsTransferConfigsRunsTransferLogs)
* *
* @param string $parent Transfer run name in the form: * @param string $parent Required. Transfer run name in the form:
* `projects/{project_id}/transferConfigs/{config_Id}/runs/{run_id}`. * `projects/{project_id}/transferConfigs/{config_Id}/runs/{run_id}`.
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string messageTypes Message types to return. If not populated -
* INFO, WARNING and ERROR messages are returned.
* @opt_param string pageToken Pagination token, which can be used to request a * @opt_param string pageToken Pagination token, which can be used to request a
* specific page of `ListTransferLogsRequest` list results. For multiple-page * specific page of `ListTransferLogsRequest` list results. For multiple-page
* results, `ListTransferLogsResponse` outputs a `next_page` token, which can be * results, `ListTransferLogsResponse` outputs a `next_page` token, which can be
* used as the `page_token` value to request the next page of list results. * used as the `page_token` value to request the next page of list results.
* @opt_param int pageSize Page size. The default page size is the maximum value * @opt_param int pageSize Page size. The default page size is the maximum value
* of 1000 results. * of 1000 results.
* @opt_param string messageTypes Message types to return. If not populated -
* INFO, WARNING and ERROR messages are returned.
* @return Google_Service_BigQueryDataTransfer_ListTransferLogsResponse * @return Google_Service_BigQueryDataTransfer_ListTransferLogsResponse
*/ */
public function listProjectsLocationsTransferConfigsRunsTransferLogs($parent, $optParams = array()) public function listProjectsLocationsTransferConfigsRunsTransferLogs($parent, $optParams = array())

View File

@@ -28,7 +28,7 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten
/** /**
* Creates a new data transfer configuration. (transferConfigs.create) * Creates a new data transfer configuration. (transferConfigs.create)
* *
* @param string $parent The BigQuery project id where the transfer * @param string $parent Required. The BigQuery project id where the transfer
* configuration should be created. Must be in the format * configuration should be created. Must be in the format
* projects/{project_id}/locations/{location_id} If specified location and * projects/{project_id}/locations/{location_id} If specified location and
* location of the destination bigquery dataset do not match - the request will * location of the destination bigquery dataset do not match - the request will
@@ -36,6 +36,12 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten
* @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody * @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string versionInfo Optional version info. If users want to find a
* very recent access token, that is, immediately after approving access, users
* have to set the version_info claim in the token request. To obtain the
* version_info, users must use the "none+gsession" response type. which be
* return a version_info back in the authorization response which be be put in a
* JWT claim in the token request.
* @opt_param string authorizationCode Optional OAuth2 authorization code to use * @opt_param string authorizationCode Optional OAuth2 authorization code to use
* with this transfer configuration. This is required if new credentials are * with this transfer configuration. This is required if new credentials are
* needed, as indicated by `CheckValidCreds`. In order to obtain * needed, as indicated by `CheckValidCreds`. In order to obtain
@@ -51,12 +57,6 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten
* authorization code should be returned in the title bar of the browser, with * authorization code should be returned in the title bar of the browser, with
* the page text prompting the user to copy the code and paste it in the * the page text prompting the user to copy the code and paste it in the
* application. * application.
* @opt_param string versionInfo Optional version info. If users want to find a
* very recent access token, that is, immediately after approving access, users
* have to set the version_info claim in the token request. To obtain the
* version_info, users must use the "none+gsession" response type. which be
* return a version_info back in the authorization response which be be put in a
* JWT claim in the token request.
* @return Google_Service_BigQueryDataTransfer_TransferConfig * @return Google_Service_BigQueryDataTransfer_TransferConfig
*/ */
public function create($parent, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array()) public function create($parent, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array())
@@ -69,8 +69,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten
* Deletes a data transfer configuration, including any associated transfer runs * Deletes a data transfer configuration, including any associated transfer runs
* and logs. (transferConfigs.delete) * and logs. (transferConfigs.delete)
* *
* @param string $name The field will contain name of the resource requested, * @param string $name Required. The field will contain name of the resource
* for example: `projects/{project_id}/transferConfigs/{config_id}` * requested, for example: `projects/{project_id}/transferConfigs/{config_id}`
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty * @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty
*/ */
@@ -83,8 +83,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten
/** /**
* Returns information about a data transfer config. (transferConfigs.get) * Returns information about a data transfer config. (transferConfigs.get)
* *
* @param string $name The field will contain name of the resource requested, * @param string $name Required. The field will contain name of the resource
* for example: `projects/{project_id}/transferConfigs/{config_id}` * requested, for example: `projects/{project_id}/transferConfigs/{config_id}`
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* @return Google_Service_BigQueryDataTransfer_TransferConfig * @return Google_Service_BigQueryDataTransfer_TransferConfig
*/ */
@@ -98,8 +98,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten
* Returns information about all data transfers in the project. * Returns information about all data transfers in the project.
* (transferConfigs.listProjectsTransferConfigs) * (transferConfigs.listProjectsTransferConfigs)
* *
* @param string $parent The BigQuery project id for which data sources should * @param string $parent Required. The BigQuery project id for which data
* be returned: `projects/{project_id}`. * sources should be returned: `projects/{project_id}`.
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string pageToken Pagination token, which can be used to request a * @opt_param string pageToken Pagination token, which can be used to request a
@@ -132,8 +132,6 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten
* @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody * @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string updateMask Required list of fields to be updated in this
* request.
* @opt_param string versionInfo Optional version info. If users want to find a * @opt_param string versionInfo Optional version info. If users want to find a
* very recent access token, that is, immediately after approving access, users * very recent access token, that is, immediately after approving access, users
* have to set the version_info claim in the token request. To obtain the * have to set the version_info claim in the token request. To obtain the
@@ -155,6 +153,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten
* authorization code should be returned in the title bar of the browser, with * authorization code should be returned in the title bar of the browser, with
* the page text prompting the user to copy the code and paste it in the * the page text prompting the user to copy the code and paste it in the
* application. * application.
* @opt_param string updateMask Required. Required list of fields to be updated
* in this request.
* @return Google_Service_BigQueryDataTransfer_TransferConfig * @return Google_Service_BigQueryDataTransfer_TransferConfig
*/ */
public function patch($name, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array()) public function patch($name, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array())
@@ -170,7 +170,7 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten
* range. DEPRECATED: use StartManualTransferRuns instead. * range. DEPRECATED: use StartManualTransferRuns instead.
* (transferConfigs.scheduleRuns) * (transferConfigs.scheduleRuns)
* *
* @param string $parent Transfer configuration name in the form: * @param string $parent Required. Transfer configuration name in the form:
* `projects/{project_id}/transferConfigs/{config_id}`. * `projects/{project_id}/transferConfigs/{config_id}`.
* @param Google_Service_BigQueryDataTransfer_ScheduleTransferRunsRequest $postBody * @param Google_Service_BigQueryDataTransfer_ScheduleTransferRunsRequest $postBody
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.

View File

@@ -28,8 +28,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigsRuns e
/** /**
* Deletes the specified transfer run. (runs.delete) * Deletes the specified transfer run. (runs.delete)
* *
* @param string $name The field will contain name of the resource requested, * @param string $name Required. The field will contain name of the resource
* for example: * requested, for example:
* `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}`
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty * @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty
@@ -43,8 +43,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigsRuns e
/** /**
* Returns information about the particular transfer run. (runs.get) * Returns information about the particular transfer run. (runs.get)
* *
* @param string $name The field will contain name of the resource requested, * @param string $name Required. The field will contain name of the resource
* for example: * requested, for example:
* `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}`
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* @return Google_Service_BigQueryDataTransfer_TransferRun * @return Google_Service_BigQueryDataTransfer_TransferRun
@@ -59,12 +59,11 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigsRuns e
* Returns information about running and completed jobs. * Returns information about running and completed jobs.
* (runs.listProjectsTransferConfigsRuns) * (runs.listProjectsTransferConfigsRuns)
* *
* @param string $parent Name of transfer configuration for which transfer runs * @param string $parent Required. Name of transfer configuration for which
* should be retrieved. Format of transfer configuration resource name is: * transfer runs should be retrieved. Format of transfer configuration resource
* `projects/{project_id}/transferConfigs/{config_id}`. * name is: `projects/{project_id}/transferConfigs/{config_id}`.
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string runAttempt Indicates how run attempts are to be pulled.
* @opt_param string pageToken Pagination token, which can be used to request a * @opt_param string pageToken Pagination token, which can be used to request a
* specific page of `ListTransferRunsRequest` list results. For multiple-page * specific page of `ListTransferRunsRequest` list results. For multiple-page
* results, `ListTransferRunsResponse` outputs a `next_page` token, which can be * results, `ListTransferRunsResponse` outputs a `next_page` token, which can be
@@ -73,6 +72,7 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigsRuns e
* states are returned. * states are returned.
* @opt_param int pageSize Page size. The default page size is the maximum value * @opt_param int pageSize Page size. The default page size is the maximum value
* of 1000 results. * of 1000 results.
* @opt_param string runAttempt Indicates how run attempts are to be pulled.
* @return Google_Service_BigQueryDataTransfer_ListTransferRunsResponse * @return Google_Service_BigQueryDataTransfer_ListTransferRunsResponse
*/ */
public function listProjectsTransferConfigsRuns($parent, $optParams = array()) public function listProjectsTransferConfigsRuns($parent, $optParams = array())

View File

@@ -29,18 +29,18 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigsRunsTr
* Returns user facing log messages for the data transfer run. * Returns user facing log messages for the data transfer run.
* (transferLogs.listProjectsTransferConfigsRunsTransferLogs) * (transferLogs.listProjectsTransferConfigsRunsTransferLogs)
* *
* @param string $parent Transfer run name in the form: * @param string $parent Required. Transfer run name in the form:
* `projects/{project_id}/transferConfigs/{config_Id}/runs/{run_id}`. * `projects/{project_id}/transferConfigs/{config_Id}/runs/{run_id}`.
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string messageTypes Message types to return. If not populated -
* INFO, WARNING and ERROR messages are returned.
* @opt_param string pageToken Pagination token, which can be used to request a * @opt_param string pageToken Pagination token, which can be used to request a
* specific page of `ListTransferLogsRequest` list results. For multiple-page * specific page of `ListTransferLogsRequest` list results. For multiple-page
* results, `ListTransferLogsResponse` outputs a `next_page` token, which can be * results, `ListTransferLogsResponse` outputs a `next_page` token, which can be
* used as the `page_token` value to request the next page of list results. * used as the `page_token` value to request the next page of list results.
* @opt_param int pageSize Page size. The default page size is the maximum value * @opt_param int pageSize Page size. The default page size is the maximum value
* of 1000 results. * of 1000 results.
* @opt_param string messageTypes Message types to return. If not populated -
* INFO, WARNING and ERROR messages are returned.
* @return Google_Service_BigQueryDataTransfer_ListTransferLogsResponse * @return Google_Service_BigQueryDataTransfer_ListTransferLogsResponse
*/ */
public function listProjectsTransferConfigsRunsTransferLogs($parent, $optParams = array()) public function listProjectsTransferConfigsRunsTransferLogs($parent, $optParams = array())

View File

@@ -0,0 +1,100 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
/**
* Service definition for BigQueryReservation (v1).
*
* <p>
* A service to modify your BigQuery flat-rate reservations.</p>
*
* <p>
* For more information about this service, see the API
* <a href="https://cloud.google.com/bigquery/" target="_blank">Documentation</a>
* </p>
*
* @author Google, Inc.
*/
class Google_Service_BigQueryReservation extends Google_Service
{
/** View and manage your data in Google BigQuery. */
const BIGQUERY =
"https://www.googleapis.com/auth/bigquery";
/** View and manage your data across Google Cloud Platform services. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
public $operations;
/**
* Constructs the internal representation of the BigQueryReservation service.
*
* @param Google_Client $client The client used to deliver requests.
* @param string $rootUrl The root URL used for requests to the service.
*/
public function __construct(Google_Client $client, $rootUrl = null)
{
parent::__construct($client);
$this->rootUrl = $rootUrl ?: 'https://bigqueryreservation.googleapis.com/';
$this->servicePath = '';
$this->batchPath = 'batch';
$this->version = 'v1';
$this->serviceName = 'bigqueryreservation';
$this->operations = new Google_Service_BigQueryReservation_Resource_Operations(
$this,
$this->serviceName,
'operations',
array(
'methods' => array(
'delete' => array(
'path' => 'v1/{+name}',
'httpMethod' => 'DELETE',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
'path' => 'v1/{+name}',
'httpMethod' => 'GET',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
);
}
}

View File

@@ -0,0 +1,20 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_BigQueryReservation_BigqueryreservationEmpty extends Google_Model
{
}

View File

@@ -0,0 +1,30 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_BigQueryReservation_CreateCapacityCommitmentMetadata extends Google_Model
{
public $capacityCommitment;
public function setCapacityCommitment($capacityCommitment)
{
$this->capacityCommitment = $capacityCommitment;
}
public function getCapacityCommitment()
{
return $this->capacityCommitment;
}
}

View File

@@ -0,0 +1,47 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_BigQueryReservation_ListOperationsResponse extends Google_Collection
{
protected $collection_key = 'operations';
public $nextPageToken;
protected $operationsType = 'Google_Service_BigQueryReservation_Operation';
protected $operationsDataType = 'array';
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
public function getNextPageToken()
{
return $this->nextPageToken;
}
/**
* @param Google_Service_BigQueryReservation_Operation
*/
public function setOperations($operations)
{
$this->operations = $operations;
}
/**
* @return Google_Service_BigQueryReservation_Operation
*/
public function getOperations()
{
return $this->operations;
}
}

View File

@@ -15,16 +15,16 @@
* the License. * the License.
*/ */
class Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestGcsErrorDestination extends Google_Model class Google_Service_BigQueryReservation_LocationMetadata extends Google_Model
{ {
public $uriPrefix; public $legacyLocationId;
public function setUriPrefix($uriPrefix) public function setLegacyLocationId($legacyLocationId)
{ {
$this->uriPrefix = $uriPrefix; $this->legacyLocationId = $legacyLocationId;
} }
public function getUriPrefix() public function getLegacyLocationId()
{ {
return $this->uriPrefix; return $this->legacyLocationId;
} }
} }

View File

@@ -0,0 +1,73 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_BigQueryReservation_Operation extends Google_Model
{
public $done;
protected $errorType = 'Google_Service_BigQueryReservation_Status';
protected $errorDataType = '';
public $metadata;
public $name;
public $response;
public function setDone($done)
{
$this->done = $done;
}
public function getDone()
{
return $this->done;
}
/**
* @param Google_Service_BigQueryReservation_Status
*/
public function setError(Google_Service_BigQueryReservation_Status $error)
{
$this->error = $error;
}
/**
* @return Google_Service_BigQueryReservation_Status
*/
public function getError()
{
return $this->error;
}
public function setMetadata($metadata)
{
$this->metadata = $metadata;
}
public function getMetadata()
{
return $this->metadata;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setResponse($response)
{
$this->response = $response;
}
public function getResponse()
{
return $this->response;
}
}

View File

@@ -0,0 +1,70 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
/**
* The "operations" collection of methods.
* Typical usage is:
* <code>
* $bigqueryreservationService = new Google_Service_BigQueryReservation(...);
* $operations = $bigqueryreservationService->operations;
* </code>
*/
class Google_Service_BigQueryReservation_Resource_Operations extends Google_Service_Resource
{
/**
* Deletes a long-running operation. This method indicates that the client is no
* longer interested in the operation result. It does not cancel the operation.
* If the server doesn't support this method, it returns
* `google.rpc.Code.UNIMPLEMENTED`. (operations.delete)
*
* @param string $name The name of the operation resource to be deleted.
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryReservation_BigqueryreservationEmpty
*/
public function delete($name, $optParams = array())
{
$params = array('name' => $name);
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_BigQueryReservation_BigqueryreservationEmpty");
}
/**
* Lists operations that match the specified filter in the request. If the
* server doesn't support this method, it returns `UNIMPLEMENTED`.
*
* NOTE: the `name` binding allows API services to override the binding to use
* different resource name schemes, such as `users/operations`. To override the
* binding, API services can add a binding such as
* `"/v1/{name=users}/operations"` to their service configuration. For backwards
* compatibility, the default name includes the operations collection id,
* however overriding users must ensure the name binding is the parent resource,
* without the operations collection id. (operations.listOperations)
*
* @param string $name The name of the operation's parent resource.
* @param array $optParams Optional parameters.
*
* @opt_param string filter The standard list filter.
* @opt_param string pageToken The standard list page token.
* @opt_param int pageSize The standard list page size.
* @return Google_Service_BigQueryReservation_ListOperationsResponse
*/
public function listOperations($name, $optParams = array())
{
$params = array('name' => $name);
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_BigQueryReservation_ListOperationsResponse");
}
}

View File

@@ -0,0 +1,49 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_BigQueryReservation_Status extends Google_Collection
{
protected $collection_key = 'details';
public $code;
public $details;
public $message;
public function setCode($code)
{
$this->code = $code;
}
public function getCode()
{
return $this->code;
}
public function setDetails($details)
{
$this->details = $details;
}
public function getDetails()
{
return $this->details;
}
public function setMessage($message)
{
$this->message = $message;
}
public function getMessage()
{
return $this->message;
}
}

View File

@@ -72,7 +72,7 @@ class Google_Service_Bigquery extends Google_Service
public function __construct(Google_Client $client, $rootUrl = null) public function __construct(Google_Client $client, $rootUrl = null)
{ {
parent::__construct($client); parent::__construct($client);
$this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; $this->rootUrl = $rootUrl ?: 'https://bigquery.googleapis.com/';
$this->servicePath = 'bigquery/v2/'; $this->servicePath = 'bigquery/v2/';
$this->batchPath = 'batch/bigquery/v2'; $this->batchPath = 'batch/bigquery/v2';
$this->version = 'v2'; $this->version = 'v2';
@@ -137,14 +137,6 @@ class Google_Service_Bigquery extends Google_Service
'type' => 'string', 'type' => 'string',
'required' => true, 'required' => true,
), ),
'all' => array(
'location' => 'query',
'type' => 'boolean',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array( 'pageToken' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
@@ -153,6 +145,14 @@ class Google_Service_Bigquery extends Google_Service
'location' => 'query', 'location' => 'query',
'type' => 'integer', 'type' => 'integer',
), ),
'all' => array(
'location' => 'query',
'type' => 'boolean',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
), ),
),'patch' => array( ),'patch' => array(
'path' => 'projects/{projectId}/datasets/{datasetId}', 'path' => 'projects/{projectId}/datasets/{datasetId}',
@@ -286,6 +286,30 @@ class Google_Service_Bigquery extends Google_Service
'type' => 'string', 'type' => 'string',
'required' => true, 'required' => true,
), ),
'parentJobId' => array(
'location' => 'query',
'type' => 'string',
),
'minCreationTime' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'allUsers' => array(
'location' => 'query',
'type' => 'boolean',
),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
),
'maxCreationTime' => array(
'location' => 'query',
'type' => 'string',
),
'stateFilter' => array( 'stateFilter' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
@@ -295,30 +319,6 @@ class Google_Service_Bigquery extends Google_Service
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
), ),
'minCreationTime' => array(
'location' => 'query',
'type' => 'string',
),
'parentJobId' => array(
'location' => 'query',
'type' => 'string',
),
'allUsers' => array(
'location' => 'query',
'type' => 'boolean',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'maxCreationTime' => array(
'location' => 'query',
'type' => 'string',
),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
),
), ),
),'query' => array( ),'query' => array(
'path' => 'projects/{projectId}/queries', 'path' => 'projects/{projectId}/queries',
@@ -394,14 +394,14 @@ class Google_Service_Bigquery extends Google_Service
'type' => 'string', 'type' => 'string',
'required' => true, 'required' => true,
), ),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array( 'pageToken' => array(
'location' => 'query', 'location' => 'query',
'type' => 'string', 'type' => 'string',
), ),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
),
), ),
),'patch' => array( ),'patch' => array(
'path' => 'projects/{+projectId}/datasets/{+datasetId}/models/{+modelId}', 'path' => 'projects/{+projectId}/datasets/{+datasetId}/models/{+modelId}',
@@ -539,14 +539,14 @@ class Google_Service_Bigquery extends Google_Service
'type' => 'string', 'type' => 'string',
'required' => true, 'required' => true,
), ),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'maxResults' => array( 'maxResults' => array(
'location' => 'query', 'location' => 'query',
'type' => 'integer', 'type' => 'integer',
), ),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
), ),
),'update' => array( ),'update' => array(
'path' => 'projects/{+projectId}/datasets/{+datasetId}/routines/{+routineId}', 'path' => 'projects/{+projectId}/datasets/{+datasetId}/routines/{+routineId}',

View File

@@ -0,0 +1,49 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Bigquery_ArimaCoefficients extends Google_Collection
{
protected $collection_key = 'movingAverageCoefficients';
public $autoRegressiveCoefficients;
public $interceptCoefficient;
public $movingAverageCoefficients;
public function setAutoRegressiveCoefficients($autoRegressiveCoefficients)
{
$this->autoRegressiveCoefficients = $autoRegressiveCoefficients;
}
public function getAutoRegressiveCoefficients()
{
return $this->autoRegressiveCoefficients;
}
public function setInterceptCoefficient($interceptCoefficient)
{
$this->interceptCoefficient = $interceptCoefficient;
}
public function getInterceptCoefficient()
{
return $this->interceptCoefficient;
}
public function setMovingAverageCoefficients($movingAverageCoefficients)
{
$this->movingAverageCoefficients = $movingAverageCoefficients;
}
public function getMovingAverageCoefficients()
{
return $this->movingAverageCoefficients;
}
}

View File

@@ -0,0 +1,48 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Bigquery_ArimaFittingMetrics extends Google_Model
{
public $aic;
public $logLikelihood;
public $variance;
public function setAic($aic)
{
$this->aic = $aic;
}
public function getAic()
{
return $this->aic;
}
public function setLogLikelihood($logLikelihood)
{
$this->logLikelihood = $logLikelihood;
}
public function getLogLikelihood()
{
return $this->logLikelihood;
}
public function setVariance($variance)
{
$this->variance = $variance;
}
public function getVariance()
{
return $this->variance;
}
}

View File

@@ -0,0 +1,69 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Bigquery_ArimaModelInfo extends Google_Model
{
protected $arimaCoefficientsType = 'Google_Service_Bigquery_ArimaCoefficients';
protected $arimaCoefficientsDataType = '';
protected $arimaFittingMetricsType = 'Google_Service_Bigquery_ArimaFittingMetrics';
protected $arimaFittingMetricsDataType = '';
protected $nonSeasonalOrderType = 'Google_Service_Bigquery_ArimaOrder';
protected $nonSeasonalOrderDataType = '';
/**
* @param Google_Service_Bigquery_ArimaCoefficients
*/
public function setArimaCoefficients(Google_Service_Bigquery_ArimaCoefficients $arimaCoefficients)
{
$this->arimaCoefficients = $arimaCoefficients;
}
/**
* @return Google_Service_Bigquery_ArimaCoefficients
*/
public function getArimaCoefficients()
{
return $this->arimaCoefficients;
}
/**
* @param Google_Service_Bigquery_ArimaFittingMetrics
*/
public function setArimaFittingMetrics(Google_Service_Bigquery_ArimaFittingMetrics $arimaFittingMetrics)
{
$this->arimaFittingMetrics = $arimaFittingMetrics;
}
/**
* @return Google_Service_Bigquery_ArimaFittingMetrics
*/
public function getArimaFittingMetrics()
{
return $this->arimaFittingMetrics;
}
/**
* @param Google_Service_Bigquery_ArimaOrder
*/
public function setNonSeasonalOrder(Google_Service_Bigquery_ArimaOrder $nonSeasonalOrder)
{
$this->nonSeasonalOrder = $nonSeasonalOrder;
}
/**
* @return Google_Service_Bigquery_ArimaOrder
*/
public function getNonSeasonalOrder()
{
return $this->nonSeasonalOrder;
}
}

View File

@@ -15,34 +15,34 @@
* the License. * the License.
*/ */
class Google_Service_Vision_GoogleCloudVisionV1p5beta1Position extends Google_Model class Google_Service_Bigquery_ArimaOrder extends Google_Model
{ {
public $x; public $d;
public $y; public $p;
public $z; public $q;
public function setX($x) public function setD($d)
{ {
$this->x = $x; $this->d = $d;
} }
public function getX() public function getD()
{ {
return $this->x; return $this->d;
} }
public function setY($y) public function setP($p)
{ {
$this->y = $y; $this->p = $p;
} }
public function getY() public function getP()
{ {
return $this->y; return $this->p;
} }
public function setZ($z) public function setQ($q)
{ {
$this->z = $z; $this->q = $q;
} }
public function getZ() public function getQ()
{ {
return $this->z; return $this->q;
} }
} }

View File

@@ -0,0 +1,47 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Bigquery_ArimaResult extends Google_Collection
{
protected $collection_key = 'seasonalPeriods';
protected $arimaModelInfoType = 'Google_Service_Bigquery_ArimaModelInfo';
protected $arimaModelInfoDataType = 'array';
public $seasonalPeriods;
/**
* @param Google_Service_Bigquery_ArimaModelInfo
*/
public function setArimaModelInfo($arimaModelInfo)
{
$this->arimaModelInfo = $arimaModelInfo;
}
/**
* @return Google_Service_Bigquery_ArimaModelInfo
*/
public function getArimaModelInfo()
{
return $this->arimaModelInfo;
}
public function setSeasonalPeriods($seasonalPeriods)
{
$this->seasonalPeriods = $seasonalPeriods;
}
public function getSeasonalPeriods()
{
return $this->seasonalPeriods;
}
}

View File

@@ -18,6 +18,8 @@
class Google_Service_Bigquery_IterationResult extends Google_Collection class Google_Service_Bigquery_IterationResult extends Google_Collection
{ {
protected $collection_key = 'clusterInfos'; protected $collection_key = 'clusterInfos';
protected $arimaResultType = 'Google_Service_Bigquery_ArimaResult';
protected $arimaResultDataType = '';
protected $clusterInfosType = 'Google_Service_Bigquery_ClusterInfo'; protected $clusterInfosType = 'Google_Service_Bigquery_ClusterInfo';
protected $clusterInfosDataType = 'array'; protected $clusterInfosDataType = 'array';
public $durationMs; public $durationMs;
@@ -26,6 +28,20 @@ class Google_Service_Bigquery_IterationResult extends Google_Collection
public $learnRate; public $learnRate;
public $trainingLoss; public $trainingLoss;
/**
* @param Google_Service_Bigquery_ArimaResult
*/
public function setArimaResult(Google_Service_Bigquery_ArimaResult $arimaResult)
{
$this->arimaResult = $arimaResult;
}
/**
* @return Google_Service_Bigquery_ArimaResult
*/
public function getArimaResult()
{
return $this->arimaResult;
}
/** /**
* @param Google_Service_Bigquery_ClusterInfo * @param Google_Service_Bigquery_ClusterInfo
*/ */

View File

@@ -24,8 +24,11 @@ class Google_Service_Bigquery_JobConfigurationExtract extends Google_Collection
public $destinationUris; public $destinationUris;
public $fieldDelimiter; public $fieldDelimiter;
public $printHeader; public $printHeader;
protected $sourceModelType = 'Google_Service_Bigquery_ModelReference';
protected $sourceModelDataType = '';
protected $sourceTableType = 'Google_Service_Bigquery_TableReference'; protected $sourceTableType = 'Google_Service_Bigquery_TableReference';
protected $sourceTableDataType = ''; protected $sourceTableDataType = '';
public $useAvroLogicalTypes;
public function setCompression($compression) public function setCompression($compression)
{ {
@@ -75,6 +78,20 @@ class Google_Service_Bigquery_JobConfigurationExtract extends Google_Collection
{ {
return $this->printHeader; return $this->printHeader;
} }
/**
* @param Google_Service_Bigquery_ModelReference
*/
public function setSourceModel(Google_Service_Bigquery_ModelReference $sourceModel)
{
$this->sourceModel = $sourceModel;
}
/**
* @return Google_Service_Bigquery_ModelReference
*/
public function getSourceModel()
{
return $this->sourceModel;
}
/** /**
* @param Google_Service_Bigquery_TableReference * @param Google_Service_Bigquery_TableReference
*/ */
@@ -89,4 +106,12 @@ class Google_Service_Bigquery_JobConfigurationExtract extends Google_Collection
{ {
return $this->sourceTable; return $this->sourceTable;
} }
public function setUseAvroLogicalTypes($useAvroLogicalTypes)
{
$this->useAvroLogicalTypes = $useAvroLogicalTypes;
}
public function getUseAvroLogicalTypes()
{
return $this->useAvroLogicalTypes;
}
} }

View File

@@ -36,6 +36,8 @@ class Google_Service_Bigquery_JobStatistics extends Google_Collection
protected $reservationUsageType = 'Google_Service_Bigquery_JobStatisticsReservationUsage'; protected $reservationUsageType = 'Google_Service_Bigquery_JobStatisticsReservationUsage';
protected $reservationUsageDataType = 'array'; protected $reservationUsageDataType = 'array';
public $reservationId; public $reservationId;
protected $scriptStatisticsType = 'Google_Service_Bigquery_ScriptStatistics';
protected $scriptStatisticsDataType = '';
public $startTime; public $startTime;
public $totalBytesProcessed; public $totalBytesProcessed;
public $totalSlotMs; public $totalSlotMs;
@@ -152,6 +154,20 @@ class Google_Service_Bigquery_JobStatistics extends Google_Collection
{ {
return $this->reservationId; return $this->reservationId;
} }
/**
* @param Google_Service_Bigquery_ScriptStatistics
*/
public function setScriptStatistics(Google_Service_Bigquery_ScriptStatistics $scriptStatistics)
{
$this->scriptStatistics = $scriptStatistics;
}
/**
* @return Google_Service_Bigquery_ScriptStatistics
*/
public function getScriptStatistics()
{
return $this->scriptStatistics;
}
public function setStartTime($startTime) public function setStartTime($startTime)
{ {
$this->startTime = $startTime; $this->startTime = $startTime;

View File

@@ -20,6 +20,8 @@ class Google_Service_Bigquery_Model extends Google_Collection
protected $collection_key = 'trainingRuns'; protected $collection_key = 'trainingRuns';
public $creationTime; public $creationTime;
public $description; public $description;
protected $encryptionConfigurationType = 'Google_Service_Bigquery_EncryptionConfiguration';
protected $encryptionConfigurationDataType = '';
public $etag; public $etag;
public $expirationTime; public $expirationTime;
protected $featureColumnsType = 'Google_Service_Bigquery_StandardSqlField'; protected $featureColumnsType = 'Google_Service_Bigquery_StandardSqlField';
@@ -52,6 +54,20 @@ class Google_Service_Bigquery_Model extends Google_Collection
{ {
return $this->description; return $this->description;
} }
/**
* @param Google_Service_Bigquery_EncryptionConfiguration
*/
public function setEncryptionConfiguration(Google_Service_Bigquery_EncryptionConfiguration $encryptionConfiguration)
{
$this->encryptionConfiguration = $encryptionConfiguration;
}
/**
* @return Google_Service_Bigquery_EncryptionConfiguration
*/
public function getEncryptionConfiguration()
{
return $this->encryptionConfiguration;
}
public function setEtag($etag) public function setEtag($etag)
{ {
$this->etag = $etag; $this->etag = $etag;

View File

@@ -80,14 +80,14 @@ class Google_Service_Bigquery_Resource_Datasets extends Google_Service_Resource
* @param string $projectId Project ID of the datasets to be listed * @param string $projectId Project ID of the datasets to be listed
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string pageToken Page token, returned by a previous call, to
* request the next page of results
* @opt_param string maxResults The maximum number of results to return
* @opt_param bool all Whether to list all datasets, including hidden ones * @opt_param bool all Whether to list all datasets, including hidden ones
* @opt_param string filter An expression for filtering the results of the * @opt_param string filter An expression for filtering the results of the
* request by label. The syntax is "labels.[:]". Multiple filters can be ANDed * request by label. The syntax is "labels.[:]". Multiple filters can be ANDed
* together by connecting with a space. Example: "labels.department:receiving * together by connecting with a space. Example: "labels.department:receiving
* labels.active". See Filtering datasets using labels for details. * labels.active". See Filtering datasets using labels for details.
* @opt_param string pageToken Page token, returned by a previous call, to
* request the next page of results
* @opt_param string maxResults The maximum number of results to return
* @return Google_Service_Bigquery_DatasetList * @return Google_Service_Bigquery_DatasetList
*/ */
public function listDatasets($projectId, $optParams = array()) public function listDatasets($projectId, $optParams = array())

View File

@@ -117,22 +117,22 @@ class Google_Service_Bigquery_Resource_Jobs extends Google_Service_Resource
* @param string $projectId Project ID of the jobs to list * @param string $projectId Project ID of the jobs to list
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string stateFilter Filter for job state * @opt_param string parentJobId If set, retrieves only jobs whose parent is
* @opt_param string projection Restrict information returned to a set of * this job. Otherwise, retrieves only jobs which have no parent
* selected fields
* @opt_param string minCreationTime Min value for job creation time, in * @opt_param string minCreationTime Min value for job creation time, in
* milliseconds since the POSIX epoch. If set, only jobs created after or at * milliseconds since the POSIX epoch. If set, only jobs created after or at
* this timestamp are returned * this timestamp are returned
* @opt_param string parentJobId If set, retrieves only jobs whose parent is
* this job. Otherwise, retrieves only jobs which have no parent
* @opt_param bool allUsers Whether to display jobs owned by all users in the
* project. Default false
* @opt_param string pageToken Page token, returned by a previous call, to * @opt_param string pageToken Page token, returned by a previous call, to
* request the next page of results * request the next page of results
* @opt_param bool allUsers Whether to display jobs owned by all users in the
* project. Default false
* @opt_param string maxResults Maximum number of results to return
* @opt_param string maxCreationTime Max value for job creation time, in * @opt_param string maxCreationTime Max value for job creation time, in
* milliseconds since the POSIX epoch. If set, only jobs created before or at * milliseconds since the POSIX epoch. If set, only jobs created before or at
* this timestamp are returned * this timestamp are returned
* @opt_param string maxResults Maximum number of results to return * @opt_param string stateFilter Filter for job state
* @opt_param string projection Restrict information returned to a set of
* selected fields
* @return Google_Service_Bigquery_JobList * @return Google_Service_Bigquery_JobList
*/ */
public function listJobs($projectId, $optParams = array()) public function listJobs($projectId, $optParams = array())

View File

@@ -28,9 +28,9 @@ class Google_Service_Bigquery_Resource_Models extends Google_Service_Resource
/** /**
* Deletes the model specified by modelId from the dataset. (models.delete) * Deletes the model specified by modelId from the dataset. (models.delete)
* *
* @param string $projectId Project ID of the model to delete. * @param string $projectId Required. Project ID of the model to delete.
* @param string $datasetId Dataset ID of the model to delete. * @param string $datasetId Required. Dataset ID of the model to delete.
* @param string $modelId Model ID of the model to delete. * @param string $modelId Required. Model ID of the model to delete.
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
*/ */
public function delete($projectId, $datasetId, $modelId, $optParams = array()) public function delete($projectId, $datasetId, $modelId, $optParams = array())
@@ -42,9 +42,9 @@ class Google_Service_Bigquery_Resource_Models extends Google_Service_Resource
/** /**
* Gets the specified model resource by model ID. (models.get) * Gets the specified model resource by model ID. (models.get)
* *
* @param string $projectId Project ID of the requested model. * @param string $projectId Required. Project ID of the requested model.
* @param string $datasetId Dataset ID of the requested model. * @param string $datasetId Required. Dataset ID of the requested model.
* @param string $modelId Model ID of the requested model. * @param string $modelId Required. Model ID of the requested model.
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* @return Google_Service_Bigquery_Model * @return Google_Service_Bigquery_Model
*/ */
@@ -58,15 +58,15 @@ class Google_Service_Bigquery_Resource_Models extends Google_Service_Resource
* Lists all models in the specified dataset. Requires the READER dataset role. * Lists all models in the specified dataset. Requires the READER dataset role.
* (models.listModels) * (models.listModels)
* *
* @param string $projectId Project ID of the models to list. * @param string $projectId Required. Project ID of the models to list.
* @param string $datasetId Dataset ID of the models to list. * @param string $datasetId Required. Dataset ID of the models to list.
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string pageToken Page token, returned by a previous call to
* request the next page of results
* @opt_param string maxResults The maximum number of results to return in a * @opt_param string maxResults The maximum number of results to return in a
* single response page. Leverage the page tokens to iterate through the entire * single response page. Leverage the page tokens to iterate through the entire
* collection. * collection.
* @opt_param string pageToken Page token, returned by a previous call to
* request the next page of results
* @return Google_Service_Bigquery_ListModelsResponse * @return Google_Service_Bigquery_ListModelsResponse
*/ */
public function listModels($projectId, $datasetId, $optParams = array()) public function listModels($projectId, $datasetId, $optParams = array())
@@ -78,9 +78,9 @@ class Google_Service_Bigquery_Resource_Models extends Google_Service_Resource
/** /**
* Patch specific fields in the specified model. (models.patch) * Patch specific fields in the specified model. (models.patch)
* *
* @param string $projectId Project ID of the model to patch. * @param string $projectId Required. Project ID of the model to patch.
* @param string $datasetId Dataset ID of the model to patch. * @param string $datasetId Required. Dataset ID of the model to patch.
* @param string $modelId Model ID of the model to patch. * @param string $modelId Required. Model ID of the model to patch.
* @param Google_Service_Bigquery_Model $postBody * @param Google_Service_Bigquery_Model $postBody
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* @return Google_Service_Bigquery_Model * @return Google_Service_Bigquery_Model

View File

@@ -29,9 +29,9 @@ class Google_Service_Bigquery_Resource_Routines extends Google_Service_Resource
* Deletes the routine specified by routineId from the dataset. * Deletes the routine specified by routineId from the dataset.
* (routines.delete) * (routines.delete)
* *
* @param string $projectId Project ID of the routine to delete * @param string $projectId Required. Project ID of the routine to delete
* @param string $datasetId Dataset ID of the routine to delete * @param string $datasetId Required. Dataset ID of the routine to delete
* @param string $routineId Routine ID of the routine to delete * @param string $routineId Required. Routine ID of the routine to delete
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
*/ */
public function delete($projectId, $datasetId, $routineId, $optParams = array()) public function delete($projectId, $datasetId, $routineId, $optParams = array())
@@ -43,9 +43,9 @@ class Google_Service_Bigquery_Resource_Routines extends Google_Service_Resource
/** /**
* Gets the specified routine resource by routine ID. (routines.get) * Gets the specified routine resource by routine ID. (routines.get)
* *
* @param string $projectId Project ID of the requested routine * @param string $projectId Required. Project ID of the requested routine
* @param string $datasetId Dataset ID of the requested routine * @param string $datasetId Required. Dataset ID of the requested routine
* @param string $routineId Routine ID of the requested routine * @param string $routineId Required. Routine ID of the requested routine
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string fieldMask If set, only the Routine fields in the field mask * @opt_param string fieldMask If set, only the Routine fields in the field mask
@@ -61,8 +61,8 @@ class Google_Service_Bigquery_Resource_Routines extends Google_Service_Resource
/** /**
* Creates a new routine in the dataset. (routines.insert) * Creates a new routine in the dataset. (routines.insert)
* *
* @param string $projectId Project ID of the new routine * @param string $projectId Required. Project ID of the new routine
* @param string $datasetId Dataset ID of the new routine * @param string $datasetId Required. Dataset ID of the new routine
* @param Google_Service_Bigquery_Routine $postBody * @param Google_Service_Bigquery_Routine $postBody
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* @return Google_Service_Bigquery_Routine * @return Google_Service_Bigquery_Routine
@@ -77,15 +77,15 @@ class Google_Service_Bigquery_Resource_Routines extends Google_Service_Resource
* Lists all routines in the specified dataset. Requires the READER dataset * Lists all routines in the specified dataset. Requires the READER dataset
* role. (routines.listRoutines) * role. (routines.listRoutines)
* *
* @param string $projectId Project ID of the routines to list * @param string $projectId Required. Project ID of the routines to list
* @param string $datasetId Dataset ID of the routines to list * @param string $datasetId Required. Dataset ID of the routines to list
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* *
* @opt_param string pageToken Page token, returned by a previous call, to
* request the next page of results
* @opt_param string maxResults The maximum number of results to return in a * @opt_param string maxResults The maximum number of results to return in a
* single response page. Leverage the page tokens to iterate through the entire * single response page. Leverage the page tokens to iterate through the entire
* collection. * collection.
* @opt_param string pageToken Page token, returned by a previous call, to
* request the next page of results
* @return Google_Service_Bigquery_ListRoutinesResponse * @return Google_Service_Bigquery_ListRoutinesResponse
*/ */
public function listRoutines($projectId, $datasetId, $optParams = array()) public function listRoutines($projectId, $datasetId, $optParams = array())
@@ -98,9 +98,9 @@ class Google_Service_Bigquery_Resource_Routines extends Google_Service_Resource
* Updates information in an existing routine. The update method replaces the * Updates information in an existing routine. The update method replaces the
* entire Routine resource. (routines.update) * entire Routine resource. (routines.update)
* *
* @param string $projectId Project ID of the routine to update * @param string $projectId Required. Project ID of the routine to update
* @param string $datasetId Dataset ID of the routine to update * @param string $datasetId Required. Dataset ID of the routine to update
* @param string $routineId Routine ID of the routine to update * @param string $routineId Required. Routine ID of the routine to update
* @param Google_Service_Bigquery_Routine $postBody * @param Google_Service_Bigquery_Routine $postBody
* @param array $optParams Optional parameters. * @param array $optParams Optional parameters.
* @return Google_Service_Bigquery_Routine * @return Google_Service_Bigquery_Routine

View File

@@ -22,6 +22,7 @@ class Google_Service_Bigquery_Routine extends Google_Collection
protected $argumentsDataType = 'array'; protected $argumentsDataType = 'array';
public $creationTime; public $creationTime;
public $definitionBody; public $definitionBody;
public $description;
public $etag; public $etag;
public $importedLibraries; public $importedLibraries;
public $language; public $language;
@@ -62,6 +63,14 @@ class Google_Service_Bigquery_Routine extends Google_Collection
{ {
return $this->definitionBody; return $this->definitionBody;
} }
public function setDescription($description)
{
$this->description = $description;
}
public function getDescription()
{
return $this->description;
}
public function setEtag($etag) public function setEtag($etag)
{ {
$this->etag = $etag; $this->etag = $etag;

View File

@@ -0,0 +1,75 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Bigquery_ScriptStackFrame extends Google_Model
{
public $endColumn;
public $endLine;
public $procedureId;
public $startColumn;
public $startLine;
public $text;
public function setEndColumn($endColumn)
{
$this->endColumn = $endColumn;
}
public function getEndColumn()
{
return $this->endColumn;
}
public function setEndLine($endLine)
{
$this->endLine = $endLine;
}
public function getEndLine()
{
return $this->endLine;
}
public function setProcedureId($procedureId)
{
$this->procedureId = $procedureId;
}
public function getProcedureId()
{
return $this->procedureId;
}
public function setStartColumn($startColumn)
{
$this->startColumn = $startColumn;
}
public function getStartColumn()
{
return $this->startColumn;
}
public function setStartLine($startLine)
{
$this->startLine = $startLine;
}
public function getStartLine()
{
return $this->startLine;
}
public function setText($text)
{
$this->text = $text;
}
public function getText()
{
return $this->text;
}
}

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