Mise à jour des librairies vendor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -23,10 +23,16 @@ class Google_Service_DeploymentManager_AuditConfig extends Google_Collection
|
||||
public $exemptedMembers;
|
||||
public $service;
|
||||
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_AuditLogConfig
|
||||
*/
|
||||
public function setAuditLogConfigs($auditLogConfigs)
|
||||
{
|
||||
$this->auditLogConfigs = $auditLogConfigs;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_AuditLogConfig
|
||||
*/
|
||||
public function getAuditLogConfigs()
|
||||
{
|
||||
return $this->auditLogConfigs;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -18,9 +18,25 @@
|
||||
class Google_Service_DeploymentManager_Binding extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'members';
|
||||
protected $conditionType = 'Google_Service_DeploymentManager_Expr';
|
||||
protected $conditionDataType = '';
|
||||
public $members;
|
||||
public $role;
|
||||
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_Expr
|
||||
*/
|
||||
public function setCondition(Google_Service_DeploymentManager_Expr $condition)
|
||||
{
|
||||
$this->condition = $condition;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_Expr
|
||||
*/
|
||||
public function getCondition()
|
||||
{
|
||||
return $this->condition;
|
||||
}
|
||||
public function setMembers($members)
|
||||
{
|
||||
$this->members = $members;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -66,10 +66,16 @@ class Google_Service_DeploymentManager_Deployment extends Google_Collection
|
||||
{
|
||||
return $this->insertTime;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_DeploymentLabelEntry
|
||||
*/
|
||||
public function setLabels($labels)
|
||||
{
|
||||
$this->labels = $labels;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_DeploymentLabelEntry
|
||||
*/
|
||||
public function getLabels()
|
||||
{
|
||||
return $this->labels;
|
||||
@@ -90,10 +96,16 @@ class Google_Service_DeploymentManager_Deployment extends Google_Collection
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_Operation
|
||||
*/
|
||||
public function setOperation(Google_Service_DeploymentManager_Operation $operation)
|
||||
{
|
||||
$this->operation = $operation;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_Operation
|
||||
*/
|
||||
public function getOperation()
|
||||
{
|
||||
return $this->operation;
|
||||
@@ -106,18 +118,30 @@ class Google_Service_DeploymentManager_Deployment extends Google_Collection
|
||||
{
|
||||
return $this->selfLink;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_TargetConfiguration
|
||||
*/
|
||||
public function setTarget(Google_Service_DeploymentManager_TargetConfiguration $target)
|
||||
{
|
||||
$this->target = $target;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_TargetConfiguration
|
||||
*/
|
||||
public function getTarget()
|
||||
{
|
||||
return $this->target;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_DeploymentUpdate
|
||||
*/
|
||||
public function setUpdate(Google_Service_DeploymentManager_DeploymentUpdate $update)
|
||||
{
|
||||
$this->update = $update;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_DeploymentUpdate
|
||||
*/
|
||||
public function getUpdate()
|
||||
{
|
||||
return $this->update;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -31,10 +31,16 @@ class Google_Service_DeploymentManager_DeploymentUpdate extends Google_Collectio
|
||||
{
|
||||
return $this->description;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_DeploymentUpdateLabelEntry
|
||||
*/
|
||||
public function setLabels($labels)
|
||||
{
|
||||
$this->labels = $labels;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_DeploymentUpdateLabelEntry
|
||||
*/
|
||||
public function getLabels()
|
||||
{
|
||||
return $this->labels;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -34,10 +34,16 @@ class Google_Service_DeploymentManager_DeploymentmanagerResource extends Google_
|
||||
protected $warningsType = 'Google_Service_DeploymentManager_DeploymentmanagerResourceWarnings';
|
||||
protected $warningsDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_ResourceAccessControl
|
||||
*/
|
||||
public function setAccessControl(Google_Service_DeploymentManager_ResourceAccessControl $accessControl)
|
||||
{
|
||||
$this->accessControl = $accessControl;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_ResourceAccessControl
|
||||
*/
|
||||
public function getAccessControl()
|
||||
{
|
||||
return $this->accessControl;
|
||||
@@ -98,10 +104,16 @@ class Google_Service_DeploymentManager_DeploymentmanagerResource extends Google_
|
||||
{
|
||||
return $this->type;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_ResourceUpdate
|
||||
*/
|
||||
public function setUpdate(Google_Service_DeploymentManager_ResourceUpdate $update)
|
||||
{
|
||||
$this->update = $update;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_ResourceUpdate
|
||||
*/
|
||||
public function getUpdate()
|
||||
{
|
||||
return $this->update;
|
||||
@@ -122,10 +134,16 @@ class Google_Service_DeploymentManager_DeploymentmanagerResource extends Google_
|
||||
{
|
||||
return $this->url;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_DeploymentmanagerResourceWarnings
|
||||
*/
|
||||
public function setWarnings($warnings)
|
||||
{
|
||||
$this->warnings = $warnings;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_DeploymentmanagerResourceWarnings
|
||||
*/
|
||||
public function getWarnings()
|
||||
{
|
||||
return $this->warnings;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -31,10 +31,16 @@ class Google_Service_DeploymentManager_DeploymentmanagerResourceWarnings extends
|
||||
{
|
||||
return $this->code;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_DeploymentmanagerResourceWarningsData
|
||||
*/
|
||||
public function setData($data)
|
||||
{
|
||||
$this->data = $data;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_DeploymentmanagerResourceWarningsData
|
||||
*/
|
||||
public function getData()
|
||||
{
|
||||
return $this->data;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -22,10 +22,16 @@ class Google_Service_DeploymentManager_DeploymentsListResponse extends Google_Co
|
||||
protected $deploymentsDataType = 'array';
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_Deployment
|
||||
*/
|
||||
public function setDeployments($deployments)
|
||||
{
|
||||
$this->deployments = $deployments;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_Deployment
|
||||
*/
|
||||
public function getDeployments()
|
||||
{
|
||||
return $this->deployments;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -17,15 +17,53 @@
|
||||
|
||||
class Google_Service_DeploymentManager_LogConfig extends Google_Model
|
||||
{
|
||||
protected $cloudAuditType = 'Google_Service_DeploymentManager_LogConfigCloudAuditOptions';
|
||||
protected $cloudAuditDataType = '';
|
||||
protected $counterType = 'Google_Service_DeploymentManager_LogConfigCounterOptions';
|
||||
protected $counterDataType = '';
|
||||
protected $dataAccessType = 'Google_Service_DeploymentManager_LogConfigDataAccessOptions';
|
||||
protected $dataAccessDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_LogConfigCloudAuditOptions
|
||||
*/
|
||||
public function setCloudAudit(Google_Service_DeploymentManager_LogConfigCloudAuditOptions $cloudAudit)
|
||||
{
|
||||
$this->cloudAudit = $cloudAudit;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_LogConfigCloudAuditOptions
|
||||
*/
|
||||
public function getCloudAudit()
|
||||
{
|
||||
return $this->cloudAudit;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_LogConfigCounterOptions
|
||||
*/
|
||||
public function setCounter(Google_Service_DeploymentManager_LogConfigCounterOptions $counter)
|
||||
{
|
||||
$this->counter = $counter;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_LogConfigCounterOptions
|
||||
*/
|
||||
public function getCounter()
|
||||
{
|
||||
return $this->counter;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_LogConfigDataAccessOptions
|
||||
*/
|
||||
public function setDataAccess(Google_Service_DeploymentManager_LogConfigDataAccessOptions $dataAccess)
|
||||
{
|
||||
$this->dataAccess = $dataAccess;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_LogConfigDataAccessOptions
|
||||
*/
|
||||
public function getDataAccess()
|
||||
{
|
||||
return $this->dataAccess;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -29,10 +29,16 @@ class Google_Service_DeploymentManager_Manifest extends Google_Collection
|
||||
public $name;
|
||||
public $selfLink;
|
||||
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_ConfigFile
|
||||
*/
|
||||
public function setConfig(Google_Service_DeploymentManager_ConfigFile $config)
|
||||
{
|
||||
$this->config = $config;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_ConfigFile
|
||||
*/
|
||||
public function getConfig()
|
||||
{
|
||||
return $this->config;
|
||||
@@ -53,10 +59,16 @@ class Google_Service_DeploymentManager_Manifest extends Google_Collection
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_ImportFile
|
||||
*/
|
||||
public function setImports($imports)
|
||||
{
|
||||
$this->imports = $imports;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_ImportFile
|
||||
*/
|
||||
public function getImports()
|
||||
{
|
||||
return $this->imports;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -22,10 +22,16 @@ class Google_Service_DeploymentManager_ManifestsListResponse extends Google_Coll
|
||||
protected $manifestsDataType = 'array';
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_Manifest
|
||||
*/
|
||||
public function setManifests($manifests)
|
||||
{
|
||||
$this->manifests = $manifests;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_Manifest
|
||||
*/
|
||||
public function getManifests()
|
||||
{
|
||||
return $this->manifests;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -76,10 +76,16 @@ class Google_Service_DeploymentManager_Operation extends Google_Collection
|
||||
{
|
||||
return $this->endTime;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_OperationError
|
||||
*/
|
||||
public function setError(Google_Service_DeploymentManager_OperationError $error)
|
||||
{
|
||||
$this->error = $error;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_OperationError
|
||||
*/
|
||||
public function getError()
|
||||
{
|
||||
return $this->error;
|
||||
@@ -212,10 +218,16 @@ class Google_Service_DeploymentManager_Operation extends Google_Collection
|
||||
{
|
||||
return $this->user;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_OperationWarnings
|
||||
*/
|
||||
public function setWarnings($warnings)
|
||||
{
|
||||
$this->warnings = $warnings;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_OperationWarnings
|
||||
*/
|
||||
public function getWarnings()
|
||||
{
|
||||
return $this->warnings;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -21,10 +21,16 @@ class Google_Service_DeploymentManager_OperationError extends Google_Collection
|
||||
protected $errorsType = 'Google_Service_DeploymentManager_OperationErrorErrors';
|
||||
protected $errorsDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_OperationErrorErrors
|
||||
*/
|
||||
public function setErrors($errors)
|
||||
{
|
||||
$this->errors = $errors;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_OperationErrorErrors
|
||||
*/
|
||||
public function getErrors()
|
||||
{
|
||||
return $this->errors;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -31,10 +31,16 @@ class Google_Service_DeploymentManager_OperationWarnings extends Google_Collecti
|
||||
{
|
||||
return $this->code;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_OperationWarningsData
|
||||
*/
|
||||
public function setData($data)
|
||||
{
|
||||
$this->data = $data;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_OperationWarningsData
|
||||
*/
|
||||
public function getData()
|
||||
{
|
||||
return $this->data;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -30,10 +30,16 @@ class Google_Service_DeploymentManager_OperationsListResponse extends Google_Col
|
||||
{
|
||||
return $this->nextPageToken;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_Operation
|
||||
*/
|
||||
public function setOperations($operations)
|
||||
{
|
||||
$this->operations = $operations;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_Operation
|
||||
*/
|
||||
public function getOperations()
|
||||
{
|
||||
return $this->operations;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -28,18 +28,30 @@ class Google_Service_DeploymentManager_Policy extends Google_Collection
|
||||
protected $rulesDataType = 'array';
|
||||
public $version;
|
||||
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_AuditConfig
|
||||
*/
|
||||
public function setAuditConfigs($auditConfigs)
|
||||
{
|
||||
$this->auditConfigs = $auditConfigs;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_AuditConfig
|
||||
*/
|
||||
public function getAuditConfigs()
|
||||
{
|
||||
return $this->auditConfigs;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_Binding
|
||||
*/
|
||||
public function setBindings($bindings)
|
||||
{
|
||||
$this->bindings = $bindings;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_Binding
|
||||
*/
|
||||
public function getBindings()
|
||||
{
|
||||
return $this->bindings;
|
||||
@@ -60,10 +72,16 @@ class Google_Service_DeploymentManager_Policy extends Google_Collection
|
||||
{
|
||||
return $this->iamOwned;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_Rule
|
||||
*/
|
||||
public function setRules($rules)
|
||||
{
|
||||
$this->rules = $rules;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_Rule
|
||||
*/
|
||||
public function getRules()
|
||||
{
|
||||
return $this->rules;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -95,6 +95,8 @@ class Google_Service_DeploymentManager_Resource_Deployments extends Google_Servi
|
||||
* @param Google_Service_DeploymentManager_Deployment $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string createPolicy Sets the policy to use for creating new
|
||||
* resources.
|
||||
* @opt_param bool preview If set to true, creates a deployment and creates
|
||||
* "shell" resources but does not actually instantiate these resources. This
|
||||
* allows you to preview what your deployment looks like. After previewing a
|
||||
@@ -117,30 +119,26 @@ class Google_Service_DeploymentManager_Resource_Deployments extends Google_Servi
|
||||
* @param string $project The project ID for this request.
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string filter Sets a filter expression for filtering listed
|
||||
* resources, in the form filter={expression}. Your {expression} must be in the
|
||||
* format: field_name comparison_string literal_string.
|
||||
* @opt_param string filter A filter expression that filters resources listed in
|
||||
* the response. The expression must specify the field name, a comparison
|
||||
* operator, and the value that you want to use for filtering. The value must be
|
||||
* a string, a number, or a boolean. The comparison operator must be either =,
|
||||
* !=, >, or <.
|
||||
*
|
||||
* The field_name is the name of the field you want to compare. Only atomic
|
||||
* field types are supported (string, number, boolean). The comparison_string
|
||||
* must be either eq (equals) or ne (not equals). The literal_string is the
|
||||
* string value to filter to. The literal value must be valid for the type of
|
||||
* field you are filtering by (string, number, boolean). For string fields, the
|
||||
* literal value is interpreted as a regular expression using RE2 syntax. The
|
||||
* literal value must match the entire field.
|
||||
* For example, if you are filtering Compute Engine instances, you can exclude
|
||||
* instances named example-instance by specifying name != example-instance.
|
||||
*
|
||||
* For example, to filter for instances that do not have a name of example-
|
||||
* instance, you would use filter=name ne example-instance.
|
||||
*
|
||||
* You can filter on nested fields. For example, you could filter on instances
|
||||
* that have set the scheduling.automaticRestart field to true. Use filtering on
|
||||
* nested fields to take advantage of labels to organize and search for results
|
||||
* based on label values.
|
||||
* You can also filter nested fields. For example, you could specify
|
||||
* scheduling.automaticRestart = false to include instances only if they are not
|
||||
* scheduled for automatic restarts. You can use filtering on nested fields to
|
||||
* filter based on resource labels.
|
||||
*
|
||||
* To filter on multiple expressions, provide each separate expression within
|
||||
* parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-
|
||||
* central1-f). Multiple expressions are treated as AND expressions, meaning
|
||||
* that resources must match all expressions to pass the filters.
|
||||
* parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform =
|
||||
* "Intel Skylake"). By default, each expression is an AND expression. However,
|
||||
* you can include AND and OR expressions explicitly. For example, (cpuPlatform
|
||||
* = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND
|
||||
* (scheduling.automaticRestart = true).
|
||||
* @opt_param string maxResults The maximum number of results per page that
|
||||
* should be returned. If the number of available results is larger than
|
||||
* maxResults, Compute Engine returns a nextPageToken that can be used to get
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -47,30 +47,26 @@ class Google_Service_DeploymentManager_Resource_Manifests extends Google_Service
|
||||
* @param string $deployment The name of the deployment for this request.
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string filter Sets a filter expression for filtering listed
|
||||
* resources, in the form filter={expression}. Your {expression} must be in the
|
||||
* format: field_name comparison_string literal_string.
|
||||
* @opt_param string filter A filter expression that filters resources listed in
|
||||
* the response. The expression must specify the field name, a comparison
|
||||
* operator, and the value that you want to use for filtering. The value must be
|
||||
* a string, a number, or a boolean. The comparison operator must be either =,
|
||||
* !=, >, or <.
|
||||
*
|
||||
* The field_name is the name of the field you want to compare. Only atomic
|
||||
* field types are supported (string, number, boolean). The comparison_string
|
||||
* must be either eq (equals) or ne (not equals). The literal_string is the
|
||||
* string value to filter to. The literal value must be valid for the type of
|
||||
* field you are filtering by (string, number, boolean). For string fields, the
|
||||
* literal value is interpreted as a regular expression using RE2 syntax. The
|
||||
* literal value must match the entire field.
|
||||
* For example, if you are filtering Compute Engine instances, you can exclude
|
||||
* instances named example-instance by specifying name != example-instance.
|
||||
*
|
||||
* For example, to filter for instances that do not have a name of example-
|
||||
* instance, you would use filter=name ne example-instance.
|
||||
*
|
||||
* You can filter on nested fields. For example, you could filter on instances
|
||||
* that have set the scheduling.automaticRestart field to true. Use filtering on
|
||||
* nested fields to take advantage of labels to organize and search for results
|
||||
* based on label values.
|
||||
* You can also filter nested fields. For example, you could specify
|
||||
* scheduling.automaticRestart = false to include instances only if they are not
|
||||
* scheduled for automatic restarts. You can use filtering on nested fields to
|
||||
* filter based on resource labels.
|
||||
*
|
||||
* To filter on multiple expressions, provide each separate expression within
|
||||
* parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-
|
||||
* central1-f). Multiple expressions are treated as AND expressions, meaning
|
||||
* that resources must match all expressions to pass the filters.
|
||||
* parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform =
|
||||
* "Intel Skylake"). By default, each expression is an AND expression. However,
|
||||
* you can include AND and OR expressions explicitly. For example, (cpuPlatform
|
||||
* = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND
|
||||
* (scheduling.automaticRestart = true).
|
||||
* @opt_param string maxResults The maximum number of results per page that
|
||||
* should be returned. If the number of available results is larger than
|
||||
* maxResults, Compute Engine returns a nextPageToken that can be used to get
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -45,30 +45,26 @@ class Google_Service_DeploymentManager_Resource_Operations extends Google_Servic
|
||||
* @param string $project The project ID for this request.
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string filter Sets a filter expression for filtering listed
|
||||
* resources, in the form filter={expression}. Your {expression} must be in the
|
||||
* format: field_name comparison_string literal_string.
|
||||
* @opt_param string filter A filter expression that filters resources listed in
|
||||
* the response. The expression must specify the field name, a comparison
|
||||
* operator, and the value that you want to use for filtering. The value must be
|
||||
* a string, a number, or a boolean. The comparison operator must be either =,
|
||||
* !=, >, or <.
|
||||
*
|
||||
* The field_name is the name of the field you want to compare. Only atomic
|
||||
* field types are supported (string, number, boolean). The comparison_string
|
||||
* must be either eq (equals) or ne (not equals). The literal_string is the
|
||||
* string value to filter to. The literal value must be valid for the type of
|
||||
* field you are filtering by (string, number, boolean). For string fields, the
|
||||
* literal value is interpreted as a regular expression using RE2 syntax. The
|
||||
* literal value must match the entire field.
|
||||
* For example, if you are filtering Compute Engine instances, you can exclude
|
||||
* instances named example-instance by specifying name != example-instance.
|
||||
*
|
||||
* For example, to filter for instances that do not have a name of example-
|
||||
* instance, you would use filter=name ne example-instance.
|
||||
*
|
||||
* You can filter on nested fields. For example, you could filter on instances
|
||||
* that have set the scheduling.automaticRestart field to true. Use filtering on
|
||||
* nested fields to take advantage of labels to organize and search for results
|
||||
* based on label values.
|
||||
* You can also filter nested fields. For example, you could specify
|
||||
* scheduling.automaticRestart = false to include instances only if they are not
|
||||
* scheduled for automatic restarts. You can use filtering on nested fields to
|
||||
* filter based on resource labels.
|
||||
*
|
||||
* To filter on multiple expressions, provide each separate expression within
|
||||
* parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-
|
||||
* central1-f). Multiple expressions are treated as AND expressions, meaning
|
||||
* that resources must match all expressions to pass the filters.
|
||||
* parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform =
|
||||
* "Intel Skylake"). By default, each expression is an AND expression. However,
|
||||
* you can include AND and OR expressions explicitly. For example, (cpuPlatform
|
||||
* = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND
|
||||
* (scheduling.automaticRestart = true).
|
||||
* @opt_param string maxResults The maximum number of results per page that
|
||||
* should be returned. If the number of available results is larger than
|
||||
* maxResults, Compute Engine returns a nextPageToken that can be used to get
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -47,30 +47,26 @@ class Google_Service_DeploymentManager_Resource_Resources extends Google_Service
|
||||
* @param string $deployment The name of the deployment for this request.
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string filter Sets a filter expression for filtering listed
|
||||
* resources, in the form filter={expression}. Your {expression} must be in the
|
||||
* format: field_name comparison_string literal_string.
|
||||
* @opt_param string filter A filter expression that filters resources listed in
|
||||
* the response. The expression must specify the field name, a comparison
|
||||
* operator, and the value that you want to use for filtering. The value must be
|
||||
* a string, a number, or a boolean. The comparison operator must be either =,
|
||||
* !=, >, or <.
|
||||
*
|
||||
* The field_name is the name of the field you want to compare. Only atomic
|
||||
* field types are supported (string, number, boolean). The comparison_string
|
||||
* must be either eq (equals) or ne (not equals). The literal_string is the
|
||||
* string value to filter to. The literal value must be valid for the type of
|
||||
* field you are filtering by (string, number, boolean). For string fields, the
|
||||
* literal value is interpreted as a regular expression using RE2 syntax. The
|
||||
* literal value must match the entire field.
|
||||
* For example, if you are filtering Compute Engine instances, you can exclude
|
||||
* instances named example-instance by specifying name != example-instance.
|
||||
*
|
||||
* For example, to filter for instances that do not have a name of example-
|
||||
* instance, you would use filter=name ne example-instance.
|
||||
*
|
||||
* You can filter on nested fields. For example, you could filter on instances
|
||||
* that have set the scheduling.automaticRestart field to true. Use filtering on
|
||||
* nested fields to take advantage of labels to organize and search for results
|
||||
* based on label values.
|
||||
* You can also filter nested fields. For example, you could specify
|
||||
* scheduling.automaticRestart = false to include instances only if they are not
|
||||
* scheduled for automatic restarts. You can use filtering on nested fields to
|
||||
* filter based on resource labels.
|
||||
*
|
||||
* To filter on multiple expressions, provide each separate expression within
|
||||
* parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-
|
||||
* central1-f). Multiple expressions are treated as AND expressions, meaning
|
||||
* that resources must match all expressions to pass the filters.
|
||||
* parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform =
|
||||
* "Intel Skylake"). By default, each expression is an AND expression. However,
|
||||
* you can include AND and OR expressions explicitly. For example, (cpuPlatform
|
||||
* = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND
|
||||
* (scheduling.automaticRestart = true).
|
||||
* @opt_param string maxResults The maximum number of results per page that
|
||||
* should be returned. If the number of available results is larger than
|
||||
* maxResults, Compute Engine returns a nextPageToken that can be used to get
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -31,30 +31,26 @@ class Google_Service_DeploymentManager_Resource_Types extends Google_Service_Res
|
||||
* @param string $project The project ID for this request.
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string filter Sets a filter expression for filtering listed
|
||||
* resources, in the form filter={expression}. Your {expression} must be in the
|
||||
* format: field_name comparison_string literal_string.
|
||||
* @opt_param string filter A filter expression that filters resources listed in
|
||||
* the response. The expression must specify the field name, a comparison
|
||||
* operator, and the value that you want to use for filtering. The value must be
|
||||
* a string, a number, or a boolean. The comparison operator must be either =,
|
||||
* !=, >, or <.
|
||||
*
|
||||
* The field_name is the name of the field you want to compare. Only atomic
|
||||
* field types are supported (string, number, boolean). The comparison_string
|
||||
* must be either eq (equals) or ne (not equals). The literal_string is the
|
||||
* string value to filter to. The literal value must be valid for the type of
|
||||
* field you are filtering by (string, number, boolean). For string fields, the
|
||||
* literal value is interpreted as a regular expression using RE2 syntax. The
|
||||
* literal value must match the entire field.
|
||||
* For example, if you are filtering Compute Engine instances, you can exclude
|
||||
* instances named example-instance by specifying name != example-instance.
|
||||
*
|
||||
* For example, to filter for instances that do not have a name of example-
|
||||
* instance, you would use filter=name ne example-instance.
|
||||
*
|
||||
* You can filter on nested fields. For example, you could filter on instances
|
||||
* that have set the scheduling.automaticRestart field to true. Use filtering on
|
||||
* nested fields to take advantage of labels to organize and search for results
|
||||
* based on label values.
|
||||
* You can also filter nested fields. For example, you could specify
|
||||
* scheduling.automaticRestart = false to include instances only if they are not
|
||||
* scheduled for automatic restarts. You can use filtering on nested fields to
|
||||
* filter based on resource labels.
|
||||
*
|
||||
* To filter on multiple expressions, provide each separate expression within
|
||||
* parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-
|
||||
* central1-f). Multiple expressions are treated as AND expressions, meaning
|
||||
* that resources must match all expressions to pass the filters.
|
||||
* parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform =
|
||||
* "Intel Skylake"). By default, each expression is an AND expression. However,
|
||||
* you can include AND and OR expressions explicitly. For example, (cpuPlatform
|
||||
* = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND
|
||||
* (scheduling.automaticRestart = true).
|
||||
* @opt_param string maxResults The maximum number of results per page that
|
||||
* should be returned. If the number of available results is larger than
|
||||
* maxResults, Compute Engine returns a nextPageToken that can be used to get
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -30,18 +30,30 @@ class Google_Service_DeploymentManager_ResourceUpdate extends Google_Collection
|
||||
protected $warningsType = 'Google_Service_DeploymentManager_ResourceUpdateWarnings';
|
||||
protected $warningsDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_ResourceAccessControl
|
||||
*/
|
||||
public function setAccessControl(Google_Service_DeploymentManager_ResourceAccessControl $accessControl)
|
||||
{
|
||||
$this->accessControl = $accessControl;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_ResourceAccessControl
|
||||
*/
|
||||
public function getAccessControl()
|
||||
{
|
||||
return $this->accessControl;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_ResourceUpdateError
|
||||
*/
|
||||
public function setError(Google_Service_DeploymentManager_ResourceUpdateError $error)
|
||||
{
|
||||
$this->error = $error;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_ResourceUpdateError
|
||||
*/
|
||||
public function getError()
|
||||
{
|
||||
return $this->error;
|
||||
@@ -86,10 +98,16 @@ class Google_Service_DeploymentManager_ResourceUpdate extends Google_Collection
|
||||
{
|
||||
return $this->state;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_ResourceUpdateWarnings
|
||||
*/
|
||||
public function setWarnings($warnings)
|
||||
{
|
||||
$this->warnings = $warnings;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_ResourceUpdateWarnings
|
||||
*/
|
||||
public function getWarnings()
|
||||
{
|
||||
return $this->warnings;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -21,10 +21,16 @@ class Google_Service_DeploymentManager_ResourceUpdateError extends Google_Collec
|
||||
protected $errorsType = 'Google_Service_DeploymentManager_ResourceUpdateErrorErrors';
|
||||
protected $errorsDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_ResourceUpdateErrorErrors
|
||||
*/
|
||||
public function setErrors($errors)
|
||||
{
|
||||
$this->errors = $errors;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_ResourceUpdateErrorErrors
|
||||
*/
|
||||
public function getErrors()
|
||||
{
|
||||
return $this->errors;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -31,10 +31,16 @@ class Google_Service_DeploymentManager_ResourceUpdateWarnings extends Google_Col
|
||||
{
|
||||
return $this->code;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_ResourceUpdateWarningsData
|
||||
*/
|
||||
public function setData($data)
|
||||
{
|
||||
$this->data = $data;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_ResourceUpdateWarningsData
|
||||
*/
|
||||
public function getData()
|
||||
{
|
||||
return $this->data;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -30,10 +30,16 @@ class Google_Service_DeploymentManager_ResourcesListResponse extends Google_Coll
|
||||
{
|
||||
return $this->nextPageToken;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_DeploymentmanagerResource
|
||||
*/
|
||||
public function setResources($resources)
|
||||
{
|
||||
$this->resources = $resources;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_DeploymentmanagerResource
|
||||
*/
|
||||
public function getResources()
|
||||
{
|
||||
return $this->resources;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -36,10 +36,16 @@ class Google_Service_DeploymentManager_Rule extends Google_Collection
|
||||
{
|
||||
return $this->action;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_Condition
|
||||
*/
|
||||
public function setConditions($conditions)
|
||||
{
|
||||
$this->conditions = $conditions;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_Condition
|
||||
*/
|
||||
public function getConditions()
|
||||
{
|
||||
return $this->conditions;
|
||||
@@ -60,10 +66,16 @@ class Google_Service_DeploymentManager_Rule extends Google_Collection
|
||||
{
|
||||
return $this->ins;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_LogConfig
|
||||
*/
|
||||
public function setLogConfigs($logConfigs)
|
||||
{
|
||||
$this->logConfigs = $logConfigs;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_LogConfig
|
||||
*/
|
||||
public function getLogConfigs()
|
||||
{
|
||||
return $this->logConfigs;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -23,18 +23,30 @@ class Google_Service_DeploymentManager_TargetConfiguration extends Google_Collec
|
||||
protected $importsType = 'Google_Service_DeploymentManager_ImportFile';
|
||||
protected $importsDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_ConfigFile
|
||||
*/
|
||||
public function setConfig(Google_Service_DeploymentManager_ConfigFile $config)
|
||||
{
|
||||
$this->config = $config;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_ConfigFile
|
||||
*/
|
||||
public function getConfig()
|
||||
{
|
||||
return $this->config;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_ImportFile
|
||||
*/
|
||||
public function setImports($imports)
|
||||
{
|
||||
$this->imports = $imports;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_ImportFile
|
||||
*/
|
||||
public function getImports()
|
||||
{
|
||||
return $this->imports;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -48,10 +48,16 @@ class Google_Service_DeploymentManager_Type extends Google_Model
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_Operation
|
||||
*/
|
||||
public function setOperation(Google_Service_DeploymentManager_Operation $operation)
|
||||
{
|
||||
$this->operation = $operation;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_Operation
|
||||
*/
|
||||
public function getOperation()
|
||||
{
|
||||
return $this->operation;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* 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
|
||||
@@ -30,10 +30,16 @@ class Google_Service_DeploymentManager_TypesListResponse extends Google_Collecti
|
||||
{
|
||||
return $this->nextPageToken;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DeploymentManager_Type
|
||||
*/
|
||||
public function setTypes($types)
|
||||
{
|
||||
$this->types = $types;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DeploymentManager_Type
|
||||
*/
|
||||
public function getTypes()
|
||||
{
|
||||
return $this->types;
|
||||
|
||||
Reference in New Issue
Block a user