1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

Update Composer dependencies.

This commit is contained in:
Caleb Mazalevskis 2022-07-02 01:14:18 +08:00
parent 9abaffeef6
commit b51c9fcfa8
No known key found for this signature in database
GPG key ID: 082E6BC1046FAB95
376 changed files with 18452 additions and 5748 deletions

103
composer.lock generated
View file

@ -119,16 +119,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.228.3",
"version": "3.229.1",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "4dad57c95c7ff1dfcea29a7877ce64720b3318c3"
"reference": "5cffc0b16d1f33029628586313e9cf140f18b06d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/4dad57c95c7ff1dfcea29a7877ce64720b3318c3",
"reference": "4dad57c95c7ff1dfcea29a7877ce64720b3318c3",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/5cffc0b16d1f33029628586313e9cf140f18b06d",
"reference": "5cffc0b16d1f33029628586313e9cf140f18b06d",
"shasum": ""
},
"require": {
@ -204,9 +204,9 @@
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.228.3"
"source": "https://github.com/aws/aws-sdk-php/tree/3.229.1"
},
"time": "2022-06-24T20:24:09+00:00"
"time": "2022-06-30T18:16:30+00:00"
},
{
"name": "cboden/ratchet",
@ -1539,16 +1539,16 @@
},
{
"name": "nesbot/carbon",
"version": "2.58.0",
"version": "2.59.1",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "97a34af22bde8d0ac20ab34b29d7bfe360902055"
"reference": "a9000603ea337c8df16cc41f8b6be95a65f4d0f5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/97a34af22bde8d0ac20ab34b29d7bfe360902055",
"reference": "97a34af22bde8d0ac20ab34b29d7bfe360902055",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/a9000603ea337c8df16cc41f8b6be95a65f4d0f5",
"reference": "a9000603ea337c8df16cc41f8b6be95a65f4d0f5",
"shasum": ""
},
"require": {
@ -1563,11 +1563,12 @@
"doctrine/orm": "^2.7",
"friendsofphp/php-cs-fixer": "^3.0",
"kylekatarnls/multi-tester": "^2.0",
"ondrejmirtes/better-reflection": "*",
"phpmd/phpmd": "^2.9",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.54 || ^1.0",
"phpunit/php-file-iterator": "^2.0.5",
"phpunit/phpunit": "^7.5.20 || ^8.5.23",
"phpstan/phpstan": "^0.12.99 || ^1.7.14",
"phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
"phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
"squizlabs/php_codesniffer": "^3.4"
},
"bin": [
@ -1624,15 +1625,19 @@
},
"funding": [
{
"url": "https://opencollective.com/Carbon",
"type": "open_collective"
"url": "https://github.com/sponsors/kylekatarnls",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
"url": "https://opencollective.com/Carbon#sponsor",
"type": "opencollective"
},
{
"url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
"type": "tidelift"
}
],
"time": "2022-04-25T19:31:17+00:00"
"time": "2022-06-29T21:43:55+00:00"
},
{
"name": "norkunas/onesignal-php-api",
@ -3308,16 +3313,16 @@
},
{
"name": "stripe/stripe-php",
"version": "v8.8.0",
"version": "v8.9.0",
"source": {
"type": "git",
"url": "https://github.com/stripe/stripe-php.git",
"reference": "06bfb65639cfecae7c2b57d340f740599c548753"
"reference": "55a8c0ff4ac724c225b9fb33f5ce841d4c6fb65d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stripe/stripe-php/zipball/06bfb65639cfecae7c2b57d340f740599c548753",
"reference": "06bfb65639cfecae7c2b57d340f740599c548753",
"url": "https://api.github.com/repos/stripe/stripe-php/zipball/55a8c0ff4ac724c225b9fb33f5ce841d4c6fb65d",
"reference": "55a8c0ff4ac724c225b9fb33f5ce841d4c6fb65d",
"shasum": ""
},
"require": {
@ -3362,13 +3367,13 @@
],
"support": {
"issues": "https://github.com/stripe/stripe-php/issues",
"source": "https://github.com/stripe/stripe-php/tree/v8.8.0"
"source": "https://github.com/stripe/stripe-php/tree/v8.9.0"
},
"time": "2022-06-23T16:42:38+00:00"
"time": "2022-06-29T21:57:18+00:00"
},
{
"name": "symfony/deprecation-contracts",
"version": "v2.5.1",
"version": "v2.5.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
@ -3415,7 +3420,7 @@
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.1"
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
},
"funding": [
{
@ -3522,16 +3527,16 @@
},
{
"name": "symfony/http-client-contracts",
"version": "v2.5.1",
"version": "v2.5.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client-contracts.git",
"reference": "1a4f708e4e87f335d1b1be6148060739152f0bd5"
"reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/1a4f708e4e87f335d1b1be6148060739152f0bd5",
"reference": "1a4f708e4e87f335d1b1be6148060739152f0bd5",
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
"reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
"shasum": ""
},
"require": {
@ -3580,7 +3585,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/http-client-contracts/tree/v2.5.1"
"source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2"
},
"funding": [
{
@ -3596,20 +3601,20 @@
"type": "tidelift"
}
],
"time": "2022-03-13T20:07:29+00:00"
"time": "2022-04-12T15:48:08+00:00"
},
{
"name": "symfony/http-foundation",
"version": "v5.4.9",
"version": "v5.4.10",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "6b0d0e4aca38d57605dcd11e2416994b38774522"
"reference": "e7793b7906f72a8cc51054fbca9dcff7a8af1c1e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/6b0d0e4aca38d57605dcd11e2416994b38774522",
"reference": "6b0d0e4aca38d57605dcd11e2416994b38774522",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/e7793b7906f72a8cc51054fbca9dcff7a8af1c1e",
"reference": "e7793b7906f72a8cc51054fbca9dcff7a8af1c1e",
"shasum": ""
},
"require": {
@ -3653,7 +3658,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-foundation/tree/v5.4.9"
"source": "https://github.com/symfony/http-foundation/tree/v5.4.10"
},
"funding": [
{
@ -3669,7 +3674,7 @@
"type": "tidelift"
}
],
"time": "2022-05-17T15:07:29+00:00"
"time": "2022-06-19T13:13:40+00:00"
},
{
"name": "symfony/options-resolver",
@ -4077,16 +4082,16 @@
},
{
"name": "symfony/service-contracts",
"version": "v2.5.1",
"version": "v2.5.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c"
"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
"reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
"shasum": ""
},
"require": {
@ -4140,7 +4145,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/service-contracts/tree/v2.5.1"
"source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
},
"funding": [
{
@ -4156,7 +4161,7 @@
"type": "tidelift"
}
],
"time": "2022-03-13T20:07:29+00:00"
"time": "2022-05-30T19:17:29+00:00"
},
{
"name": "symfony/translation",
@ -4257,16 +4262,16 @@
},
{
"name": "symfony/translation-contracts",
"version": "v2.5.1",
"version": "v2.5.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "1211df0afa701e45a04253110e959d4af4ef0f07"
"reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/1211df0afa701e45a04253110e959d4af4ef0f07",
"reference": "1211df0afa701e45a04253110e959d4af4ef0f07",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
"reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
"shasum": ""
},
"require": {
@ -4315,7 +4320,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/translation-contracts/tree/v2.5.1"
"source": "https://github.com/symfony/translation-contracts/tree/v2.5.2"
},
"funding": [
{
@ -4331,7 +4336,7 @@
"type": "tidelift"
}
],
"time": "2022-01-02T09:53:40+00:00"
"time": "2022-06-27T16:58:25+00:00"
}
],
"packages-dev": [],

View file

@ -17,7 +17,7 @@
},
"require": {
"php": ">=5.5",
"guzzlehttp/guzzle": "^6.5.7 || ^7.4.4",
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
"guzzlehttp/psr7": "^1.8.5 || ^2.3",
"guzzlehttp/promises": "^1.4.0",
"mtdowling/jmespath.php": "^2.6",

View file

@ -7,6 +7,8 @@ use Aws\AwsClient;
* This client is used to interact with the **Amazon Athena** service.
* @method \Aws\Result batchGetNamedQuery(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetNamedQueryAsync(array $args = [])
* @method \Aws\Result batchGetPreparedStatement(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetPreparedStatementAsync(array $args = [])
* @method \Aws\Result batchGetQueryExecution(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetQueryExecutionAsync(array $args = [])
* @method \Aws\Result createDataCatalog(array $args = [])

View file

@ -98,9 +98,7 @@ class AssumeRoleWithWebIdentityCredentialProvider
$result = null;
while ($result == null) {
try {
$token = @is_readable($this->tokenFile)
? file_get_contents($this->tokenFile)
: false;
$token = @file_get_contents($this->tokenFile);
if (false === $token) {
clearstatcache(true, dirname($this->tokenFile) . "/" . readlink($this->tokenFile));
clearstatcache(true, dirname($this->tokenFile) . "/" . dirname(readlink($this->tokenFile)));
@ -110,7 +108,8 @@ class AssumeRoleWithWebIdentityCredentialProvider
"Unreadable tokenfile at location {$this->tokenFile}"
);
}
$token = file_get_contents($this->tokenFile);
$token = @file_get_contents($this->tokenFile);
}
if (empty($token)) {
if ($this->tokenFileReadAttempts < $this->retries) {

View file

@ -13,6 +13,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise createLocationEfsAsync(array $args = [])
* @method \Aws\Result createLocationFsxLustre(array $args = [])
* @method \GuzzleHttp\Promise\Promise createLocationFsxLustreAsync(array $args = [])
* @method \Aws\Result createLocationFsxOntap(array $args = [])
* @method \GuzzleHttp\Promise\Promise createLocationFsxOntapAsync(array $args = [])
* @method \Aws\Result createLocationFsxOpenZfs(array $args = [])
* @method \GuzzleHttp\Promise\Promise createLocationFsxOpenZfsAsync(array $args = [])
* @method \Aws\Result createLocationFsxWindows(array $args = [])
@ -41,6 +43,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeLocationEfsAsync(array $args = [])
* @method \Aws\Result describeLocationFsxLustre(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeLocationFsxLustreAsync(array $args = [])
* @method \Aws\Result describeLocationFsxOntap(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeLocationFsxOntapAsync(array $args = [])
* @method \Aws\Result describeLocationFsxOpenZfs(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeLocationFsxOpenZfsAsync(array $args = [])
* @method \Aws\Result describeLocationFsxWindows(array $args = [])

View file

@ -64,6 +64,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeLDAPSSettingsAsync(array $args = [])
* @method \Aws\Result describeRegions(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeRegionsAsync(array $args = [])
* @method \Aws\Result describeSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeSettingsAsync(array $args = [])
* @method \Aws\Result describeSharedDirectories(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeSharedDirectoriesAsync(array $args = [])
* @method \Aws\Result describeSnapshots(array $args = [])
@ -128,6 +130,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise updateNumberOfDomainControllersAsync(array $args = [])
* @method \Aws\Result updateRadius(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateRadiusAsync(array $args = [])
* @method \Aws\Result updateSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateSettingsAsync(array $args = [])
* @method \Aws\Result updateTrust(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateTrustAsync(array $args = [])
* @method \Aws\Result verifyTrust(array $args = [])

View file

@ -35,6 +35,8 @@ use Psr\Http\Message\RequestInterface;
* @method \GuzzleHttp\Promise\Promise getDataViewAsync(array $args = [])
* @method \Aws\Result getDataset(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDatasetAsync(array $args = [])
* @method \Aws\Result getExternalDataViewAccessDetails(array $args = [])
* @method \GuzzleHttp\Promise\Promise getExternalDataViewAccessDetailsAsync(array $args = [])
* @method \Aws\Result getPermissionGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise getPermissionGroupAsync(array $args = [])
* @method \Aws\Result getProgrammaticAccessCredentials(array $args = [])

View file

@ -257,6 +257,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listBlueprintsAsync(array $args = [])
* @method \Aws\Result listCrawlers(array $args = [])
* @method \GuzzleHttp\Promise\Promise listCrawlersAsync(array $args = [])
* @method \Aws\Result listCrawls(array $args = [])
* @method \GuzzleHttp\Promise\Promise listCrawlsAsync(array $args = [])
* @method \Aws\Result listCustomEntityTypes(array $args = [])
* @method \GuzzleHttp\Promise\Promise listCustomEntityTypesAsync(array $args = [])
* @method \Aws\Result listDevEndpoints(array $args = [])

View file

@ -29,6 +29,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listDataIngestionJobsAsync(array $args = [])
* @method \Aws\Result listDatasets(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDatasetsAsync(array $args = [])
* @method \Aws\Result listInferenceEvents(array $args = [])
* @method \GuzzleHttp\Promise\Promise listInferenceEventsAsync(array $args = [])
* @method \Aws\Result listInferenceExecutions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listInferenceExecutionsAsync(array $args = [])
* @method \Aws\Result listInferenceSchedulers(array $args = [])

View file

@ -51,5 +51,7 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateRoute(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateRouteAsync(array $args = [])
*/
class MigrationHubRefactorSpacesClient extends AwsClient {}

View file

@ -104,6 +104,14 @@ interface S3ClientInterface extends AwsClientInterface
*/
public function registerStreamWrapper();
/**
* Registers the Amazon S3 stream wrapper with this client instance.
*
*This version uses doesObjectExistV2 and doesBucketExistV2 to check
* resource existence.
*/
public function registerStreamWrapperV2();
/**
* Deletes objects from Amazon S3 that match the result of a ListObjects
* operation. For example, this allows you to do things like delete all

View file

@ -99,6 +99,19 @@ trait S3ClientTrait
StreamWrapper::register($this);
}
/**
* @see S3ClientInterface::registerStreamWrapperV2()
*/
public function registerStreamWrapperV2()
{
StreamWrapper::register(
$this,
's3',
null,
true
);
}
/**
* @see S3ClientInterface::deleteMatchingObjects()
*/

View file

@ -97,6 +97,9 @@ class StreamWrapper
/** @var bool Keeps track of whether stream has been flushed since opening */
private $isFlushed = false;
/** @var bool Whether or not to use V2 bucket and object existence methods */
private static $useV2Existence = false;
/**
* Register the 's3://' stream wrapper
*
@ -107,8 +110,10 @@ class StreamWrapper
public static function register(
S3ClientInterface $client,
$protocol = 's3',
CacheInterface $cache = null
CacheInterface $cache = null,
$v2Existence = false
) {
self::$useV2Existence = $v2Existence;
if (in_array($protocol, stream_get_wrappers())) {
stream_wrapper_unregister($protocol);
}
@ -323,8 +328,10 @@ class StreamWrapper
private function statDirectory($parts, $path, $flags)
{
// Stat "directories": buckets, or "s3://"
$method = self::$useV2Existence ? 'doesBucketExistV2' : 'doesBucketExist';
if (!$parts['Bucket'] ||
$this->getClient()->doesBucketExist($parts['Bucket'])
$this->getClient()->$method($parts['Bucket'])
) {
return $this->formatUrlStat($path);
}
@ -592,17 +599,17 @@ class StreamWrapper
. "Use one 'r', 'w', 'a', or 'x'.";
}
// When using mode "x" validate if the file exists before attempting
// to read
if ($mode == 'x' &&
$this->getClient()->doesObjectExist(
if ($mode === 'x') {
$method = self::$useV2Existence ? 'doesObjectExistV2' : 'doesObjectExist';
if ($this->getClient()->$method(
$this->getOption('Bucket'),
$this->getOption('Key'),
$this->getOptions(true)
)
) {
)) {
$errors[] = "{$path} already exists on Amazon S3";
}
}
return $errors;
}
@ -804,7 +811,9 @@ class StreamWrapper
*/
private function createBucket($path, array $params)
{
if ($this->getClient()->doesBucketExist($params['Bucket'])) {
$method = self::$useV2Existence ? 'doesBucketExistV2' : 'doesBucketExist';
if ($this->getClient()->$method($params['Bucket'])) {
return $this->triggerError("Bucket already exists: {$path}");
}
@ -830,10 +839,12 @@ class StreamWrapper
$params['Body'] = '';
// Fail if this pseudo directory key already exists
if ($this->getClient()->doesObjectExist(
$method = self::$useV2Existence ? 'doesObjectExistV2' : 'doesObjectExist';
if ($this->getClient()->$method(
$params['Bucket'],
$params['Key'])
) {
$params['Key']
)) {
return $this->triggerError("Subfolder already exists: {$path}");
}

View file

@ -219,6 +219,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeExperimentAsync(array $args = [])
* @method \Aws\Result describeFeatureGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeFeatureGroupAsync(array $args = [])
* @method \Aws\Result describeFeatureMetadata(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeFeatureMetadataAsync(array $args = [])
* @method \Aws\Result describeFlowDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeFlowDefinitionAsync(array $args = [])
* @method \Aws\Result describeHumanTaskUi(array $args = [])
@ -479,6 +481,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise updateEndpointWeightsAndCapacitiesAsync(array $args = [])
* @method \Aws\Result updateExperiment(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateExperimentAsync(array $args = [])
* @method \Aws\Result updateFeatureGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateFeatureGroupAsync(array $args = [])
* @method \Aws\Result updateFeatureMetadata(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateFeatureMetadataAsync(array $args = [])
* @method \Aws\Result updateImage(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateImageAsync(array $args = [])
* @method \Aws\Result updateModelPackage(array $args = [])

View file

@ -623,7 +623,7 @@ namespace Aws;
*/
class Sdk
{
const VERSION = '3.227.0';
const VERSION = '3.229.1';
/** @var array Arguments for creating clients */
private $args;

View file

@ -19,6 +19,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise getTerminologyAsync(array $args = [])
* @method \Aws\Result importTerminology(array $args = [])
* @method \GuzzleHttp\Promise\Promise importTerminologyAsync(array $args = [])
* @method \Aws\Result listLanguages(array $args = [])
* @method \GuzzleHttp\Promise\Promise listLanguagesAsync(array $args = [])
* @method \Aws\Result listParallelData(array $args = [])
* @method \GuzzleHttp\Promise\Promise listParallelDataAsync(array $args = [])
* @method \Aws\Result listTerminologies(array $args = [])

View file

@ -73,6 +73,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateAnswer(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateAnswerAsync(array $args = [])
* @method \Aws\Result updateGlobalSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateGlobalSettingsAsync(array $args = [])
* @method \Aws\Result updateLensReview(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateLensReviewAsync(array $args = [])
* @method \Aws\Result updateShareInvitation(array $args = [])

View file

@ -13,6 +13,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise cancelMailboxExportJobAsync(array $args = [])
* @method \Aws\Result createAlias(array $args = [])
* @method \GuzzleHttp\Promise\Promise createAliasAsync(array $args = [])
* @method \Aws\Result createAvailabilityConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise createAvailabilityConfigurationAsync(array $args = [])
* @method \Aws\Result createGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise createGroupAsync(array $args = [])
* @method \Aws\Result createMobileDeviceAccessRule(array $args = [])
@ -27,6 +29,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise deleteAccessControlRuleAsync(array $args = [])
* @method \Aws\Result deleteAlias(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteAliasAsync(array $args = [])
* @method \Aws\Result deleteAvailabilityConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteAvailabilityConfigurationAsync(array $args = [])
* @method \Aws\Result deleteEmailMonitoringConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteEmailMonitoringConfigurationAsync(array $args = [])
* @method \Aws\Result deleteGroup(array $args = [])
@ -83,6 +87,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listAccessControlRulesAsync(array $args = [])
* @method \Aws\Result listAliases(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAliasesAsync(array $args = [])
* @method \Aws\Result listAvailabilityConfigurations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAvailabilityConfigurationsAsync(array $args = [])
* @method \Aws\Result listGroupMembers(array $args = [])
* @method \GuzzleHttp\Promise\Promise listGroupMembersAsync(array $args = [])
* @method \Aws\Result listGroups(array $args = [])
@ -129,8 +135,12 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise startMailboxExportJobAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result testAvailabilityConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise testAvailabilityConfigurationAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateAvailabilityConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateAvailabilityConfigurationAsync(array $args = [])
* @method \Aws\Result updateDefaultMailDomain(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateDefaultMailDomainAsync(array $args = [])
* @method \Aws\Result updateMailboxQuota(array $args = [])

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,3 +1,3 @@
<?php
// This file was auto-generated from sdk-root/src/data/lookoutequipment/2020-12-15/paginators-1.json
return [ 'pagination' => [ 'ListDataIngestionJobs' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListDatasets' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListInferenceExecutions' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListInferenceSchedulers' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListModels' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListSensorStatistics' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],];
return [ 'pagination' => [ 'ListDataIngestionJobs' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListDatasets' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListInferenceEvents' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListInferenceExecutions' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListInferenceSchedulers' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListModels' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListSensorStatistics' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],];

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,3 +1,3 @@
<?php
// This file was auto-generated from sdk-root/src/data/mgn/2020-02-26/paginators-1.json
return [ 'pagination' => [ 'DescribeJobLogItems' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'items', ], 'DescribeJobs' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'items', ], 'DescribeReplicationConfigurationTemplates' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'items', ], 'DescribeSourceServers' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'items', ], 'DescribeVcenterClients' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'items', ], ],];
return [ 'pagination' => [ 'DescribeJobLogItems' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'items', ], 'DescribeJobs' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'items', ], 'DescribeLaunchConfigurationTemplates' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'items', ], 'DescribeReplicationConfigurationTemplates' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'items', ], 'DescribeSourceServers' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'items', ], 'DescribeVcenterClients' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'items', ], ],];

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,3 +1,3 @@
<?php
// This file was auto-generated from sdk-root/src/data/redshiftserverless/2021-04-21/paginators-1.json
// This file was auto-generated from sdk-root/src/data/redshift-serverless/2021-04-21/paginators-1.json
return [ 'pagination' => [ 'ListEndpointAccess' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'endpoints', ], 'ListNamespaces' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'namespaces', ], 'ListRecoveryPoints' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'recoveryPoints', ], 'ListSnapshots' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'snapshots', ], 'ListUsageLimits' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'usageLimits', ], 'ListWorkgroups' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'workgroups', ], ],];

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,3 +1,3 @@
<?php
// This file was auto-generated from sdk-root/src/data/translate/2017-07-01/paginators-1.json
return [ 'pagination' => [ 'ListParallelData' => [ 'input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', ], 'ListTerminologies' => [ 'input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', ], 'ListTextTranslationJobs' => [ 'input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', ], ],];
return [ 'pagination' => [ 'ListLanguages' => [ 'input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', ], 'ListParallelData' => [ 'input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', ], 'ListTerminologies' => [ 'input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', ], 'ListTextTranslationJobs' => [ 'input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', ], ],];

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,3 +1,3 @@
<?php
// This file was auto-generated from sdk-root/src/data/workmail/2017-10-01/paginators-1.json
return [ 'pagination' => [ 'ListAliases' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListGroupMembers' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListGroups' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListMailDomains' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListMailboxExportJobs' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListMailboxPermissions' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListMobileDeviceAccessOverrides' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListOrganizations' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListResourceDelegates' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListResources' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListUsers' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],];
return [ 'pagination' => [ 'ListAliases' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListAvailabilityConfigurations' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'AvailabilityConfigurations', ], 'ListGroupMembers' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListGroups' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListMailDomains' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListMailboxExportJobs' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListMailboxPermissions' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListMobileDeviceAccessOverrides' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListOrganizations' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListResourceDelegates' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListResources' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListUsers' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],];

View file

@ -7,10 +7,14 @@ use Aws\AwsClient;
* This client is used to interact with the **Application Migration Service** service.
* @method \Aws\Result changeServerLifeCycleState(array $args = [])
* @method \GuzzleHttp\Promise\Promise changeServerLifeCycleStateAsync(array $args = [])
* @method \Aws\Result createLaunchConfigurationTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise createLaunchConfigurationTemplateAsync(array $args = [])
* @method \Aws\Result createReplicationConfigurationTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise createReplicationConfigurationTemplateAsync(array $args = [])
* @method \Aws\Result deleteJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteJobAsync(array $args = [])
* @method \Aws\Result deleteLaunchConfigurationTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteLaunchConfigurationTemplateAsync(array $args = [])
* @method \Aws\Result deleteReplicationConfigurationTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteReplicationConfigurationTemplateAsync(array $args = [])
* @method \Aws\Result deleteSourceServer(array $args = [])
@ -21,6 +25,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeJobLogItemsAsync(array $args = [])
* @method \Aws\Result describeJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeJobsAsync(array $args = [])
* @method \Aws\Result describeLaunchConfigurationTemplates(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeLaunchConfigurationTemplatesAsync(array $args = [])
* @method \Aws\Result describeReplicationConfigurationTemplates(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeReplicationConfigurationTemplatesAsync(array $args = [])
* @method \Aws\Result describeSourceServers(array $args = [])
@ -57,6 +63,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateLaunchConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateLaunchConfigurationAsync(array $args = [])
* @method \Aws\Result updateLaunchConfigurationTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateLaunchConfigurationTemplateAsync(array $args = [])
* @method \Aws\Result updateReplicationConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateReplicationConfigurationAsync(array $args = [])
* @method \Aws\Result updateReplicationConfigurationTemplate(array $args = [])

5
vendor/bin/carbon vendored
View file

@ -108,7 +108,10 @@ if (PHP_VERSION_ID < 80000) {
}
}
if (function_exists('stream_wrapper_register') && stream_wrapper_register('phpvfscomposer', 'Composer\BinProxyWrapper')) {
if (
(function_exists('stream_get_wrappers') && in_array('phpvfscomposer', stream_get_wrappers(), true))
|| (function_exists('stream_wrapper_register') && stream_wrapper_register('phpvfscomposer', 'Composer\BinProxyWrapper'))
) {
include("phpvfscomposer://" . __DIR__ . '/..'.'/nesbot/carbon/bin/carbon');
exit(0);
}

View file

@ -119,17 +119,17 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.227.0",
"version_normalized": "3.227.0.0",
"version": "3.229.1",
"version_normalized": "3.229.1.0",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "88d803113ade68604ec03c591d65e1e44406ab8e"
"reference": "5cffc0b16d1f33029628586313e9cf140f18b06d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/88d803113ade68604ec03c591d65e1e44406ab8e",
"reference": "88d803113ade68604ec03c591d65e1e44406ab8e",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/5cffc0b16d1f33029628586313e9cf140f18b06d",
"reference": "5cffc0b16d1f33029628586313e9cf140f18b06d",
"shasum": ""
},
"require": {
@ -137,7 +137,7 @@
"ext-json": "*",
"ext-pcre": "*",
"ext-simplexml": "*",
"guzzlehttp/guzzle": "^6.5.7 || ^7.4.4",
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
"guzzlehttp/promises": "^1.4.0",
"guzzlehttp/psr7": "^1.8.5 || ^2.3",
"mtdowling/jmespath.php": "^2.6",
@ -166,7 +166,7 @@
"ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
"ext-sockets": "To use client-side monitoring"
},
"time": "2022-06-17T18:15:06+00:00",
"time": "2022-06-30T18:16:30+00:00",
"type": "library",
"extra": {
"branch-alias": {
@ -207,7 +207,7 @@
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.227.0"
"source": "https://github.com/aws/aws-sdk-php/tree/3.229.1"
},
"install-path": "../aws/aws-sdk-php"
},
@ -807,17 +807,17 @@
},
{
"name": "google/apiclient-services",
"version": "v0.253.0",
"version_normalized": "0.253.0.0",
"version": "v0.255.0",
"version_normalized": "0.255.0.0",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-api-php-client-services.git",
"reference": "70c62b17f7821526cb52c6f125254dc51f256109"
"reference": "2b895ceb08eb106f65e975221e5d2e971cf7470e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/70c62b17f7821526cb52c6f125254dc51f256109",
"reference": "70c62b17f7821526cb52c6f125254dc51f256109",
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/2b895ceb08eb106f65e975221e5d2e971cf7470e",
"reference": "2b895ceb08eb106f65e975221e5d2e971cf7470e",
"shasum": ""
},
"require": {
@ -826,7 +826,7 @@
"require-dev": {
"phpunit/phpunit": "^5.7||^8.5.13"
},
"time": "2022-06-13T01:06:12+00:00",
"time": "2022-06-27T01:30:11+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@ -848,7 +848,7 @@
],
"support": {
"issues": "https://github.com/googleapis/google-api-php-client-services/issues",
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.253.0"
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.255.0"
},
"install-path": "../google/apiclient-services"
},
@ -915,23 +915,23 @@
},
{
"name": "guzzlehttp/guzzle",
"version": "7.4.4",
"version_normalized": "7.4.4.0",
"version": "7.4.5",
"version_normalized": "7.4.5.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "e3ff079b22820c2029d4c2a87796b6a0b8716ad8"
"reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/e3ff079b22820c2029d4c2a87796b6a0b8716ad8",
"reference": "e3ff079b22820c2029d4c2a87796b6a0b8716ad8",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
"reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/promises": "^1.5",
"guzzlehttp/psr7": "^1.8.3 || ^2.1",
"guzzlehttp/psr7": "^1.9 || ^2.4",
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
@ -951,7 +951,7 @@
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
"psr/log": "Required for using the Log middleware"
},
"time": "2022-06-09T21:39:15+00:00",
"time": "2022-06-20T22:16:13+00:00",
"type": "library",
"extra": {
"branch-alias": {
@ -1022,7 +1022,7 @@
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/7.4.4"
"source": "https://github.com/guzzle/guzzle/tree/7.4.5"
},
"funding": [
{
@ -1129,17 +1129,17 @@
},
{
"name": "guzzlehttp/psr7",
"version": "2.3.0",
"version_normalized": "2.3.0.0",
"version": "2.4.0",
"version_normalized": "2.4.0.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "83260bb50b8fc753c72d14dc1621a2dac31877ee"
"reference": "13388f00956b1503577598873fffb5ae994b5737"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/83260bb50b8fc753c72d14dc1621a2dac31877ee",
"reference": "83260bb50b8fc753c72d14dc1621a2dac31877ee",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/13388f00956b1503577598873fffb5ae994b5737",
"reference": "13388f00956b1503577598873fffb5ae994b5737",
"shasum": ""
},
"require": {
@ -1160,11 +1160,11 @@
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"time": "2022-06-09T08:26:02+00:00",
"time": "2022-06-20T21:43:11+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
"dev-master": "2.4-dev"
}
},
"installation-source": "dist",
@ -1227,7 +1227,7 @@
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/2.3.0"
"source": "https://github.com/guzzle/psr7/tree/2.4.0"
},
"funding": [
{
@ -1602,17 +1602,17 @@
},
{
"name": "nesbot/carbon",
"version": "2.58.0",
"version_normalized": "2.58.0.0",
"version": "2.59.1",
"version_normalized": "2.59.1.0",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "97a34af22bde8d0ac20ab34b29d7bfe360902055"
"reference": "a9000603ea337c8df16cc41f8b6be95a65f4d0f5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/97a34af22bde8d0ac20ab34b29d7bfe360902055",
"reference": "97a34af22bde8d0ac20ab34b29d7bfe360902055",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/a9000603ea337c8df16cc41f8b6be95a65f4d0f5",
"reference": "a9000603ea337c8df16cc41f8b6be95a65f4d0f5",
"shasum": ""
},
"require": {
@ -1627,14 +1627,15 @@
"doctrine/orm": "^2.7",
"friendsofphp/php-cs-fixer": "^3.0",
"kylekatarnls/multi-tester": "^2.0",
"ondrejmirtes/better-reflection": "*",
"phpmd/phpmd": "^2.9",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.54 || ^1.0",
"phpunit/php-file-iterator": "^2.0.5",
"phpunit/phpunit": "^7.5.20 || ^8.5.23",
"phpstan/phpstan": "^0.12.99 || ^1.7.14",
"phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
"phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
"squizlabs/php_codesniffer": "^3.4"
},
"time": "2022-04-25T19:31:17+00:00",
"time": "2022-06-29T21:43:55+00:00",
"bin": [
"bin/carbon"
],
@ -1690,11 +1691,15 @@
},
"funding": [
{
"url": "https://opencollective.com/Carbon",
"type": "open_collective"
"url": "https://github.com/sponsors/kylekatarnls",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
"url": "https://opencollective.com/Carbon#sponsor",
"type": "opencollective"
},
{
"url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
"type": "tidelift"
}
],
@ -1773,17 +1778,17 @@
},
{
"name": "nyholm/psr7",
"version": "1.5.0",
"version_normalized": "1.5.0.0",
"version": "1.5.1",
"version_normalized": "1.5.1.0",
"source": {
"type": "git",
"url": "https://github.com/Nyholm/psr7.git",
"reference": "1461e07a0f2a975a52082ca3b769ca912b816226"
"reference": "f734364e38a876a23be4d906a2a089e1315be18a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/1461e07a0f2a975a52082ca3b769ca912b816226",
"reference": "1461e07a0f2a975a52082ca3b769ca912b816226",
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/f734364e38a876a23be4d906a2a089e1315be18a",
"reference": "f734364e38a876a23be4d906a2a089e1315be18a",
"shasum": ""
},
"require": {
@ -1802,7 +1807,7 @@
"phpunit/phpunit": "^7.5 || 8.5 || 9.4",
"symfony/error-handler": "^4.4"
},
"time": "2022-02-02T18:37:57+00:00",
"time": "2022-06-22T07:13:36+00:00",
"type": "library",
"extra": {
"branch-alias": {
@ -1837,7 +1842,7 @@
],
"support": {
"issues": "https://github.com/Nyholm/psr7/issues",
"source": "https://github.com/Nyholm/psr7/tree/1.5.0"
"source": "https://github.com/Nyholm/psr7/tree/1.5.1"
},
"funding": [
{
@ -2122,17 +2127,17 @@
},
{
"name": "phpmailer/phpmailer",
"version": "v6.6.2",
"version_normalized": "6.6.2.0",
"version": "v6.6.3",
"version_normalized": "6.6.3.0",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "b52ed06864fdda81b82ec8bf564cf15d45ed4f95"
"reference": "9400f305a898f194caff5521f64e5dfa926626f3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/b52ed06864fdda81b82ec8bf564cf15d45ed4f95",
"reference": "b52ed06864fdda81b82ec8bf564cf15d45ed4f95",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/9400f305a898f194caff5521f64e5dfa926626f3",
"reference": "9400f305a898f194caff5521f64e5dfa926626f3",
"shasum": ""
},
"require": {
@ -2159,7 +2164,7 @@
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
},
"time": "2022-06-14T09:27:21+00:00",
"time": "2022-06-20T09:21:02+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@ -2191,7 +2196,7 @@
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"support": {
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.6.2"
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.6.3"
},
"funding": [
{
@ -3452,17 +3457,17 @@
},
{
"name": "stripe/stripe-php",
"version": "v8.7.0",
"version_normalized": "8.7.0.0",
"version": "v8.9.0",
"version_normalized": "8.9.0.0",
"source": {
"type": "git",
"url": "https://github.com/stripe/stripe-php.git",
"reference": "07e92daf7bc4635f34542966bddaf48c2777d48d"
"reference": "55a8c0ff4ac724c225b9fb33f5ce841d4c6fb65d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stripe/stripe-php/zipball/07e92daf7bc4635f34542966bddaf48c2777d48d",
"reference": "07e92daf7bc4635f34542966bddaf48c2777d48d",
"url": "https://api.github.com/repos/stripe/stripe-php/zipball/55a8c0ff4ac724c225b9fb33f5ce841d4c6fb65d",
"reference": "55a8c0ff4ac724c225b9fb33f5ce841d4c6fb65d",
"shasum": ""
},
"require": {
@ -3477,7 +3482,7 @@
"phpunit/phpunit": "^5.7 || ^9.0",
"squizlabs/php_codesniffer": "^3.3"
},
"time": "2022-06-17T19:22:08+00:00",
"time": "2022-06-29T21:57:18+00:00",
"type": "library",
"extra": {
"branch-alias": {
@ -3509,14 +3514,14 @@
],
"support": {
"issues": "https://github.com/stripe/stripe-php/issues",
"source": "https://github.com/stripe/stripe-php/tree/v8.7.0"
"source": "https://github.com/stripe/stripe-php/tree/v8.9.0"
},
"install-path": "../stripe/stripe-php"
},
{
"name": "symfony/deprecation-contracts",
"version": "v2.5.1",
"version_normalized": "2.5.1.0",
"version": "v2.5.2",
"version_normalized": "2.5.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
@ -3565,7 +3570,7 @@
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.1"
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
},
"funding": [
{
@ -3675,17 +3680,17 @@
},
{
"name": "symfony/http-client-contracts",
"version": "v2.5.1",
"version_normalized": "2.5.1.0",
"version": "v2.5.2",
"version_normalized": "2.5.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client-contracts.git",
"reference": "1a4f708e4e87f335d1b1be6148060739152f0bd5"
"reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/1a4f708e4e87f335d1b1be6148060739152f0bd5",
"reference": "1a4f708e4e87f335d1b1be6148060739152f0bd5",
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
"reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
"shasum": ""
},
"require": {
@ -3694,7 +3699,7 @@
"suggest": {
"symfony/http-client-implementation": ""
},
"time": "2022-03-13T20:07:29+00:00",
"time": "2022-04-12T15:48:08+00:00",
"type": "library",
"extra": {
"branch-alias": {
@ -3736,7 +3741,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/http-client-contracts/tree/v2.5.1"
"source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2"
},
"funding": [
{
@ -3756,17 +3761,17 @@
},
{
"name": "symfony/http-foundation",
"version": "v5.4.9",
"version_normalized": "5.4.9.0",
"version": "v5.4.10",
"version_normalized": "5.4.10.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "6b0d0e4aca38d57605dcd11e2416994b38774522"
"reference": "e7793b7906f72a8cc51054fbca9dcff7a8af1c1e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/6b0d0e4aca38d57605dcd11e2416994b38774522",
"reference": "6b0d0e4aca38d57605dcd11e2416994b38774522",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/e7793b7906f72a8cc51054fbca9dcff7a8af1c1e",
"reference": "e7793b7906f72a8cc51054fbca9dcff7a8af1c1e",
"shasum": ""
},
"require": {
@ -3784,7 +3789,7 @@
"suggest": {
"symfony/mime": "To use the file extension guesser"
},
"time": "2022-05-17T15:07:29+00:00",
"time": "2022-06-19T13:13:40+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@ -3812,7 +3817,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-foundation/tree/v5.4.9"
"source": "https://github.com/symfony/http-foundation/tree/v5.4.10"
},
"funding": [
{
@ -4251,17 +4256,17 @@
},
{
"name": "symfony/service-contracts",
"version": "v2.5.1",
"version_normalized": "2.5.1.0",
"version": "v2.5.2",
"version_normalized": "2.5.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c"
"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
"reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
"shasum": ""
},
"require": {
@ -4275,7 +4280,7 @@
"suggest": {
"symfony/service-implementation": ""
},
"time": "2022-03-13T20:07:29+00:00",
"time": "2022-05-30T19:17:29+00:00",
"type": "library",
"extra": {
"branch-alias": {
@ -4317,7 +4322,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/service-contracts/tree/v2.5.1"
"source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
},
"funding": [
{
@ -4437,17 +4442,17 @@
},
{
"name": "symfony/translation-contracts",
"version": "v2.5.1",
"version_normalized": "2.5.1.0",
"version": "v2.5.2",
"version_normalized": "2.5.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "1211df0afa701e45a04253110e959d4af4ef0f07"
"reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/1211df0afa701e45a04253110e959d4af4ef0f07",
"reference": "1211df0afa701e45a04253110e959d4af4ef0f07",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
"reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
"shasum": ""
},
"require": {
@ -4456,7 +4461,7 @@
"suggest": {
"symfony/translation-implementation": ""
},
"time": "2022-01-02T09:53:40+00:00",
"time": "2022-06-27T16:58:25+00:00",
"type": "library",
"extra": {
"branch-alias": {
@ -4498,7 +4503,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/translation-contracts/tree/v2.5.1"
"source": "https://github.com/symfony/translation-contracts/tree/v2.5.2"
},
"funding": [
{

View file

@ -3,7 +3,7 @@
'name' => 'wwbn/avideo',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '1a439466d536ed01af20afd6393cc906de9061c5',
'reference' => '9abaffeef6fe9a41dc5b0cd6878246679ec2b956',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@ -29,9 +29,9 @@
'dev_requirement' => false,
),
'aws/aws-sdk-php' => array(
'pretty_version' => '3.227.0',
'version' => '3.227.0.0',
'reference' => '88d803113ade68604ec03c591d65e1e44406ab8e',
'pretty_version' => '3.229.1',
'version' => '3.229.1.0',
'reference' => '5cffc0b16d1f33029628586313e9cf140f18b06d',
'type' => 'library',
'install_path' => __DIR__ . '/../aws/aws-sdk-php',
'aliases' => array(),
@ -128,9 +128,9 @@
'dev_requirement' => false,
),
'google/apiclient-services' => array(
'pretty_version' => 'v0.253.0',
'version' => '0.253.0.0',
'reference' => '70c62b17f7821526cb52c6f125254dc51f256109',
'pretty_version' => 'v0.255.0',
'version' => '0.255.0.0',
'reference' => '2b895ceb08eb106f65e975221e5d2e971cf7470e',
'type' => 'library',
'install_path' => __DIR__ . '/../google/apiclient-services',
'aliases' => array(),
@ -146,9 +146,9 @@
'dev_requirement' => false,
),
'guzzlehttp/guzzle' => array(
'pretty_version' => '7.4.4',
'version' => '7.4.4.0',
'reference' => 'e3ff079b22820c2029d4c2a87796b6a0b8716ad8',
'pretty_version' => '7.4.5',
'version' => '7.4.5.0',
'reference' => '1dd98b0564cb3f6bd16ce683cb755f94c10fbd82',
'type' => 'library',
'install_path' => __DIR__ . '/../guzzlehttp/guzzle',
'aliases' => array(),
@ -164,9 +164,9 @@
'dev_requirement' => false,
),
'guzzlehttp/psr7' => array(
'pretty_version' => '2.3.0',
'version' => '2.3.0.0',
'reference' => '83260bb50b8fc753c72d14dc1621a2dac31877ee',
'pretty_version' => '2.4.0',
'version' => '2.4.0.0',
'reference' => '13388f00956b1503577598873fffb5ae994b5737',
'type' => 'library',
'install_path' => __DIR__ . '/../guzzlehttp/psr7',
'aliases' => array(),
@ -218,9 +218,9 @@
'dev_requirement' => false,
),
'nesbot/carbon' => array(
'pretty_version' => '2.58.0',
'version' => '2.58.0.0',
'reference' => '97a34af22bde8d0ac20ab34b29d7bfe360902055',
'pretty_version' => '2.59.1',
'version' => '2.59.1.0',
'reference' => 'a9000603ea337c8df16cc41f8b6be95a65f4d0f5',
'type' => 'library',
'install_path' => __DIR__ . '/../nesbot/carbon',
'aliases' => array(),
@ -236,9 +236,9 @@
'dev_requirement' => false,
),
'nyholm/psr7' => array(
'pretty_version' => '1.5.0',
'version' => '1.5.0.0',
'reference' => '1461e07a0f2a975a52082ca3b769ca912b816226',
'pretty_version' => '1.5.1',
'version' => '1.5.1.0',
'reference' => 'f734364e38a876a23be4d906a2a089e1315be18a',
'type' => 'library',
'install_path' => __DIR__ . '/../nyholm/psr7',
'aliases' => array(),
@ -302,9 +302,9 @@
'dev_requirement' => false,
),
'phpmailer/phpmailer' => array(
'pretty_version' => 'v6.6.2',
'version' => '6.6.2.0',
'reference' => 'b52ed06864fdda81b82ec8bf564cf15d45ed4f95',
'pretty_version' => 'v6.6.3',
'version' => '6.6.3.0',
'reference' => '9400f305a898f194caff5521f64e5dfa926626f3',
'type' => 'library',
'install_path' => __DIR__ . '/../phpmailer/phpmailer',
'aliases' => array(),
@ -497,17 +497,17 @@
'dev_requirement' => false,
),
'stripe/stripe-php' => array(
'pretty_version' => 'v8.7.0',
'version' => '8.7.0.0',
'reference' => '07e92daf7bc4635f34542966bddaf48c2777d48d',
'pretty_version' => 'v8.9.0',
'version' => '8.9.0.0',
'reference' => '55a8c0ff4ac724c225b9fb33f5ce841d4c6fb65d',
'type' => 'library',
'install_path' => __DIR__ . '/../stripe/stripe-php',
'aliases' => array(),
'dev_requirement' => false,
),
'symfony/deprecation-contracts' => array(
'pretty_version' => 'v2.5.1',
'version' => '2.5.1.0',
'pretty_version' => 'v2.5.2',
'version' => '2.5.2.0',
'reference' => 'e8b495ea28c1d97b5e0c121748d6f9b53d075c66',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
@ -524,9 +524,9 @@
'dev_requirement' => false,
),
'symfony/http-client-contracts' => array(
'pretty_version' => 'v2.5.1',
'version' => '2.5.1.0',
'reference' => '1a4f708e4e87f335d1b1be6148060739152f0bd5',
'pretty_version' => 'v2.5.2',
'version' => '2.5.2.0',
'reference' => 'ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/http-client-contracts',
'aliases' => array(),
@ -539,9 +539,9 @@
),
),
'symfony/http-foundation' => array(
'pretty_version' => 'v5.4.9',
'version' => '5.4.9.0',
'reference' => '6b0d0e4aca38d57605dcd11e2416994b38774522',
'pretty_version' => 'v5.4.10',
'version' => '5.4.10.0',
'reference' => 'e7793b7906f72a8cc51054fbca9dcff7a8af1c1e',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/http-foundation',
'aliases' => array(),
@ -593,9 +593,9 @@
'dev_requirement' => false,
),
'symfony/service-contracts' => array(
'pretty_version' => 'v2.5.1',
'version' => '2.5.1.0',
'reference' => '24d9dc654b83e91aa59f9d167b131bc3b5bea24c',
'pretty_version' => 'v2.5.2',
'version' => '2.5.2.0',
'reference' => '4b426aac47d6427cc1a1d0f7e2ac724627f5966c',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/service-contracts',
'aliases' => array(),
@ -611,9 +611,9 @@
'dev_requirement' => false,
),
'symfony/translation-contracts' => array(
'pretty_version' => 'v2.5.1',
'version' => '2.5.1.0',
'reference' => '1211df0afa701e45a04253110e959d4af4ef0f07',
'pretty_version' => 'v2.5.2',
'version' => '2.5.2.0',
'reference' => '136b19dd05cdf0709db6537d058bcab6dd6e2dbe',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/translation-contracts',
'aliases' => array(),
@ -628,7 +628,7 @@
'wwbn/avideo' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '1a439466d536ed01af20afd6393cc906de9061c5',
'reference' => '9abaffeef6fe9a41dc5b0cd6878246679ec2b956',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),

View file

@ -92,12 +92,16 @@ class AccountsProposals extends \Google\Service\Resource
return $this->call('cancelNegotiation', [$params], Proposal::class);
}
/**
* Update the given proposal to indicate that setup has been completed. This
* method is called by the buyer when the line items have been created on their
* end for a finalized proposal and all the required creatives have been
* uploaded using the creatives API. This call updates the `is_setup_completed`
* bit on the proposal and also notifies the seller. The server will advance the
* revision number of the most recent proposal. (proposals.completeSetup)
* You can opt-in to manually update proposals to indicate that setup is
* complete. By default, proposal setup is automatically completed after their
* deals are finalized. Contact your Technical Account Manager to opt in. Buyers
* can call this method when the proposal has been finalized, and all the
* required creatives have been uploaded using the Creatives API. This call
* updates the `is_setup_completed` field on the deals in the proposal, and
* notifies the seller. The server then advances the revision number of the most
* recent proposal. To mark an individual deal as ready to serve, call
* `buyers.finalizedDeals.setReadyToServe` in the Marketplace API.
* (proposals.completeSetup)
*
* @param string $accountId Account ID of the buyer.
* @param string $proposalId The ID of the proposal to mark as setup completed.

View file

@ -0,0 +1,44 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class AdbShellCommandEvent extends \Google\Model
{
/**
* @var string
*/
public $shellCmd;
/**
* @param string
*/
public function setShellCmd($shellCmd)
{
$this->shellCmd = $shellCmd;
}
/**
* @return string
*/
public function getShellCmd()
{
return $this->shellCmd;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AdbShellCommandEvent::class, 'Google_Service_AndroidManagement_AdbShellCommandEvent');

View file

@ -0,0 +1,25 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class AdbShellInteractiveEvent extends \Google\Model
{
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AdbShellInteractiveEvent::class, 'Google_Service_AndroidManagement_AdbShellInteractiveEvent');

View file

@ -0,0 +1,153 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class AppProcessInfo extends \Google\Collection
{
protected $collection_key = 'packageNames';
/**
* @var string
*/
public $apkSha256Hash;
/**
* @var string[]
*/
public $packageNames;
/**
* @var int
*/
public $pid;
/**
* @var string
*/
public $processName;
/**
* @var string
*/
public $seinfo;
/**
* @var string
*/
public $startTime;
/**
* @var int
*/
public $uid;
/**
* @param string
*/
public function setApkSha256Hash($apkSha256Hash)
{
$this->apkSha256Hash = $apkSha256Hash;
}
/**
* @return string
*/
public function getApkSha256Hash()
{
return $this->apkSha256Hash;
}
/**
* @param string[]
*/
public function setPackageNames($packageNames)
{
$this->packageNames = $packageNames;
}
/**
* @return string[]
*/
public function getPackageNames()
{
return $this->packageNames;
}
/**
* @param int
*/
public function setPid($pid)
{
$this->pid = $pid;
}
/**
* @return int
*/
public function getPid()
{
return $this->pid;
}
/**
* @param string
*/
public function setProcessName($processName)
{
$this->processName = $processName;
}
/**
* @return string
*/
public function getProcessName()
{
return $this->processName;
}
/**
* @param string
*/
public function setSeinfo($seinfo)
{
$this->seinfo = $seinfo;
}
/**
* @return string
*/
public function getSeinfo()
{
return $this->seinfo;
}
/**
* @param string
*/
public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
/**
* @return string
*/
public function getStartTime()
{
return $this->startTime;
}
/**
* @param int
*/
public function setUid($uid)
{
$this->uid = $uid;
}
/**
* @return int
*/
public function getUid()
{
return $this->uid;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AppProcessInfo::class, 'Google_Service_AndroidManagement_AppProcessInfo');

View file

@ -0,0 +1,42 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class AppProcessStartEvent extends \Google\Model
{
protected $processInfoType = AppProcessInfo::class;
protected $processInfoDataType = '';
/**
* @param AppProcessInfo
*/
public function setProcessInfo(AppProcessInfo $processInfo)
{
$this->processInfo = $processInfo;
}
/**
* @return AppProcessInfo
*/
public function getProcessInfo()
{
return $this->processInfo;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AppProcessStartEvent::class, 'Google_Service_AndroidManagement_AppProcessStartEvent');

View file

@ -0,0 +1,97 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class BatchUsageLogEvents extends \Google\Collection
{
protected $collection_key = 'usageLogEvents';
/**
* @var string
*/
public $device;
/**
* @var string
*/
public $retrievalTime;
protected $usageLogEventsType = UsageLogEvent::class;
protected $usageLogEventsDataType = 'array';
/**
* @var string
*/
public $user;
/**
* @param string
*/
public function setDevice($device)
{
$this->device = $device;
}
/**
* @return string
*/
public function getDevice()
{
return $this->device;
}
/**
* @param string
*/
public function setRetrievalTime($retrievalTime)
{
$this->retrievalTime = $retrievalTime;
}
/**
* @return string
*/
public function getRetrievalTime()
{
return $this->retrievalTime;
}
/**
* @param UsageLogEvent[]
*/
public function setUsageLogEvents($usageLogEvents)
{
$this->usageLogEvents = $usageLogEvents;
}
/**
* @return UsageLogEvent[]
*/
public function getUsageLogEvents()
{
return $this->usageLogEvents;
}
/**
* @param string
*/
public function setUser($user)
{
$this->user = $user;
}
/**
* @return string
*/
public function getUser()
{
return $this->user;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(BatchUsageLogEvents::class, 'Google_Service_AndroidManagement_BatchUsageLogEvents');

View file

@ -0,0 +1,80 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class CertAuthorityInstalledEvent extends \Google\Model
{
/**
* @var string
*/
public $certificate;
/**
* @var bool
*/
public $success;
/**
* @var int
*/
public $userId;
/**
* @param string
*/
public function setCertificate($certificate)
{
$this->certificate = $certificate;
}
/**
* @return string
*/
public function getCertificate()
{
return $this->certificate;
}
/**
* @param bool
*/
public function setSuccess($success)
{
$this->success = $success;
}
/**
* @return bool
*/
public function getSuccess()
{
return $this->success;
}
/**
* @param int
*/
public function setUserId($userId)
{
$this->userId = $userId;
}
/**
* @return int
*/
public function getUserId()
{
return $this->userId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CertAuthorityInstalledEvent::class, 'Google_Service_AndroidManagement_CertAuthorityInstalledEvent');

View file

@ -0,0 +1,80 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class CertAuthorityRemovedEvent extends \Google\Model
{
/**
* @var string
*/
public $certificate;
/**
* @var bool
*/
public $success;
/**
* @var int
*/
public $userId;
/**
* @param string
*/
public function setCertificate($certificate)
{
$this->certificate = $certificate;
}
/**
* @return string
*/
public function getCertificate()
{
return $this->certificate;
}
/**
* @param bool
*/
public function setSuccess($success)
{
$this->success = $success;
}
/**
* @return bool
*/
public function getSuccess()
{
return $this->success;
}
/**
* @param int
*/
public function setUserId($userId)
{
$this->userId = $userId;
}
/**
* @return int
*/
public function getUserId()
{
return $this->userId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CertAuthorityRemovedEvent::class, 'Google_Service_AndroidManagement_CertAuthorityRemovedEvent');

View file

@ -0,0 +1,44 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class CertValidationFailureEvent extends \Google\Model
{
/**
* @var string
*/
public $failureReason;
/**
* @param string
*/
public function setFailureReason($failureReason)
{
$this->failureReason = $failureReason;
}
/**
* @return string
*/
public function getFailureReason()
{
return $this->failureReason;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CertValidationFailureEvent::class, 'Google_Service_AndroidManagement_CertValidationFailureEvent');

View file

@ -0,0 +1,80 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class ConnectEvent extends \Google\Model
{
/**
* @var string
*/
public $destinationIpAddress;
/**
* @var int
*/
public $destinationPort;
/**
* @var string
*/
public $packageName;
/**
* @param string
*/
public function setDestinationIpAddress($destinationIpAddress)
{
$this->destinationIpAddress = $destinationIpAddress;
}
/**
* @return string
*/
public function getDestinationIpAddress()
{
return $this->destinationIpAddress;
}
/**
* @param int
*/
public function setDestinationPort($destinationPort)
{
$this->destinationPort = $destinationPort;
}
/**
* @return int
*/
public function getDestinationPort()
{
return $this->destinationPort;
}
/**
* @param string
*/
public function setPackageName($packageName)
{
$this->packageName = $packageName;
}
/**
* @return string
*/
public function getPackageName()
{
return $this->packageName;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ConnectEvent::class, 'Google_Service_AndroidManagement_ConnectEvent');

View file

@ -0,0 +1,44 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class CryptoSelfTestCompletedEvent extends \Google\Model
{
/**
* @var bool
*/
public $success;
/**
* @param bool
*/
public function setSuccess($success)
{
$this->success = $success;
}
/**
* @return bool
*/
public function getSuccess()
{
return $this->success;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CryptoSelfTestCompletedEvent::class, 'Google_Service_AndroidManagement_CryptoSelfTestCompletedEvent');

View file

@ -0,0 +1,99 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class DnsEvent extends \Google\Collection
{
protected $collection_key = 'ipAddresses';
/**
* @var string
*/
public $hostname;
/**
* @var string[]
*/
public $ipAddresses;
/**
* @var string
*/
public $packageName;
/**
* @var string
*/
public $totalIpAddressesReturned;
/**
* @param string
*/
public function setHostname($hostname)
{
$this->hostname = $hostname;
}
/**
* @return string
*/
public function getHostname()
{
return $this->hostname;
}
/**
* @param string[]
*/
public function setIpAddresses($ipAddresses)
{
$this->ipAddresses = $ipAddresses;
}
/**
* @return string[]
*/
public function getIpAddresses()
{
return $this->ipAddresses;
}
/**
* @param string
*/
public function setPackageName($packageName)
{
$this->packageName = $packageName;
}
/**
* @return string
*/
public function getPackageName()
{
return $this->packageName;
}
/**
* @param string
*/
public function setTotalIpAddressesReturned($totalIpAddressesReturned)
{
$this->totalIpAddressesReturned = $totalIpAddressesReturned;
}
/**
* @return string
*/
public function getTotalIpAddressesReturned()
{
return $this->totalIpAddressesReturned;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DnsEvent::class, 'Google_Service_AndroidManagement_DnsEvent');

View file

@ -0,0 +1,44 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class FilePulledEvent extends \Google\Model
{
/**
* @var string
*/
public $filePath;
/**
* @param string
*/
public function setFilePath($filePath)
{
$this->filePath = $filePath;
}
/**
* @return string
*/
public function getFilePath()
{
return $this->filePath;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(FilePulledEvent::class, 'Google_Service_AndroidManagement_FilePulledEvent');

View file

@ -0,0 +1,44 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class FilePushedEvent extends \Google\Model
{
/**
* @var string
*/
public $filePath;
/**
* @param string
*/
public function setFilePath($filePath)
{
$this->filePath = $filePath;
}
/**
* @return string
*/
public function getFilePath()
{
return $this->filePath;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(FilePushedEvent::class, 'Google_Service_AndroidManagement_FilePushedEvent');

View file

@ -0,0 +1,80 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class KeyDestructionEvent extends \Google\Model
{
/**
* @var int
*/
public $applicationUid;
/**
* @var string
*/
public $keyAlias;
/**
* @var bool
*/
public $success;
/**
* @param int
*/
public function setApplicationUid($applicationUid)
{
$this->applicationUid = $applicationUid;
}
/**
* @return int
*/
public function getApplicationUid()
{
return $this->applicationUid;
}
/**
* @param string
*/
public function setKeyAlias($keyAlias)
{
$this->keyAlias = $keyAlias;
}
/**
* @return string
*/
public function getKeyAlias()
{
return $this->keyAlias;
}
/**
* @param bool
*/
public function setSuccess($success)
{
$this->success = $success;
}
/**
* @return bool
*/
public function getSuccess()
{
return $this->success;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(KeyDestructionEvent::class, 'Google_Service_AndroidManagement_KeyDestructionEvent');

View file

@ -0,0 +1,80 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class KeyGeneratedEvent extends \Google\Model
{
/**
* @var int
*/
public $applicationUid;
/**
* @var string
*/
public $keyAlias;
/**
* @var bool
*/
public $success;
/**
* @param int
*/
public function setApplicationUid($applicationUid)
{
$this->applicationUid = $applicationUid;
}
/**
* @return int
*/
public function getApplicationUid()
{
return $this->applicationUid;
}
/**
* @param string
*/
public function setKeyAlias($keyAlias)
{
$this->keyAlias = $keyAlias;
}
/**
* @return string
*/
public function getKeyAlias()
{
return $this->keyAlias;
}
/**
* @param bool
*/
public function setSuccess($success)
{
$this->success = $success;
}
/**
* @return bool
*/
public function getSuccess()
{
return $this->success;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(KeyGeneratedEvent::class, 'Google_Service_AndroidManagement_KeyGeneratedEvent');

View file

@ -0,0 +1,80 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class KeyImportEvent extends \Google\Model
{
/**
* @var int
*/
public $applicationUid;
/**
* @var string
*/
public $keyAlias;
/**
* @var bool
*/
public $success;
/**
* @param int
*/
public function setApplicationUid($applicationUid)
{
$this->applicationUid = $applicationUid;
}
/**
* @return int
*/
public function getApplicationUid()
{
return $this->applicationUid;
}
/**
* @param string
*/
public function setKeyAlias($keyAlias)
{
$this->keyAlias = $keyAlias;
}
/**
* @return string
*/
public function getKeyAlias()
{
return $this->keyAlias;
}
/**
* @param bool
*/
public function setSuccess($success)
{
$this->success = $success;
}
/**
* @return bool
*/
public function getSuccess()
{
return $this->success;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(KeyImportEvent::class, 'Google_Service_AndroidManagement_KeyImportEvent');

View file

@ -0,0 +1,62 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class KeyIntegrityViolationEvent extends \Google\Model
{
/**
* @var int
*/
public $applicationUid;
/**
* @var string
*/
public $keyAlias;
/**
* @param int
*/
public function setApplicationUid($applicationUid)
{
$this->applicationUid = $applicationUid;
}
/**
* @return int
*/
public function getApplicationUid()
{
return $this->applicationUid;
}
/**
* @param string
*/
public function setKeyAlias($keyAlias)
{
$this->keyAlias = $keyAlias;
}
/**
* @return string
*/
public function getKeyAlias()
{
return $this->keyAlias;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(KeyIntegrityViolationEvent::class, 'Google_Service_AndroidManagement_KeyIntegrityViolationEvent');

View file

@ -0,0 +1,62 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class KeyguardDismissAuthAttemptEvent extends \Google\Model
{
/**
* @var bool
*/
public $strongAuthMethodUsed;
/**
* @var bool
*/
public $success;
/**
* @param bool
*/
public function setStrongAuthMethodUsed($strongAuthMethodUsed)
{
$this->strongAuthMethodUsed = $strongAuthMethodUsed;
}
/**
* @return bool
*/
public function getStrongAuthMethodUsed()
{
return $this->strongAuthMethodUsed;
}
/**
* @param bool
*/
public function setSuccess($success)
{
$this->success = $success;
}
/**
* @return bool
*/
public function getSuccess()
{
return $this->success;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(KeyguardDismissAuthAttemptEvent::class, 'Google_Service_AndroidManagement_KeyguardDismissAuthAttemptEvent');

View file

@ -0,0 +1,25 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class KeyguardDismissedEvent extends \Google\Model
{
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(KeyguardDismissedEvent::class, 'Google_Service_AndroidManagement_KeyguardDismissedEvent');

View file

@ -0,0 +1,25 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class KeyguardSecuredEvent extends \Google\Model
{
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(KeyguardSecuredEvent::class, 'Google_Service_AndroidManagement_KeyguardSecuredEvent');

View file

@ -0,0 +1,25 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class LogBufferSizeCriticalEvent extends \Google\Model
{
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(LogBufferSizeCriticalEvent::class, 'Google_Service_AndroidManagement_LogBufferSizeCriticalEvent');

View file

@ -0,0 +1,25 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class LoggingStartedEvent extends \Google\Model
{
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(LoggingStartedEvent::class, 'Google_Service_AndroidManagement_LoggingStartedEvent');

View file

@ -0,0 +1,25 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class LoggingStoppedEvent extends \Google\Model
{
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(LoggingStoppedEvent::class, 'Google_Service_AndroidManagement_LoggingStoppedEvent');

View file

@ -0,0 +1,62 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class MediaMountEvent extends \Google\Model
{
/**
* @var string
*/
public $mountPoint;
/**
* @var string
*/
public $volumeLabel;
/**
* @param string
*/
public function setMountPoint($mountPoint)
{
$this->mountPoint = $mountPoint;
}
/**
* @return string
*/
public function getMountPoint()
{
return $this->mountPoint;
}
/**
* @param string
*/
public function setVolumeLabel($volumeLabel)
{
$this->volumeLabel = $volumeLabel;
}
/**
* @return string
*/
public function getVolumeLabel()
{
return $this->volumeLabel;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(MediaMountEvent::class, 'Google_Service_AndroidManagement_MediaMountEvent');

View file

@ -0,0 +1,62 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class MediaUnmountEvent extends \Google\Model
{
/**
* @var string
*/
public $mountPoint;
/**
* @var string
*/
public $volumeLabel;
/**
* @param string
*/
public function setMountPoint($mountPoint)
{
$this->mountPoint = $mountPoint;
}
/**
* @return string
*/
public function getMountPoint()
{
return $this->mountPoint;
}
/**
* @param string
*/
public function setVolumeLabel($volumeLabel)
{
$this->volumeLabel = $volumeLabel;
}
/**
* @return string
*/
public function getVolumeLabel()
{
return $this->volumeLabel;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(MediaUnmountEvent::class, 'Google_Service_AndroidManagement_MediaUnmountEvent');

View file

@ -0,0 +1,25 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class OsShutdownEvent extends \Google\Model
{
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(OsShutdownEvent::class, 'Google_Service_AndroidManagement_OsShutdownEvent');

View file

@ -0,0 +1,62 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class OsStartupEvent extends \Google\Model
{
/**
* @var string
*/
public $verifiedBootState;
/**
* @var string
*/
public $verityMode;
/**
* @param string
*/
public function setVerifiedBootState($verifiedBootState)
{
$this->verifiedBootState = $verifiedBootState;
}
/**
* @return string
*/
public function getVerifiedBootState()
{
return $this->verifiedBootState;
}
/**
* @param string
*/
public function setVerityMode($verityMode)
{
$this->verityMode = $verityMode;
}
/**
* @return string
*/
public function getVerityMode()
{
return $this->verityMode;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(OsStartupEvent::class, 'Google_Service_AndroidManagement_OsStartupEvent');

View file

@ -0,0 +1,80 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class RemoteLockEvent extends \Google\Model
{
/**
* @var string
*/
public $adminPackageName;
/**
* @var int
*/
public $adminUserId;
/**
* @var int
*/
public $targetUserId;
/**
* @param string
*/
public function setAdminPackageName($adminPackageName)
{
$this->adminPackageName = $adminPackageName;
}
/**
* @return string
*/
public function getAdminPackageName()
{
return $this->adminPackageName;
}
/**
* @param int
*/
public function setAdminUserId($adminUserId)
{
$this->adminUserId = $adminUserId;
}
/**
* @return int
*/
public function getAdminUserId()
{
return $this->adminUserId;
}
/**
* @param int
*/
public function setTargetUserId($targetUserId)
{
$this->targetUserId = $targetUserId;
}
/**
* @return int
*/
public function getTargetUserId()
{
return $this->targetUserId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(RemoteLockEvent::class, 'Google_Service_AndroidManagement_RemoteLockEvent');

View file

@ -0,0 +1,512 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class UsageLogEvent extends \Google\Model
{
protected $adbShellCommandEventType = AdbShellCommandEvent::class;
protected $adbShellCommandEventDataType = '';
protected $adbShellInteractiveEventType = AdbShellInteractiveEvent::class;
protected $adbShellInteractiveEventDataType = '';
protected $appProcessStartEventType = AppProcessStartEvent::class;
protected $appProcessStartEventDataType = '';
protected $certAuthorityInstalledEventType = CertAuthorityInstalledEvent::class;
protected $certAuthorityInstalledEventDataType = '';
protected $certAuthorityRemovedEventType = CertAuthorityRemovedEvent::class;
protected $certAuthorityRemovedEventDataType = '';
protected $certValidationFailureEventType = CertValidationFailureEvent::class;
protected $certValidationFailureEventDataType = '';
protected $connectEventType = ConnectEvent::class;
protected $connectEventDataType = '';
protected $cryptoSelfTestCompletedEventType = CryptoSelfTestCompletedEvent::class;
protected $cryptoSelfTestCompletedEventDataType = '';
protected $dnsEventType = DnsEvent::class;
protected $dnsEventDataType = '';
/**
* @var string
*/
public $eventId;
/**
* @var string
*/
public $eventTime;
/**
* @var string
*/
public $eventType;
protected $filePulledEventType = FilePulledEvent::class;
protected $filePulledEventDataType = '';
protected $filePushedEventType = FilePushedEvent::class;
protected $filePushedEventDataType = '';
protected $keyDestructionEventType = KeyDestructionEvent::class;
protected $keyDestructionEventDataType = '';
protected $keyGeneratedEventType = KeyGeneratedEvent::class;
protected $keyGeneratedEventDataType = '';
protected $keyImportEventType = KeyImportEvent::class;
protected $keyImportEventDataType = '';
protected $keyIntegrityViolationEventType = KeyIntegrityViolationEvent::class;
protected $keyIntegrityViolationEventDataType = '';
protected $keyguardDismissAuthAttemptEventType = KeyguardDismissAuthAttemptEvent::class;
protected $keyguardDismissAuthAttemptEventDataType = '';
protected $keyguardDismissedEventType = KeyguardDismissedEvent::class;
protected $keyguardDismissedEventDataType = '';
protected $keyguardSecuredEventType = KeyguardSecuredEvent::class;
protected $keyguardSecuredEventDataType = '';
protected $logBufferSizeCriticalEventType = LogBufferSizeCriticalEvent::class;
protected $logBufferSizeCriticalEventDataType = '';
protected $loggingStartedEventType = LoggingStartedEvent::class;
protected $loggingStartedEventDataType = '';
protected $loggingStoppedEventType = LoggingStoppedEvent::class;
protected $loggingStoppedEventDataType = '';
protected $mediaMountEventType = MediaMountEvent::class;
protected $mediaMountEventDataType = '';
protected $mediaUnmountEventType = MediaUnmountEvent::class;
protected $mediaUnmountEventDataType = '';
protected $osShutdownEventType = OsShutdownEvent::class;
protected $osShutdownEventDataType = '';
protected $osStartupEventType = OsStartupEvent::class;
protected $osStartupEventDataType = '';
protected $remoteLockEventType = RemoteLockEvent::class;
protected $remoteLockEventDataType = '';
protected $wipeFailureEventType = WipeFailureEvent::class;
protected $wipeFailureEventDataType = '';
/**
* @param AdbShellCommandEvent
*/
public function setAdbShellCommandEvent(AdbShellCommandEvent $adbShellCommandEvent)
{
$this->adbShellCommandEvent = $adbShellCommandEvent;
}
/**
* @return AdbShellCommandEvent
*/
public function getAdbShellCommandEvent()
{
return $this->adbShellCommandEvent;
}
/**
* @param AdbShellInteractiveEvent
*/
public function setAdbShellInteractiveEvent(AdbShellInteractiveEvent $adbShellInteractiveEvent)
{
$this->adbShellInteractiveEvent = $adbShellInteractiveEvent;
}
/**
* @return AdbShellInteractiveEvent
*/
public function getAdbShellInteractiveEvent()
{
return $this->adbShellInteractiveEvent;
}
/**
* @param AppProcessStartEvent
*/
public function setAppProcessStartEvent(AppProcessStartEvent $appProcessStartEvent)
{
$this->appProcessStartEvent = $appProcessStartEvent;
}
/**
* @return AppProcessStartEvent
*/
public function getAppProcessStartEvent()
{
return $this->appProcessStartEvent;
}
/**
* @param CertAuthorityInstalledEvent
*/
public function setCertAuthorityInstalledEvent(CertAuthorityInstalledEvent $certAuthorityInstalledEvent)
{
$this->certAuthorityInstalledEvent = $certAuthorityInstalledEvent;
}
/**
* @return CertAuthorityInstalledEvent
*/
public function getCertAuthorityInstalledEvent()
{
return $this->certAuthorityInstalledEvent;
}
/**
* @param CertAuthorityRemovedEvent
*/
public function setCertAuthorityRemovedEvent(CertAuthorityRemovedEvent $certAuthorityRemovedEvent)
{
$this->certAuthorityRemovedEvent = $certAuthorityRemovedEvent;
}
/**
* @return CertAuthorityRemovedEvent
*/
public function getCertAuthorityRemovedEvent()
{
return $this->certAuthorityRemovedEvent;
}
/**
* @param CertValidationFailureEvent
*/
public function setCertValidationFailureEvent(CertValidationFailureEvent $certValidationFailureEvent)
{
$this->certValidationFailureEvent = $certValidationFailureEvent;
}
/**
* @return CertValidationFailureEvent
*/
public function getCertValidationFailureEvent()
{
return $this->certValidationFailureEvent;
}
/**
* @param ConnectEvent
*/
public function setConnectEvent(ConnectEvent $connectEvent)
{
$this->connectEvent = $connectEvent;
}
/**
* @return ConnectEvent
*/
public function getConnectEvent()
{
return $this->connectEvent;
}
/**
* @param CryptoSelfTestCompletedEvent
*/
public function setCryptoSelfTestCompletedEvent(CryptoSelfTestCompletedEvent $cryptoSelfTestCompletedEvent)
{
$this->cryptoSelfTestCompletedEvent = $cryptoSelfTestCompletedEvent;
}
/**
* @return CryptoSelfTestCompletedEvent
*/
public function getCryptoSelfTestCompletedEvent()
{
return $this->cryptoSelfTestCompletedEvent;
}
/**
* @param DnsEvent
*/
public function setDnsEvent(DnsEvent $dnsEvent)
{
$this->dnsEvent = $dnsEvent;
}
/**
* @return DnsEvent
*/
public function getDnsEvent()
{
return $this->dnsEvent;
}
/**
* @param string
*/
public function setEventId($eventId)
{
$this->eventId = $eventId;
}
/**
* @return string
*/
public function getEventId()
{
return $this->eventId;
}
/**
* @param string
*/
public function setEventTime($eventTime)
{
$this->eventTime = $eventTime;
}
/**
* @return string
*/
public function getEventTime()
{
return $this->eventTime;
}
/**
* @param string
*/
public function setEventType($eventType)
{
$this->eventType = $eventType;
}
/**
* @return string
*/
public function getEventType()
{
return $this->eventType;
}
/**
* @param FilePulledEvent
*/
public function setFilePulledEvent(FilePulledEvent $filePulledEvent)
{
$this->filePulledEvent = $filePulledEvent;
}
/**
* @return FilePulledEvent
*/
public function getFilePulledEvent()
{
return $this->filePulledEvent;
}
/**
* @param FilePushedEvent
*/
public function setFilePushedEvent(FilePushedEvent $filePushedEvent)
{
$this->filePushedEvent = $filePushedEvent;
}
/**
* @return FilePushedEvent
*/
public function getFilePushedEvent()
{
return $this->filePushedEvent;
}
/**
* @param KeyDestructionEvent
*/
public function setKeyDestructionEvent(KeyDestructionEvent $keyDestructionEvent)
{
$this->keyDestructionEvent = $keyDestructionEvent;
}
/**
* @return KeyDestructionEvent
*/
public function getKeyDestructionEvent()
{
return $this->keyDestructionEvent;
}
/**
* @param KeyGeneratedEvent
*/
public function setKeyGeneratedEvent(KeyGeneratedEvent $keyGeneratedEvent)
{
$this->keyGeneratedEvent = $keyGeneratedEvent;
}
/**
* @return KeyGeneratedEvent
*/
public function getKeyGeneratedEvent()
{
return $this->keyGeneratedEvent;
}
/**
* @param KeyImportEvent
*/
public function setKeyImportEvent(KeyImportEvent $keyImportEvent)
{
$this->keyImportEvent = $keyImportEvent;
}
/**
* @return KeyImportEvent
*/
public function getKeyImportEvent()
{
return $this->keyImportEvent;
}
/**
* @param KeyIntegrityViolationEvent
*/
public function setKeyIntegrityViolationEvent(KeyIntegrityViolationEvent $keyIntegrityViolationEvent)
{
$this->keyIntegrityViolationEvent = $keyIntegrityViolationEvent;
}
/**
* @return KeyIntegrityViolationEvent
*/
public function getKeyIntegrityViolationEvent()
{
return $this->keyIntegrityViolationEvent;
}
/**
* @param KeyguardDismissAuthAttemptEvent
*/
public function setKeyguardDismissAuthAttemptEvent(KeyguardDismissAuthAttemptEvent $keyguardDismissAuthAttemptEvent)
{
$this->keyguardDismissAuthAttemptEvent = $keyguardDismissAuthAttemptEvent;
}
/**
* @return KeyguardDismissAuthAttemptEvent
*/
public function getKeyguardDismissAuthAttemptEvent()
{
return $this->keyguardDismissAuthAttemptEvent;
}
/**
* @param KeyguardDismissedEvent
*/
public function setKeyguardDismissedEvent(KeyguardDismissedEvent $keyguardDismissedEvent)
{
$this->keyguardDismissedEvent = $keyguardDismissedEvent;
}
/**
* @return KeyguardDismissedEvent
*/
public function getKeyguardDismissedEvent()
{
return $this->keyguardDismissedEvent;
}
/**
* @param KeyguardSecuredEvent
*/
public function setKeyguardSecuredEvent(KeyguardSecuredEvent $keyguardSecuredEvent)
{
$this->keyguardSecuredEvent = $keyguardSecuredEvent;
}
/**
* @return KeyguardSecuredEvent
*/
public function getKeyguardSecuredEvent()
{
return $this->keyguardSecuredEvent;
}
/**
* @param LogBufferSizeCriticalEvent
*/
public function setLogBufferSizeCriticalEvent(LogBufferSizeCriticalEvent $logBufferSizeCriticalEvent)
{
$this->logBufferSizeCriticalEvent = $logBufferSizeCriticalEvent;
}
/**
* @return LogBufferSizeCriticalEvent
*/
public function getLogBufferSizeCriticalEvent()
{
return $this->logBufferSizeCriticalEvent;
}
/**
* @param LoggingStartedEvent
*/
public function setLoggingStartedEvent(LoggingStartedEvent $loggingStartedEvent)
{
$this->loggingStartedEvent = $loggingStartedEvent;
}
/**
* @return LoggingStartedEvent
*/
public function getLoggingStartedEvent()
{
return $this->loggingStartedEvent;
}
/**
* @param LoggingStoppedEvent
*/
public function setLoggingStoppedEvent(LoggingStoppedEvent $loggingStoppedEvent)
{
$this->loggingStoppedEvent = $loggingStoppedEvent;
}
/**
* @return LoggingStoppedEvent
*/
public function getLoggingStoppedEvent()
{
return $this->loggingStoppedEvent;
}
/**
* @param MediaMountEvent
*/
public function setMediaMountEvent(MediaMountEvent $mediaMountEvent)
{
$this->mediaMountEvent = $mediaMountEvent;
}
/**
* @return MediaMountEvent
*/
public function getMediaMountEvent()
{
return $this->mediaMountEvent;
}
/**
* @param MediaUnmountEvent
*/
public function setMediaUnmountEvent(MediaUnmountEvent $mediaUnmountEvent)
{
$this->mediaUnmountEvent = $mediaUnmountEvent;
}
/**
* @return MediaUnmountEvent
*/
public function getMediaUnmountEvent()
{
return $this->mediaUnmountEvent;
}
/**
* @param OsShutdownEvent
*/
public function setOsShutdownEvent(OsShutdownEvent $osShutdownEvent)
{
$this->osShutdownEvent = $osShutdownEvent;
}
/**
* @return OsShutdownEvent
*/
public function getOsShutdownEvent()
{
return $this->osShutdownEvent;
}
/**
* @param OsStartupEvent
*/
public function setOsStartupEvent(OsStartupEvent $osStartupEvent)
{
$this->osStartupEvent = $osStartupEvent;
}
/**
* @return OsStartupEvent
*/
public function getOsStartupEvent()
{
return $this->osStartupEvent;
}
/**
* @param RemoteLockEvent
*/
public function setRemoteLockEvent(RemoteLockEvent $remoteLockEvent)
{
$this->remoteLockEvent = $remoteLockEvent;
}
/**
* @return RemoteLockEvent
*/
public function getRemoteLockEvent()
{
return $this->remoteLockEvent;
}
/**
* @param WipeFailureEvent
*/
public function setWipeFailureEvent(WipeFailureEvent $wipeFailureEvent)
{
$this->wipeFailureEvent = $wipeFailureEvent;
}
/**
* @return WipeFailureEvent
*/
public function getWipeFailureEvent()
{
return $this->wipeFailureEvent;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(UsageLogEvent::class, 'Google_Service_AndroidManagement_UsageLogEvent');

View file

@ -0,0 +1,25 @@
<?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.
*/
namespace Google\Service\AndroidManagement;
class WipeFailureEvent extends \Google\Model
{
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(WipeFailureEvent::class, 'Google_Service_AndroidManagement_WipeFailureEvent');

View file

@ -39,6 +39,10 @@ class GoogleCloudApigeeV1Environment extends \Google\Model
* @var string
*/
public $displayName;
/**
* @var string
*/
public $forwardProxyUri;
/**
* @var string
*/
@ -124,6 +128,20 @@ class GoogleCloudApigeeV1Environment extends \Google\Model
{
return $this->displayName;
}
/**
* @param string
*/
public function setForwardProxyUri($forwardProxyUri)
{
$this->forwardProxyUri = $forwardProxyUri;
}
/**
* @return string
*/
public function getForwardProxyUri()
{
return $this->forwardProxyUri;
}
/**
* @param string
*/

View file

@ -40,6 +40,10 @@ class GoogleCloudApigeeV1EnvironmentConfig extends \Google\Collection
public $featureFlags;
protected $flowhooksType = GoogleCloudApigeeV1FlowHookConfig::class;
protected $flowhooksDataType = 'array';
/**
* @var string
*/
public $forwardProxyUri;
/**
* @var string
*/
@ -177,6 +181,20 @@ class GoogleCloudApigeeV1EnvironmentConfig extends \Google\Collection
{
return $this->flowhooks;
}
/**
* @param string
*/
public function setForwardProxyUri($forwardProxyUri)
{
$this->forwardProxyUri = $forwardProxyUri;
}
/**
* @return string
*/
public function getForwardProxyUri()
{
return $this->forwardProxyUri;
}
/**
* @param string
*/

View file

@ -24,6 +24,10 @@ class Network extends \Google\Collection
* @var string[]
*/
public $forwardedPorts;
/**
* @var string
*/
public $instanceIpMode;
/**
* @var string
*/
@ -55,6 +59,20 @@ class Network extends \Google\Collection
{
return $this->forwardedPorts;
}
/**
* @param string
*/
public function setInstanceIpMode($instanceIpMode)
{
$this->instanceIpMode = $instanceIpMode;
}
/**
* @return string
*/
public function getInstanceIpMode()
{
return $this->instanceIpMode;
}
/**
* @param string
*/

View file

@ -49,9 +49,12 @@ class ArtifactRegistry extends \Google\Service
public $projects_locations_repositories_aptArtifacts;
public $projects_locations_repositories_dockerImages;
public $projects_locations_repositories_files;
public $projects_locations_repositories_mavenArtifacts;
public $projects_locations_repositories_npmPackages;
public $projects_locations_repositories_packages;
public $projects_locations_repositories_packages_tags;
public $projects_locations_repositories_packages_versions;
public $projects_locations_repositories_pythonPackages;
public $projects_locations_repositories_yumArtifacts;
/**
@ -390,6 +393,82 @@ class ArtifactRegistry extends \Google\Service
]
]
);
$this->projects_locations_repositories_mavenArtifacts = new ArtifactRegistry\Resource\ProjectsLocationsRepositoriesMavenArtifacts(
$this,
$this->serviceName,
'mavenArtifacts',
[
'methods' => [
'get' => [
'path' => 'v1/{+name}',
'httpMethod' => 'GET',
'parameters' => [
'name' => [
'location' => 'path',
'type' => 'string',
'required' => true,
],
],
],'list' => [
'path' => 'v1/{+parent}/mavenArtifacts',
'httpMethod' => 'GET',
'parameters' => [
'parent' => [
'location' => 'path',
'type' => 'string',
'required' => true,
],
'pageSize' => [
'location' => 'query',
'type' => 'integer',
],
'pageToken' => [
'location' => 'query',
'type' => 'string',
],
],
],
]
]
);
$this->projects_locations_repositories_npmPackages = new ArtifactRegistry\Resource\ProjectsLocationsRepositoriesNpmPackages(
$this,
$this->serviceName,
'npmPackages',
[
'methods' => [
'get' => [
'path' => 'v1/{+name}',
'httpMethod' => 'GET',
'parameters' => [
'name' => [
'location' => 'path',
'type' => 'string',
'required' => true,
],
],
],'list' => [
'path' => 'v1/{+parent}/npmPackages',
'httpMethod' => 'GET',
'parameters' => [
'parent' => [
'location' => 'path',
'type' => 'string',
'required' => true,
],
'pageSize' => [
'location' => 'query',
'type' => 'integer',
],
'pageToken' => [
'location' => 'query',
'type' => 'string',
],
],
],
]
]
);
$this->projects_locations_repositories_packages = new ArtifactRegistry\Resource\ProjectsLocationsRepositoriesPackages(
$this,
$this->serviceName,
@ -582,6 +661,44 @@ class ArtifactRegistry extends \Google\Service
]
]
);
$this->projects_locations_repositories_pythonPackages = new ArtifactRegistry\Resource\ProjectsLocationsRepositoriesPythonPackages(
$this,
$this->serviceName,
'pythonPackages',
[
'methods' => [
'get' => [
'path' => 'v1/{+name}',
'httpMethod' => 'GET',
'parameters' => [
'name' => [
'location' => 'path',
'type' => 'string',
'required' => true,
],
],
],'list' => [
'path' => 'v1/{+parent}/pythonPackages',
'httpMethod' => 'GET',
'parameters' => [
'parent' => [
'location' => 'path',
'type' => 'string',
'required' => true,
],
'pageSize' => [
'location' => 'query',
'type' => 'integer',
],
'pageToken' => [
'location' => 'query',
'type' => 'string',
],
],
],
]
]
);
$this->projects_locations_repositories_yumArtifacts = new ArtifactRegistry\Resource\ProjectsLocationsRepositoriesYumArtifacts(
$this,
$this->serviceName,

View file

@ -0,0 +1,61 @@
<?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.
*/
namespace Google\Service\ArtifactRegistry;
class ListMavenArtifactsResponse extends \Google\Collection
{
protected $collection_key = 'mavenArtifacts';
protected $mavenArtifactsType = MavenArtifact::class;
protected $mavenArtifactsDataType = 'array';
/**
* @var string
*/
public $nextPageToken;
/**
* @param MavenArtifact[]
*/
public function setMavenArtifacts($mavenArtifacts)
{
$this->mavenArtifacts = $mavenArtifacts;
}
/**
* @return MavenArtifact[]
*/
public function getMavenArtifacts()
{
return $this->mavenArtifacts;
}
/**
* @param string
*/
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
/**
* @return string
*/
public function getNextPageToken()
{
return $this->nextPageToken;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ListMavenArtifactsResponse::class, 'Google_Service_ArtifactRegistry_ListMavenArtifactsResponse');

View file

@ -0,0 +1,61 @@
<?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.
*/
namespace Google\Service\ArtifactRegistry;
class ListNpmPackagesResponse extends \Google\Collection
{
protected $collection_key = 'npmPackages';
/**
* @var string
*/
public $nextPageToken;
protected $npmPackagesType = NpmPackage::class;
protected $npmPackagesDataType = 'array';
/**
* @param string
*/
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
/**
* @return string
*/
public function getNextPageToken()
{
return $this->nextPageToken;
}
/**
* @param NpmPackage[]
*/
public function setNpmPackages($npmPackages)
{
$this->npmPackages = $npmPackages;
}
/**
* @return NpmPackage[]
*/
public function getNpmPackages()
{
return $this->npmPackages;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ListNpmPackagesResponse::class, 'Google_Service_ArtifactRegistry_ListNpmPackagesResponse');

View file

@ -0,0 +1,61 @@
<?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.
*/
namespace Google\Service\ArtifactRegistry;
class ListPythonPackagesResponse extends \Google\Collection
{
protected $collection_key = 'pythonPackages';
/**
* @var string
*/
public $nextPageToken;
protected $pythonPackagesType = PythonPackage::class;
protected $pythonPackagesDataType = 'array';
/**
* @param string
*/
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
/**
* @return string
*/
public function getNextPageToken()
{
return $this->nextPageToken;
}
/**
* @param PythonPackage[]
*/
public function setPythonPackages($pythonPackages)
{
$this->pythonPackages = $pythonPackages;
}
/**
* @return PythonPackage[]
*/
public function getPythonPackages()
{
return $this->pythonPackages;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ListPythonPackagesResponse::class, 'Google_Service_ArtifactRegistry_ListPythonPackagesResponse');

View file

@ -0,0 +1,152 @@
<?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.
*/
namespace Google\Service\ArtifactRegistry;
class MavenArtifact extends \Google\Model
{
/**
* @var string
*/
public $artifactId;
/**
* @var string
*/
public $createTime;
/**
* @var string
*/
public $groupId;
/**
* @var string
*/
public $name;
/**
* @var string
*/
public $pomUri;
/**
* @var string
*/
public $updateTime;
/**
* @var string
*/
public $version;
/**
* @param string
*/
public function setArtifactId($artifactId)
{
$this->artifactId = $artifactId;
}
/**
* @return string
*/
public function getArtifactId()
{
return $this->artifactId;
}
/**
* @param string
*/
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
}
/**
* @return string
*/
public function getCreateTime()
{
return $this->createTime;
}
/**
* @param string
*/
public function setGroupId($groupId)
{
$this->groupId = $groupId;
}
/**
* @return string
*/
public function getGroupId()
{
return $this->groupId;
}
/**
* @param string
*/
public function setName($name)
{
$this->name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
/**
* @param string
*/
public function setPomUri($pomUri)
{
$this->pomUri = $pomUri;
}
/**
* @return string
*/
public function getPomUri()
{
return $this->pomUri;
}
/**
* @param string
*/
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
}
/**
* @return string
*/
public function getUpdateTime()
{
return $this->updateTime;
}
/**
* @param string
*/
public function setVersion($version)
{
$this->version = $version;
}
/**
* @return string
*/
public function getVersion()
{
return $this->version;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(MavenArtifact::class, 'Google_Service_ArtifactRegistry_MavenArtifact');

View file

@ -0,0 +1,135 @@
<?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.
*/
namespace Google\Service\ArtifactRegistry;
class NpmPackage extends \Google\Collection
{
protected $collection_key = 'tags';
/**
* @var string
*/
public $createTime;
/**
* @var string
*/
public $name;
/**
* @var string
*/
public $packageName;
/**
* @var string[]
*/
public $tags;
/**
* @var string
*/
public $updateTime;
/**
* @var string
*/
public $version;
/**
* @param string
*/
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
}
/**
* @return string
*/
public function getCreateTime()
{
return $this->createTime;
}
/**
* @param string
*/
public function setName($name)
{
$this->name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
/**
* @param string
*/
public function setPackageName($packageName)
{
$this->packageName = $packageName;
}
/**
* @return string
*/
public function getPackageName()
{
return $this->packageName;
}
/**
* @param string[]
*/
public function setTags($tags)
{
$this->tags = $tags;
}
/**
* @return string[]
*/
public function getTags()
{
return $this->tags;
}
/**
* @param string
*/
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
}
/**
* @return string
*/
public function getUpdateTime()
{
return $this->updateTime;
}
/**
* @param string
*/
public function setVersion($version)
{
$this->version = $version;
}
/**
* @return string
*/
public function getVersion()
{
return $this->version;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(NpmPackage::class, 'Google_Service_ArtifactRegistry_NpmPackage');

View file

@ -0,0 +1,134 @@
<?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.
*/
namespace Google\Service\ArtifactRegistry;
class PythonPackage extends \Google\Model
{
/**
* @var string
*/
public $createTime;
/**
* @var string
*/
public $name;
/**
* @var string
*/
public $packageName;
/**
* @var string
*/
public $updateTime;
/**
* @var string
*/
public $uri;
/**
* @var string
*/
public $version;
/**
* @param string
*/
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
}
/**
* @return string
*/
public function getCreateTime()
{
return $this->createTime;
}
/**
* @param string
*/
public function setName($name)
{
$this->name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
/**
* @param string
*/
public function setPackageName($packageName)
{
$this->packageName = $packageName;
}
/**
* @return string
*/
public function getPackageName()
{
return $this->packageName;
}
/**
* @param string
*/
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
}
/**
* @return string
*/
public function getUpdateTime()
{
return $this->updateTime;
}
/**
* @param string
*/
public function setUri($uri)
{
$this->uri = $uri;
}
/**
* @return string
*/
public function getUri()
{
return $this->uri;
}
/**
* @param string
*/
public function setVersion($version)
{
$this->version = $version;
}
/**
* @return string
*/
public function getVersion()
{
return $this->version;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PythonPackage::class, 'Google_Service_ArtifactRegistry_PythonPackage');

View file

@ -0,0 +1,68 @@
<?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.
*/
namespace Google\Service\ArtifactRegistry\Resource;
use Google\Service\ArtifactRegistry\ListMavenArtifactsResponse;
use Google\Service\ArtifactRegistry\MavenArtifact;
/**
* The "mavenArtifacts" collection of methods.
* Typical usage is:
* <code>
* $artifactregistryService = new Google\Service\ArtifactRegistry(...);
* $mavenArtifacts = $artifactregistryService->mavenArtifacts;
* </code>
*/
class ProjectsLocationsRepositoriesMavenArtifacts extends \Google\Service\Resource
{
/**
* Gets a maven artifact. (mavenArtifacts.get)
*
* @param string $name Required. The name of the maven artifact.
* @param array $optParams Optional parameters.
* @return MavenArtifact
*/
public function get($name, $optParams = [])
{
$params = ['name' => $name];
$params = array_merge($params, $optParams);
return $this->call('get', [$params], MavenArtifact::class);
}
/**
* Lists maven artifacts.
* (mavenArtifacts.listProjectsLocationsRepositoriesMavenArtifacts)
*
* @param string $parent Required. The name of the parent resource whose maven
* artifacts will be listed.
* @param array $optParams Optional parameters.
*
* @opt_param int pageSize The maximum number of artifacts to return.
* @opt_param string pageToken The next_page_token value returned from a
* previous list request, if any.
* @return ListMavenArtifactsResponse
*/
public function listProjectsLocationsRepositoriesMavenArtifacts($parent, $optParams = [])
{
$params = ['parent' => $parent];
$params = array_merge($params, $optParams);
return $this->call('list', [$params], ListMavenArtifactsResponse::class);
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ProjectsLocationsRepositoriesMavenArtifacts::class, 'Google_Service_ArtifactRegistry_Resource_ProjectsLocationsRepositoriesMavenArtifacts');

View file

@ -0,0 +1,68 @@
<?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.
*/
namespace Google\Service\ArtifactRegistry\Resource;
use Google\Service\ArtifactRegistry\ListNpmPackagesResponse;
use Google\Service\ArtifactRegistry\NpmPackage;
/**
* The "npmPackages" collection of methods.
* Typical usage is:
* <code>
* $artifactregistryService = new Google\Service\ArtifactRegistry(...);
* $npmPackages = $artifactregistryService->npmPackages;
* </code>
*/
class ProjectsLocationsRepositoriesNpmPackages extends \Google\Service\Resource
{
/**
* Gets a npm package. (npmPackages.get)
*
* @param string $name Required. The name of the npm package.
* @param array $optParams Optional parameters.
* @return NpmPackage
*/
public function get($name, $optParams = [])
{
$params = ['name' => $name];
$params = array_merge($params, $optParams);
return $this->call('get', [$params], NpmPackage::class);
}
/**
* Lists npm packages.
* (npmPackages.listProjectsLocationsRepositoriesNpmPackages)
*
* @param string $parent Required. The name of the parent resource whose npm
* packages will be listed.
* @param array $optParams Optional parameters.
*
* @opt_param int pageSize The maximum number of artifacts to return.
* @opt_param string pageToken The next_page_token value returned from a
* previous list request, if any.
* @return ListNpmPackagesResponse
*/
public function listProjectsLocationsRepositoriesNpmPackages($parent, $optParams = [])
{
$params = ['parent' => $parent];
$params = array_merge($params, $optParams);
return $this->call('list', [$params], ListNpmPackagesResponse::class);
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ProjectsLocationsRepositoriesNpmPackages::class, 'Google_Service_ArtifactRegistry_Resource_ProjectsLocationsRepositoriesNpmPackages');

View file

@ -0,0 +1,68 @@
<?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.
*/
namespace Google\Service\ArtifactRegistry\Resource;
use Google\Service\ArtifactRegistry\ListPythonPackagesResponse;
use Google\Service\ArtifactRegistry\PythonPackage;
/**
* The "pythonPackages" collection of methods.
* Typical usage is:
* <code>
* $artifactregistryService = new Google\Service\ArtifactRegistry(...);
* $pythonPackages = $artifactregistryService->pythonPackages;
* </code>
*/
class ProjectsLocationsRepositoriesPythonPackages extends \Google\Service\Resource
{
/**
* Gets a python package. (pythonPackages.get)
*
* @param string $name Required. The name of the python package.
* @param array $optParams Optional parameters.
* @return PythonPackage
*/
public function get($name, $optParams = [])
{
$params = ['name' => $name];
$params = array_merge($params, $optParams);
return $this->call('get', [$params], PythonPackage::class);
}
/**
* Lists python packages.
* (pythonPackages.listProjectsLocationsRepositoriesPythonPackages)
*
* @param string $parent Required. The name of the parent resource whose python
* packages will be listed.
* @param array $optParams Optional parameters.
*
* @opt_param int pageSize The maximum number of artifacts to return.
* @opt_param string pageToken The next_page_token value returned from a
* previous list request, if any.
* @return ListPythonPackagesResponse
*/
public function listProjectsLocationsRepositoriesPythonPackages($parent, $optParams = [])
{
$params = ['parent' => $parent];
$params = array_merge($params, $optParams);
return $this->call('list', [$params], ListPythonPackagesResponse::class);
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ProjectsLocationsRepositoriesPythonPackages::class, 'Google_Service_ArtifactRegistry_Resource_ProjectsLocationsRepositoriesPythonPackages');

View file

@ -179,6 +179,16 @@ class Assuredworkloads extends \Google\Service
'type' => 'string',
],
],
],'restrictAllowedResources' => [
'path' => 'v1/{+name}:restrictAllowedResources',
'httpMethod' => 'POST',
'parameters' => [
'name' => [
'location' => 'path',
'type' => 'string',
'required' => true,
],
],
],
]
]

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