Initial commit
This commit is contained in:
50
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuditConfig.php
vendored
Normal file
50
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuditConfig.php
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_AuditConfig extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'exemptedMembers';
|
||||
protected $auditLogConfigsType = 'Google_Service_DeploymentManager_AuditLogConfig';
|
||||
protected $auditLogConfigsDataType = 'array';
|
||||
public $exemptedMembers;
|
||||
public $service;
|
||||
|
||||
public function setAuditLogConfigs($auditLogConfigs)
|
||||
{
|
||||
$this->auditLogConfigs = $auditLogConfigs;
|
||||
}
|
||||
public function getAuditLogConfigs()
|
||||
{
|
||||
return $this->auditLogConfigs;
|
||||
}
|
||||
public function setExemptedMembers($exemptedMembers)
|
||||
{
|
||||
$this->exemptedMembers = $exemptedMembers;
|
||||
}
|
||||
public function getExemptedMembers()
|
||||
{
|
||||
return $this->exemptedMembers;
|
||||
}
|
||||
public function setService($service)
|
||||
{
|
||||
$this->service = $service;
|
||||
}
|
||||
public function getService()
|
||||
{
|
||||
return $this->service;
|
||||
}
|
||||
}
|
||||
40
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuditLogConfig.php
vendored
Normal file
40
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/AuditLogConfig.php
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_AuditLogConfig extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'exemptedMembers';
|
||||
public $exemptedMembers;
|
||||
public $logType;
|
||||
|
||||
public function setExemptedMembers($exemptedMembers)
|
||||
{
|
||||
$this->exemptedMembers = $exemptedMembers;
|
||||
}
|
||||
public function getExemptedMembers()
|
||||
{
|
||||
return $this->exemptedMembers;
|
||||
}
|
||||
public function setLogType($logType)
|
||||
{
|
||||
$this->logType = $logType;
|
||||
}
|
||||
public function getLogType()
|
||||
{
|
||||
return $this->logType;
|
||||
}
|
||||
}
|
||||
40
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Binding.php
vendored
Normal file
40
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Binding.php
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_Binding extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'members';
|
||||
public $members;
|
||||
public $role;
|
||||
|
||||
public function setMembers($members)
|
||||
{
|
||||
$this->members = $members;
|
||||
}
|
||||
public function getMembers()
|
||||
{
|
||||
return $this->members;
|
||||
}
|
||||
public function setRole($role)
|
||||
{
|
||||
$this->role = $role;
|
||||
}
|
||||
public function getRole()
|
||||
{
|
||||
return $this->role;
|
||||
}
|
||||
}
|
||||
76
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Condition.php
vendored
Normal file
76
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Condition.php
vendored
Normal file
@@ -0,0 +1,76 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_Condition extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'values';
|
||||
public $iam;
|
||||
public $op;
|
||||
public $svc;
|
||||
public $sys;
|
||||
public $value;
|
||||
public $values;
|
||||
|
||||
public function setIam($iam)
|
||||
{
|
||||
$this->iam = $iam;
|
||||
}
|
||||
public function getIam()
|
||||
{
|
||||
return $this->iam;
|
||||
}
|
||||
public function setOp($op)
|
||||
{
|
||||
$this->op = $op;
|
||||
}
|
||||
public function getOp()
|
||||
{
|
||||
return $this->op;
|
||||
}
|
||||
public function setSvc($svc)
|
||||
{
|
||||
$this->svc = $svc;
|
||||
}
|
||||
public function getSvc()
|
||||
{
|
||||
return $this->svc;
|
||||
}
|
||||
public function setSys($sys)
|
||||
{
|
||||
$this->sys = $sys;
|
||||
}
|
||||
public function getSys()
|
||||
{
|
||||
return $this->sys;
|
||||
}
|
||||
public function setValue($value)
|
||||
{
|
||||
$this->value = $value;
|
||||
}
|
||||
public function getValue()
|
||||
{
|
||||
return $this->value;
|
||||
}
|
||||
public function setValues($values)
|
||||
{
|
||||
$this->values = $values;
|
||||
}
|
||||
public function getValues()
|
||||
{
|
||||
return $this->values;
|
||||
}
|
||||
}
|
||||
30
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ConfigFile.php
vendored
Normal file
30
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ConfigFile.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_ConfigFile extends Google_Model
|
||||
{
|
||||
public $content;
|
||||
|
||||
public function setContent($content)
|
||||
{
|
||||
$this->content = $content;
|
||||
}
|
||||
public function getContent()
|
||||
{
|
||||
return $this->content;
|
||||
}
|
||||
}
|
||||
125
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Deployment.php
vendored
Normal file
125
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Deployment.php
vendored
Normal file
@@ -0,0 +1,125 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_Deployment extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'labels';
|
||||
public $description;
|
||||
public $fingerprint;
|
||||
public $id;
|
||||
public $insertTime;
|
||||
protected $labelsType = 'Google_Service_DeploymentManager_DeploymentLabelEntry';
|
||||
protected $labelsDataType = 'array';
|
||||
public $manifest;
|
||||
public $name;
|
||||
protected $operationType = 'Google_Service_DeploymentManager_Operation';
|
||||
protected $operationDataType = '';
|
||||
public $selfLink;
|
||||
protected $targetType = 'Google_Service_DeploymentManager_TargetConfiguration';
|
||||
protected $targetDataType = '';
|
||||
protected $updateType = 'Google_Service_DeploymentManager_DeploymentUpdate';
|
||||
protected $updateDataType = '';
|
||||
|
||||
public function setDescription($description)
|
||||
{
|
||||
$this->description = $description;
|
||||
}
|
||||
public function getDescription()
|
||||
{
|
||||
return $this->description;
|
||||
}
|
||||
public function setFingerprint($fingerprint)
|
||||
{
|
||||
$this->fingerprint = $fingerprint;
|
||||
}
|
||||
public function getFingerprint()
|
||||
{
|
||||
return $this->fingerprint;
|
||||
}
|
||||
public function setId($id)
|
||||
{
|
||||
$this->id = $id;
|
||||
}
|
||||
public function getId()
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
public function setInsertTime($insertTime)
|
||||
{
|
||||
$this->insertTime = $insertTime;
|
||||
}
|
||||
public function getInsertTime()
|
||||
{
|
||||
return $this->insertTime;
|
||||
}
|
||||
public function setLabels($labels)
|
||||
{
|
||||
$this->labels = $labels;
|
||||
}
|
||||
public function getLabels()
|
||||
{
|
||||
return $this->labels;
|
||||
}
|
||||
public function setManifest($manifest)
|
||||
{
|
||||
$this->manifest = $manifest;
|
||||
}
|
||||
public function getManifest()
|
||||
{
|
||||
return $this->manifest;
|
||||
}
|
||||
public function setName($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
public function setOperation(Google_Service_DeploymentManager_Operation $operation)
|
||||
{
|
||||
$this->operation = $operation;
|
||||
}
|
||||
public function getOperation()
|
||||
{
|
||||
return $this->operation;
|
||||
}
|
||||
public function setSelfLink($selfLink)
|
||||
{
|
||||
$this->selfLink = $selfLink;
|
||||
}
|
||||
public function getSelfLink()
|
||||
{
|
||||
return $this->selfLink;
|
||||
}
|
||||
public function setTarget(Google_Service_DeploymentManager_TargetConfiguration $target)
|
||||
{
|
||||
$this->target = $target;
|
||||
}
|
||||
public function getTarget()
|
||||
{
|
||||
return $this->target;
|
||||
}
|
||||
public function setUpdate(Google_Service_DeploymentManager_DeploymentUpdate $update)
|
||||
{
|
||||
$this->update = $update;
|
||||
}
|
||||
public function getUpdate()
|
||||
{
|
||||
return $this->update;
|
||||
}
|
||||
}
|
||||
39
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentLabelEntry.php
vendored
Normal file
39
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentLabelEntry.php
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_DeploymentLabelEntry extends Google_Model
|
||||
{
|
||||
public $key;
|
||||
public $value;
|
||||
|
||||
public function setKey($key)
|
||||
{
|
||||
$this->key = $key;
|
||||
}
|
||||
public function getKey()
|
||||
{
|
||||
return $this->key;
|
||||
}
|
||||
public function setValue($value)
|
||||
{
|
||||
$this->value = $value;
|
||||
}
|
||||
public function getValue()
|
||||
{
|
||||
return $this->value;
|
||||
}
|
||||
}
|
||||
50
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentUpdate.php
vendored
Normal file
50
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentUpdate.php
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_DeploymentUpdate extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'labels';
|
||||
public $description;
|
||||
protected $labelsType = 'Google_Service_DeploymentManager_DeploymentUpdateLabelEntry';
|
||||
protected $labelsDataType = 'array';
|
||||
public $manifest;
|
||||
|
||||
public function setDescription($description)
|
||||
{
|
||||
$this->description = $description;
|
||||
}
|
||||
public function getDescription()
|
||||
{
|
||||
return $this->description;
|
||||
}
|
||||
public function setLabels($labels)
|
||||
{
|
||||
$this->labels = $labels;
|
||||
}
|
||||
public function getLabels()
|
||||
{
|
||||
return $this->labels;
|
||||
}
|
||||
public function setManifest($manifest)
|
||||
{
|
||||
$this->manifest = $manifest;
|
||||
}
|
||||
public function getManifest()
|
||||
{
|
||||
return $this->manifest;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_DeploymentUpdateLabelEntry extends Google_Model
|
||||
{
|
||||
public $key;
|
||||
public $value;
|
||||
|
||||
public function setKey($key)
|
||||
{
|
||||
$this->key = $key;
|
||||
}
|
||||
public function getKey()
|
||||
{
|
||||
return $this->key;
|
||||
}
|
||||
public function setValue($value)
|
||||
{
|
||||
$this->value = $value;
|
||||
}
|
||||
public function getValue()
|
||||
{
|
||||
return $this->value;
|
||||
}
|
||||
}
|
||||
133
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentmanagerResource.php
vendored
Normal file
133
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentmanagerResource.php
vendored
Normal file
@@ -0,0 +1,133 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_DeploymentmanagerResource extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'warnings';
|
||||
protected $accessControlType = 'Google_Service_DeploymentManager_ResourceAccessControl';
|
||||
protected $accessControlDataType = '';
|
||||
public $finalProperties;
|
||||
public $id;
|
||||
public $insertTime;
|
||||
public $manifest;
|
||||
public $name;
|
||||
public $properties;
|
||||
public $type;
|
||||
protected $updateType = 'Google_Service_DeploymentManager_ResourceUpdate';
|
||||
protected $updateDataType = '';
|
||||
public $updateTime;
|
||||
public $url;
|
||||
protected $warningsType = 'Google_Service_DeploymentManager_DeploymentmanagerResourceWarnings';
|
||||
protected $warningsDataType = 'array';
|
||||
|
||||
public function setAccessControl(Google_Service_DeploymentManager_ResourceAccessControl $accessControl)
|
||||
{
|
||||
$this->accessControl = $accessControl;
|
||||
}
|
||||
public function getAccessControl()
|
||||
{
|
||||
return $this->accessControl;
|
||||
}
|
||||
public function setFinalProperties($finalProperties)
|
||||
{
|
||||
$this->finalProperties = $finalProperties;
|
||||
}
|
||||
public function getFinalProperties()
|
||||
{
|
||||
return $this->finalProperties;
|
||||
}
|
||||
public function setId($id)
|
||||
{
|
||||
$this->id = $id;
|
||||
}
|
||||
public function getId()
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
public function setInsertTime($insertTime)
|
||||
{
|
||||
$this->insertTime = $insertTime;
|
||||
}
|
||||
public function getInsertTime()
|
||||
{
|
||||
return $this->insertTime;
|
||||
}
|
||||
public function setManifest($manifest)
|
||||
{
|
||||
$this->manifest = $manifest;
|
||||
}
|
||||
public function getManifest()
|
||||
{
|
||||
return $this->manifest;
|
||||
}
|
||||
public function setName($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
public function setProperties($properties)
|
||||
{
|
||||
$this->properties = $properties;
|
||||
}
|
||||
public function getProperties()
|
||||
{
|
||||
return $this->properties;
|
||||
}
|
||||
public function setType($type)
|
||||
{
|
||||
$this->type = $type;
|
||||
}
|
||||
public function getType()
|
||||
{
|
||||
return $this->type;
|
||||
}
|
||||
public function setUpdate(Google_Service_DeploymentManager_ResourceUpdate $update)
|
||||
{
|
||||
$this->update = $update;
|
||||
}
|
||||
public function getUpdate()
|
||||
{
|
||||
return $this->update;
|
||||
}
|
||||
public function setUpdateTime($updateTime)
|
||||
{
|
||||
$this->updateTime = $updateTime;
|
||||
}
|
||||
public function getUpdateTime()
|
||||
{
|
||||
return $this->updateTime;
|
||||
}
|
||||
public function setUrl($url)
|
||||
{
|
||||
$this->url = $url;
|
||||
}
|
||||
public function getUrl()
|
||||
{
|
||||
return $this->url;
|
||||
}
|
||||
public function setWarnings($warnings)
|
||||
{
|
||||
$this->warnings = $warnings;
|
||||
}
|
||||
public function getWarnings()
|
||||
{
|
||||
return $this->warnings;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_DeploymentmanagerResourceWarnings extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'data';
|
||||
public $code;
|
||||
protected $dataType = 'Google_Service_DeploymentManager_DeploymentmanagerResourceWarningsData';
|
||||
protected $dataDataType = 'array';
|
||||
public $message;
|
||||
|
||||
public function setCode($code)
|
||||
{
|
||||
$this->code = $code;
|
||||
}
|
||||
public function getCode()
|
||||
{
|
||||
return $this->code;
|
||||
}
|
||||
public function setData($data)
|
||||
{
|
||||
$this->data = $data;
|
||||
}
|
||||
public function getData()
|
||||
{
|
||||
return $this->data;
|
||||
}
|
||||
public function setMessage($message)
|
||||
{
|
||||
$this->message = $message;
|
||||
}
|
||||
public function getMessage()
|
||||
{
|
||||
return $this->message;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_DeploymentmanagerResourceWarningsData extends Google_Model
|
||||
{
|
||||
public $key;
|
||||
public $value;
|
||||
|
||||
public function setKey($key)
|
||||
{
|
||||
$this->key = $key;
|
||||
}
|
||||
public function getKey()
|
||||
{
|
||||
return $this->key;
|
||||
}
|
||||
public function setValue($value)
|
||||
{
|
||||
$this->value = $value;
|
||||
}
|
||||
public function getValue()
|
||||
{
|
||||
return $this->value;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_DeploymentsCancelPreviewRequest extends Google_Model
|
||||
{
|
||||
public $fingerprint;
|
||||
|
||||
public function setFingerprint($fingerprint)
|
||||
{
|
||||
$this->fingerprint = $fingerprint;
|
||||
}
|
||||
public function getFingerprint()
|
||||
{
|
||||
return $this->fingerprint;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_DeploymentsListResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'deployments';
|
||||
protected $deploymentsType = 'Google_Service_DeploymentManager_Deployment';
|
||||
protected $deploymentsDataType = 'array';
|
||||
public $nextPageToken;
|
||||
|
||||
public function setDeployments($deployments)
|
||||
{
|
||||
$this->deployments = $deployments;
|
||||
}
|
||||
public function getDeployments()
|
||||
{
|
||||
return $this->deployments;
|
||||
}
|
||||
public function setNextPageToken($nextPageToken)
|
||||
{
|
||||
$this->nextPageToken = $nextPageToken;
|
||||
}
|
||||
public function getNextPageToken()
|
||||
{
|
||||
return $this->nextPageToken;
|
||||
}
|
||||
}
|
||||
30
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentsStopRequest.php
vendored
Normal file
30
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/DeploymentsStopRequest.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_DeploymentsStopRequest extends Google_Model
|
||||
{
|
||||
public $fingerprint;
|
||||
|
||||
public function setFingerprint($fingerprint)
|
||||
{
|
||||
$this->fingerprint = $fingerprint;
|
||||
}
|
||||
public function getFingerprint()
|
||||
{
|
||||
return $this->fingerprint;
|
||||
}
|
||||
}
|
||||
39
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ImportFile.php
vendored
Normal file
39
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ImportFile.php
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_ImportFile extends Google_Model
|
||||
{
|
||||
public $content;
|
||||
public $name;
|
||||
|
||||
public function setContent($content)
|
||||
{
|
||||
$this->content = $content;
|
||||
}
|
||||
public function getContent()
|
||||
{
|
||||
return $this->content;
|
||||
}
|
||||
public function setName($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
}
|
||||
31
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/LogConfig.php
vendored
Normal file
31
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/LogConfig.php
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_LogConfig extends Google_Model
|
||||
{
|
||||
protected $counterType = 'Google_Service_DeploymentManager_LogConfigCounterOptions';
|
||||
protected $counterDataType = '';
|
||||
|
||||
public function setCounter(Google_Service_DeploymentManager_LogConfigCounterOptions $counter)
|
||||
{
|
||||
$this->counter = $counter;
|
||||
}
|
||||
public function getCounter()
|
||||
{
|
||||
return $this->counter;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_LogConfigCounterOptions extends Google_Model
|
||||
{
|
||||
public $field;
|
||||
public $metric;
|
||||
|
||||
public function setField($field)
|
||||
{
|
||||
$this->field = $field;
|
||||
}
|
||||
public function getField()
|
||||
{
|
||||
return $this->field;
|
||||
}
|
||||
public function setMetric($metric)
|
||||
{
|
||||
$this->metric = $metric;
|
||||
}
|
||||
public function getMetric()
|
||||
{
|
||||
return $this->metric;
|
||||
}
|
||||
}
|
||||
96
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Manifest.php
vendored
Normal file
96
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Manifest.php
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_Manifest extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'imports';
|
||||
protected $configType = 'Google_Service_DeploymentManager_ConfigFile';
|
||||
protected $configDataType = '';
|
||||
public $expandedConfig;
|
||||
public $id;
|
||||
protected $importsType = 'Google_Service_DeploymentManager_ImportFile';
|
||||
protected $importsDataType = 'array';
|
||||
public $insertTime;
|
||||
public $layout;
|
||||
public $name;
|
||||
public $selfLink;
|
||||
|
||||
public function setConfig(Google_Service_DeploymentManager_ConfigFile $config)
|
||||
{
|
||||
$this->config = $config;
|
||||
}
|
||||
public function getConfig()
|
||||
{
|
||||
return $this->config;
|
||||
}
|
||||
public function setExpandedConfig($expandedConfig)
|
||||
{
|
||||
$this->expandedConfig = $expandedConfig;
|
||||
}
|
||||
public function getExpandedConfig()
|
||||
{
|
||||
return $this->expandedConfig;
|
||||
}
|
||||
public function setId($id)
|
||||
{
|
||||
$this->id = $id;
|
||||
}
|
||||
public function getId()
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
public function setImports($imports)
|
||||
{
|
||||
$this->imports = $imports;
|
||||
}
|
||||
public function getImports()
|
||||
{
|
||||
return $this->imports;
|
||||
}
|
||||
public function setInsertTime($insertTime)
|
||||
{
|
||||
$this->insertTime = $insertTime;
|
||||
}
|
||||
public function getInsertTime()
|
||||
{
|
||||
return $this->insertTime;
|
||||
}
|
||||
public function setLayout($layout)
|
||||
{
|
||||
$this->layout = $layout;
|
||||
}
|
||||
public function getLayout()
|
||||
{
|
||||
return $this->layout;
|
||||
}
|
||||
public function setName($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
public function setSelfLink($selfLink)
|
||||
{
|
||||
$this->selfLink = $selfLink;
|
||||
}
|
||||
public function getSelfLink()
|
||||
{
|
||||
return $this->selfLink;
|
||||
}
|
||||
}
|
||||
41
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ManifestsListResponse.php
vendored
Normal file
41
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ManifestsListResponse.php
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_ManifestsListResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'manifests';
|
||||
protected $manifestsType = 'Google_Service_DeploymentManager_Manifest';
|
||||
protected $manifestsDataType = 'array';
|
||||
public $nextPageToken;
|
||||
|
||||
public function setManifests($manifests)
|
||||
{
|
||||
$this->manifests = $manifests;
|
||||
}
|
||||
public function getManifests()
|
||||
{
|
||||
return $this->manifests;
|
||||
}
|
||||
public function setNextPageToken($nextPageToken)
|
||||
{
|
||||
$this->nextPageToken = $nextPageToken;
|
||||
}
|
||||
public function getNextPageToken()
|
||||
{
|
||||
return $this->nextPageToken;
|
||||
}
|
||||
}
|
||||
231
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Operation.php
vendored
Normal file
231
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Operation.php
vendored
Normal file
@@ -0,0 +1,231 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_Operation extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'warnings';
|
||||
public $clientOperationId;
|
||||
public $creationTimestamp;
|
||||
public $description;
|
||||
public $endTime;
|
||||
protected $errorType = 'Google_Service_DeploymentManager_OperationError';
|
||||
protected $errorDataType = '';
|
||||
public $httpErrorMessage;
|
||||
public $httpErrorStatusCode;
|
||||
public $id;
|
||||
public $insertTime;
|
||||
public $kind;
|
||||
public $name;
|
||||
public $operationType;
|
||||
public $progress;
|
||||
public $region;
|
||||
public $selfLink;
|
||||
public $startTime;
|
||||
public $status;
|
||||
public $statusMessage;
|
||||
public $targetId;
|
||||
public $targetLink;
|
||||
public $user;
|
||||
protected $warningsType = 'Google_Service_DeploymentManager_OperationWarnings';
|
||||
protected $warningsDataType = 'array';
|
||||
public $zone;
|
||||
|
||||
public function setClientOperationId($clientOperationId)
|
||||
{
|
||||
$this->clientOperationId = $clientOperationId;
|
||||
}
|
||||
public function getClientOperationId()
|
||||
{
|
||||
return $this->clientOperationId;
|
||||
}
|
||||
public function setCreationTimestamp($creationTimestamp)
|
||||
{
|
||||
$this->creationTimestamp = $creationTimestamp;
|
||||
}
|
||||
public function getCreationTimestamp()
|
||||
{
|
||||
return $this->creationTimestamp;
|
||||
}
|
||||
public function setDescription($description)
|
||||
{
|
||||
$this->description = $description;
|
||||
}
|
||||
public function getDescription()
|
||||
{
|
||||
return $this->description;
|
||||
}
|
||||
public function setEndTime($endTime)
|
||||
{
|
||||
$this->endTime = $endTime;
|
||||
}
|
||||
public function getEndTime()
|
||||
{
|
||||
return $this->endTime;
|
||||
}
|
||||
public function setError(Google_Service_DeploymentManager_OperationError $error)
|
||||
{
|
||||
$this->error = $error;
|
||||
}
|
||||
public function getError()
|
||||
{
|
||||
return $this->error;
|
||||
}
|
||||
public function setHttpErrorMessage($httpErrorMessage)
|
||||
{
|
||||
$this->httpErrorMessage = $httpErrorMessage;
|
||||
}
|
||||
public function getHttpErrorMessage()
|
||||
{
|
||||
return $this->httpErrorMessage;
|
||||
}
|
||||
public function setHttpErrorStatusCode($httpErrorStatusCode)
|
||||
{
|
||||
$this->httpErrorStatusCode = $httpErrorStatusCode;
|
||||
}
|
||||
public function getHttpErrorStatusCode()
|
||||
{
|
||||
return $this->httpErrorStatusCode;
|
||||
}
|
||||
public function setId($id)
|
||||
{
|
||||
$this->id = $id;
|
||||
}
|
||||
public function getId()
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
public function setInsertTime($insertTime)
|
||||
{
|
||||
$this->insertTime = $insertTime;
|
||||
}
|
||||
public function getInsertTime()
|
||||
{
|
||||
return $this->insertTime;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setName($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
public function setOperationType($operationType)
|
||||
{
|
||||
$this->operationType = $operationType;
|
||||
}
|
||||
public function getOperationType()
|
||||
{
|
||||
return $this->operationType;
|
||||
}
|
||||
public function setProgress($progress)
|
||||
{
|
||||
$this->progress = $progress;
|
||||
}
|
||||
public function getProgress()
|
||||
{
|
||||
return $this->progress;
|
||||
}
|
||||
public function setRegion($region)
|
||||
{
|
||||
$this->region = $region;
|
||||
}
|
||||
public function getRegion()
|
||||
{
|
||||
return $this->region;
|
||||
}
|
||||
public function setSelfLink($selfLink)
|
||||
{
|
||||
$this->selfLink = $selfLink;
|
||||
}
|
||||
public function getSelfLink()
|
||||
{
|
||||
return $this->selfLink;
|
||||
}
|
||||
public function setStartTime($startTime)
|
||||
{
|
||||
$this->startTime = $startTime;
|
||||
}
|
||||
public function getStartTime()
|
||||
{
|
||||
return $this->startTime;
|
||||
}
|
||||
public function setStatus($status)
|
||||
{
|
||||
$this->status = $status;
|
||||
}
|
||||
public function getStatus()
|
||||
{
|
||||
return $this->status;
|
||||
}
|
||||
public function setStatusMessage($statusMessage)
|
||||
{
|
||||
$this->statusMessage = $statusMessage;
|
||||
}
|
||||
public function getStatusMessage()
|
||||
{
|
||||
return $this->statusMessage;
|
||||
}
|
||||
public function setTargetId($targetId)
|
||||
{
|
||||
$this->targetId = $targetId;
|
||||
}
|
||||
public function getTargetId()
|
||||
{
|
||||
return $this->targetId;
|
||||
}
|
||||
public function setTargetLink($targetLink)
|
||||
{
|
||||
$this->targetLink = $targetLink;
|
||||
}
|
||||
public function getTargetLink()
|
||||
{
|
||||
return $this->targetLink;
|
||||
}
|
||||
public function setUser($user)
|
||||
{
|
||||
$this->user = $user;
|
||||
}
|
||||
public function getUser()
|
||||
{
|
||||
return $this->user;
|
||||
}
|
||||
public function setWarnings($warnings)
|
||||
{
|
||||
$this->warnings = $warnings;
|
||||
}
|
||||
public function getWarnings()
|
||||
{
|
||||
return $this->warnings;
|
||||
}
|
||||
public function setZone($zone)
|
||||
{
|
||||
$this->zone = $zone;
|
||||
}
|
||||
public function getZone()
|
||||
{
|
||||
return $this->zone;
|
||||
}
|
||||
}
|
||||
32
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationError.php
vendored
Normal file
32
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationError.php
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_OperationError extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'errors';
|
||||
protected $errorsType = 'Google_Service_DeploymentManager_OperationErrorErrors';
|
||||
protected $errorsDataType = 'array';
|
||||
|
||||
public function setErrors($errors)
|
||||
{
|
||||
$this->errors = $errors;
|
||||
}
|
||||
public function getErrors()
|
||||
{
|
||||
return $this->errors;
|
||||
}
|
||||
}
|
||||
48
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationErrorErrors.php
vendored
Normal file
48
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationErrorErrors.php
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_OperationErrorErrors extends Google_Model
|
||||
{
|
||||
public $code;
|
||||
public $location;
|
||||
public $message;
|
||||
|
||||
public function setCode($code)
|
||||
{
|
||||
$this->code = $code;
|
||||
}
|
||||
public function getCode()
|
||||
{
|
||||
return $this->code;
|
||||
}
|
||||
public function setLocation($location)
|
||||
{
|
||||
$this->location = $location;
|
||||
}
|
||||
public function getLocation()
|
||||
{
|
||||
return $this->location;
|
||||
}
|
||||
public function setMessage($message)
|
||||
{
|
||||
$this->message = $message;
|
||||
}
|
||||
public function getMessage()
|
||||
{
|
||||
return $this->message;
|
||||
}
|
||||
}
|
||||
50
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationWarnings.php
vendored
Normal file
50
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationWarnings.php
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_OperationWarnings extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'data';
|
||||
public $code;
|
||||
protected $dataType = 'Google_Service_DeploymentManager_OperationWarningsData';
|
||||
protected $dataDataType = 'array';
|
||||
public $message;
|
||||
|
||||
public function setCode($code)
|
||||
{
|
||||
$this->code = $code;
|
||||
}
|
||||
public function getCode()
|
||||
{
|
||||
return $this->code;
|
||||
}
|
||||
public function setData($data)
|
||||
{
|
||||
$this->data = $data;
|
||||
}
|
||||
public function getData()
|
||||
{
|
||||
return $this->data;
|
||||
}
|
||||
public function setMessage($message)
|
||||
{
|
||||
$this->message = $message;
|
||||
}
|
||||
public function getMessage()
|
||||
{
|
||||
return $this->message;
|
||||
}
|
||||
}
|
||||
39
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationWarningsData.php
vendored
Normal file
39
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationWarningsData.php
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_OperationWarningsData extends Google_Model
|
||||
{
|
||||
public $key;
|
||||
public $value;
|
||||
|
||||
public function setKey($key)
|
||||
{
|
||||
$this->key = $key;
|
||||
}
|
||||
public function getKey()
|
||||
{
|
||||
return $this->key;
|
||||
}
|
||||
public function setValue($value)
|
||||
{
|
||||
$this->value = $value;
|
||||
}
|
||||
public function getValue()
|
||||
{
|
||||
return $this->value;
|
||||
}
|
||||
}
|
||||
41
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationsListResponse.php
vendored
Normal file
41
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/OperationsListResponse.php
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_OperationsListResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'operations';
|
||||
public $nextPageToken;
|
||||
protected $operationsType = 'Google_Service_DeploymentManager_Operation';
|
||||
protected $operationsDataType = 'array';
|
||||
|
||||
public function setNextPageToken($nextPageToken)
|
||||
{
|
||||
$this->nextPageToken = $nextPageToken;
|
||||
}
|
||||
public function getNextPageToken()
|
||||
{
|
||||
return $this->nextPageToken;
|
||||
}
|
||||
public function setOperations($operations)
|
||||
{
|
||||
$this->operations = $operations;
|
||||
}
|
||||
public function getOperations()
|
||||
{
|
||||
return $this->operations;
|
||||
}
|
||||
}
|
||||
79
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Policy.php
vendored
Normal file
79
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Policy.php
vendored
Normal file
@@ -0,0 +1,79 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_Policy extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'rules';
|
||||
protected $auditConfigsType = 'Google_Service_DeploymentManager_AuditConfig';
|
||||
protected $auditConfigsDataType = 'array';
|
||||
protected $bindingsType = 'Google_Service_DeploymentManager_Binding';
|
||||
protected $bindingsDataType = 'array';
|
||||
public $etag;
|
||||
public $iamOwned;
|
||||
protected $rulesType = 'Google_Service_DeploymentManager_Rule';
|
||||
protected $rulesDataType = 'array';
|
||||
public $version;
|
||||
|
||||
public function setAuditConfigs($auditConfigs)
|
||||
{
|
||||
$this->auditConfigs = $auditConfigs;
|
||||
}
|
||||
public function getAuditConfigs()
|
||||
{
|
||||
return $this->auditConfigs;
|
||||
}
|
||||
public function setBindings($bindings)
|
||||
{
|
||||
$this->bindings = $bindings;
|
||||
}
|
||||
public function getBindings()
|
||||
{
|
||||
return $this->bindings;
|
||||
}
|
||||
public function setEtag($etag)
|
||||
{
|
||||
$this->etag = $etag;
|
||||
}
|
||||
public function getEtag()
|
||||
{
|
||||
return $this->etag;
|
||||
}
|
||||
public function setIamOwned($iamOwned)
|
||||
{
|
||||
$this->iamOwned = $iamOwned;
|
||||
}
|
||||
public function getIamOwned()
|
||||
{
|
||||
return $this->iamOwned;
|
||||
}
|
||||
public function setRules($rules)
|
||||
{
|
||||
$this->rules = $rules;
|
||||
}
|
||||
public function getRules()
|
||||
{
|
||||
return $this->rules;
|
||||
}
|
||||
public function setVersion($version)
|
||||
{
|
||||
$this->version = $version;
|
||||
}
|
||||
public function getVersion()
|
||||
{
|
||||
return $this->version;
|
||||
}
|
||||
}
|
||||
279
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Deployments.php
vendored
Normal file
279
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Deployments.php
vendored
Normal file
@@ -0,0 +1,279 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* The "deployments" collection of methods.
|
||||
* Typical usage is:
|
||||
* <code>
|
||||
* $deploymentmanagerService = new Google_Service_DeploymentManager(...);
|
||||
* $deployments = $deploymentmanagerService->deployments;
|
||||
* </code>
|
||||
*/
|
||||
class Google_Service_DeploymentManager_Resource_Deployments extends Google_Service_Resource
|
||||
{
|
||||
/**
|
||||
* Cancels and removes the preview currently associated with the deployment.
|
||||
* (deployments.cancelPreview)
|
||||
*
|
||||
* @param string $project The project ID for this request.
|
||||
* @param string $deployment The name of the deployment for this request.
|
||||
* @param Google_Service_DeploymentManager_DeploymentsCancelPreviewRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_DeploymentManager_Operation
|
||||
*/
|
||||
public function cancelPreview($project, $deployment, Google_Service_DeploymentManager_DeploymentsCancelPreviewRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('project' => $project, 'deployment' => $deployment, 'postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('cancelPreview', array($params), "Google_Service_DeploymentManager_Operation");
|
||||
}
|
||||
/**
|
||||
* Deletes a deployment and all of the resources in the deployment.
|
||||
* (deployments.delete)
|
||||
*
|
||||
* @param string $project The project ID for this request.
|
||||
* @param string $deployment The name of the deployment for this request.
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string deletePolicy Sets the policy to use for deleting resources.
|
||||
* @return Google_Service_DeploymentManager_Operation
|
||||
*/
|
||||
public function delete($project, $deployment, $optParams = array())
|
||||
{
|
||||
$params = array('project' => $project, 'deployment' => $deployment);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('delete', array($params), "Google_Service_DeploymentManager_Operation");
|
||||
}
|
||||
/**
|
||||
* Gets information about a specific deployment. (deployments.get)
|
||||
*
|
||||
* @param string $project The project ID for this request.
|
||||
* @param string $deployment The name of the deployment for this request.
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_DeploymentManager_Deployment
|
||||
*/
|
||||
public function get($project, $deployment, $optParams = array())
|
||||
{
|
||||
$params = array('project' => $project, 'deployment' => $deployment);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('get', array($params), "Google_Service_DeploymentManager_Deployment");
|
||||
}
|
||||
/**
|
||||
* Gets the access control policy for a resource. May be empty if no such policy
|
||||
* or resource exists. (deployments.getIamPolicy)
|
||||
*
|
||||
* @param string $project Project ID for this request.
|
||||
* @param string $resource Name of the resource for this request.
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_DeploymentManager_Policy
|
||||
*/
|
||||
public function getIamPolicy($project, $resource, $optParams = array())
|
||||
{
|
||||
$params = array('project' => $project, 'resource' => $resource);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('getIamPolicy', array($params), "Google_Service_DeploymentManager_Policy");
|
||||
}
|
||||
/**
|
||||
* Creates a deployment and all of the resources described by the deployment
|
||||
* manifest. (deployments.insert)
|
||||
*
|
||||
* @param string $project The project ID for this request.
|
||||
* @param Google_Service_DeploymentManager_Deployment $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param bool preview If set to true, creates a deployment and creates
|
||||
* "shell" resources but does not actually instantiate these resources. This
|
||||
* allows you to preview what your deployment looks like. After previewing a
|
||||
* deployment, you can deploy your resources by making a request with the
|
||||
* update() method or you can use the cancelPreview() method to cancel the
|
||||
* preview altogether. Note that the deployment will still exist after you
|
||||
* cancel the preview and you must separately delete this deployment if you want
|
||||
* to remove it.
|
||||
* @return Google_Service_DeploymentManager_Operation
|
||||
*/
|
||||
public function insert($project, Google_Service_DeploymentManager_Deployment $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('project' => $project, 'postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('insert', array($params), "Google_Service_DeploymentManager_Operation");
|
||||
}
|
||||
/**
|
||||
* Lists all deployments for a given project. (deployments.listDeployments)
|
||||
*
|
||||
* @param string $project The project ID for this request.
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string filter Sets a filter expression for filtering listed
|
||||
* resources, in the form filter={expression}. Your {expression} must be in the
|
||||
* format: field_name comparison_string literal_string.
|
||||
*
|
||||
* The field_name is the name of the field you want to compare. Only atomic
|
||||
* field types are supported (string, number, boolean). The comparison_string
|
||||
* must be either eq (equals) or ne (not equals). The literal_string is the
|
||||
* string value to filter to. The literal value must be valid for the type of
|
||||
* field you are filtering by (string, number, boolean). For string fields, the
|
||||
* literal value is interpreted as a regular expression using RE2 syntax. The
|
||||
* literal value must match the entire field.
|
||||
*
|
||||
* For example, to filter for instances that do not have a name of example-
|
||||
* instance, you would use filter=name ne example-instance.
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* 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.
|
||||
* @opt_param string maxResults The maximum number of results per page that
|
||||
* should be returned. If the number of available results is larger than
|
||||
* maxResults, Compute Engine returns a nextPageToken that can be used to get
|
||||
* the next page of results in subsequent list requests. Acceptable values are 0
|
||||
* to 500, inclusive. (Default: 500)
|
||||
* @opt_param string orderBy Sorts list results by a certain order. By default,
|
||||
* results are returned in alphanumerical order based on the resource name.
|
||||
*
|
||||
* You can also sort results in descending order based on the creation timestamp
|
||||
* using orderBy="creationTimestamp desc". This sorts results based on the
|
||||
* creationTimestamp field in reverse chronological order (newest result first).
|
||||
* Use this to sort resources like operations so that the newest operation is
|
||||
* returned first.
|
||||
*
|
||||
* Currently, only sorting by name or creationTimestamp desc is supported.
|
||||
* @opt_param string pageToken Specifies a page token to use. Set pageToken to
|
||||
* the nextPageToken returned by a previous list request to get the next page of
|
||||
* results.
|
||||
* @return Google_Service_DeploymentManager_DeploymentsListResponse
|
||||
*/
|
||||
public function listDeployments($project, $optParams = array())
|
||||
{
|
||||
$params = array('project' => $project);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('list', array($params), "Google_Service_DeploymentManager_DeploymentsListResponse");
|
||||
}
|
||||
/**
|
||||
* Updates a deployment and all of the resources described by the deployment
|
||||
* manifest. This method supports patch semantics. (deployments.patch)
|
||||
*
|
||||
* @param string $project The project ID for this request.
|
||||
* @param string $deployment The name of the deployment for this request.
|
||||
* @param Google_Service_DeploymentManager_Deployment $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string createPolicy Sets the policy to use for creating new
|
||||
* resources.
|
||||
* @opt_param string deletePolicy Sets the policy to use for deleting resources.
|
||||
* @opt_param bool preview If set to true, updates the deployment and creates
|
||||
* and updates the "shell" resources but does not actually alter or instantiate
|
||||
* these resources. This allows you to preview what your deployment will look
|
||||
* like. You can use this intent to preview how an update would affect your
|
||||
* deployment. You must provide a target.config with a configuration if this is
|
||||
* set to true. After previewing a deployment, you can deploy your resources by
|
||||
* making a request with the update() or you can cancelPreview() to remove the
|
||||
* preview altogether. Note that the deployment will still exist after you
|
||||
* cancel the preview and you must separately delete this deployment if you want
|
||||
* to remove it.
|
||||
* @return Google_Service_DeploymentManager_Operation
|
||||
*/
|
||||
public function patch($project, $deployment, Google_Service_DeploymentManager_Deployment $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('project' => $project, 'deployment' => $deployment, 'postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('patch', array($params), "Google_Service_DeploymentManager_Operation");
|
||||
}
|
||||
/**
|
||||
* Sets the access control policy on the specified resource. Replaces any
|
||||
* existing policy. (deployments.setIamPolicy)
|
||||
*
|
||||
* @param string $project Project ID for this request.
|
||||
* @param string $resource Name of the resource for this request.
|
||||
* @param Google_Service_DeploymentManager_Policy $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_DeploymentManager_Policy
|
||||
*/
|
||||
public function setIamPolicy($project, $resource, Google_Service_DeploymentManager_Policy $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('setIamPolicy', array($params), "Google_Service_DeploymentManager_Policy");
|
||||
}
|
||||
/**
|
||||
* Stops an ongoing operation. This does not roll back any work that has already
|
||||
* been completed, but prevents any new work from being started.
|
||||
* (deployments.stop)
|
||||
*
|
||||
* @param string $project The project ID for this request.
|
||||
* @param string $deployment The name of the deployment for this request.
|
||||
* @param Google_Service_DeploymentManager_DeploymentsStopRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_DeploymentManager_Operation
|
||||
*/
|
||||
public function stop($project, $deployment, Google_Service_DeploymentManager_DeploymentsStopRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('project' => $project, 'deployment' => $deployment, 'postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('stop', array($params), "Google_Service_DeploymentManager_Operation");
|
||||
}
|
||||
/**
|
||||
* Returns permissions that a caller has on the specified resource.
|
||||
* (deployments.testIamPermissions)
|
||||
*
|
||||
* @param string $project Project ID for this request.
|
||||
* @param string $resource Name of the resource for this request.
|
||||
* @param Google_Service_DeploymentManager_TestPermissionsRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_DeploymentManager_TestPermissionsResponse
|
||||
*/
|
||||
public function testIamPermissions($project, $resource, Google_Service_DeploymentManager_TestPermissionsRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('testIamPermissions', array($params), "Google_Service_DeploymentManager_TestPermissionsResponse");
|
||||
}
|
||||
/**
|
||||
* Updates a deployment and all of the resources described by the deployment
|
||||
* manifest. (deployments.update)
|
||||
*
|
||||
* @param string $project The project ID for this request.
|
||||
* @param string $deployment The name of the deployment for this request.
|
||||
* @param Google_Service_DeploymentManager_Deployment $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string createPolicy Sets the policy to use for creating new
|
||||
* resources.
|
||||
* @opt_param string deletePolicy Sets the policy to use for deleting resources.
|
||||
* @opt_param bool preview If set to true, updates the deployment and creates
|
||||
* and updates the "shell" resources but does not actually alter or instantiate
|
||||
* these resources. This allows you to preview what your deployment will look
|
||||
* like. You can use this intent to preview how an update would affect your
|
||||
* deployment. You must provide a target.config with a configuration if this is
|
||||
* set to true. After previewing a deployment, you can deploy your resources by
|
||||
* making a request with the update() or you can cancelPreview() to remove the
|
||||
* preview altogether. Note that the deployment will still exist after you
|
||||
* cancel the preview and you must separately delete this deployment if you want
|
||||
* to remove it.
|
||||
* @return Google_Service_DeploymentManager_Operation
|
||||
*/
|
||||
public function update($project, $deployment, Google_Service_DeploymentManager_Deployment $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('project' => $project, 'deployment' => $deployment, 'postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('update', array($params), "Google_Service_DeploymentManager_Operation");
|
||||
}
|
||||
}
|
||||
100
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Manifests.php
vendored
Normal file
100
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Manifests.php
vendored
Normal file
@@ -0,0 +1,100 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* The "manifests" collection of methods.
|
||||
* Typical usage is:
|
||||
* <code>
|
||||
* $deploymentmanagerService = new Google_Service_DeploymentManager(...);
|
||||
* $manifests = $deploymentmanagerService->manifests;
|
||||
* </code>
|
||||
*/
|
||||
class Google_Service_DeploymentManager_Resource_Manifests extends Google_Service_Resource
|
||||
{
|
||||
/**
|
||||
* Gets information about a specific manifest. (manifests.get)
|
||||
*
|
||||
* @param string $project The project ID for this request.
|
||||
* @param string $deployment The name of the deployment for this request.
|
||||
* @param string $manifest The name of the manifest for this request.
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_DeploymentManager_Manifest
|
||||
*/
|
||||
public function get($project, $deployment, $manifest, $optParams = array())
|
||||
{
|
||||
$params = array('project' => $project, 'deployment' => $deployment, 'manifest' => $manifest);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('get', array($params), "Google_Service_DeploymentManager_Manifest");
|
||||
}
|
||||
/**
|
||||
* Lists all manifests for a given deployment. (manifests.listManifests)
|
||||
*
|
||||
* @param string $project The project ID for this request.
|
||||
* @param string $deployment The name of the deployment for this request.
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string filter Sets a filter expression for filtering listed
|
||||
* resources, in the form filter={expression}. Your {expression} must be in the
|
||||
* format: field_name comparison_string literal_string.
|
||||
*
|
||||
* The field_name is the name of the field you want to compare. Only atomic
|
||||
* field types are supported (string, number, boolean). The comparison_string
|
||||
* must be either eq (equals) or ne (not equals). The literal_string is the
|
||||
* string value to filter to. The literal value must be valid for the type of
|
||||
* field you are filtering by (string, number, boolean). For string fields, the
|
||||
* literal value is interpreted as a regular expression using RE2 syntax. The
|
||||
* literal value must match the entire field.
|
||||
*
|
||||
* For example, to filter for instances that do not have a name of example-
|
||||
* instance, you would use filter=name ne example-instance.
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* 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.
|
||||
* @opt_param string maxResults The maximum number of results per page that
|
||||
* should be returned. If the number of available results is larger than
|
||||
* maxResults, Compute Engine returns a nextPageToken that can be used to get
|
||||
* the next page of results in subsequent list requests. Acceptable values are 0
|
||||
* to 500, inclusive. (Default: 500)
|
||||
* @opt_param string orderBy Sorts list results by a certain order. By default,
|
||||
* results are returned in alphanumerical order based on the resource name.
|
||||
*
|
||||
* You can also sort results in descending order based on the creation timestamp
|
||||
* using orderBy="creationTimestamp desc". This sorts results based on the
|
||||
* creationTimestamp field in reverse chronological order (newest result first).
|
||||
* Use this to sort resources like operations so that the newest operation is
|
||||
* returned first.
|
||||
*
|
||||
* Currently, only sorting by name or creationTimestamp desc is supported.
|
||||
* @opt_param string pageToken Specifies a page token to use. Set pageToken to
|
||||
* the nextPageToken returned by a previous list request to get the next page of
|
||||
* results.
|
||||
* @return Google_Service_DeploymentManager_ManifestsListResponse
|
||||
*/
|
||||
public function listManifests($project, $deployment, $optParams = array())
|
||||
{
|
||||
$params = array('project' => $project, 'deployment' => $deployment);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('list', array($params), "Google_Service_DeploymentManager_ManifestsListResponse");
|
||||
}
|
||||
}
|
||||
98
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Operations.php
vendored
Normal file
98
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Operations.php
vendored
Normal file
@@ -0,0 +1,98 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* The "operations" collection of methods.
|
||||
* Typical usage is:
|
||||
* <code>
|
||||
* $deploymentmanagerService = new Google_Service_DeploymentManager(...);
|
||||
* $operations = $deploymentmanagerService->operations;
|
||||
* </code>
|
||||
*/
|
||||
class Google_Service_DeploymentManager_Resource_Operations extends Google_Service_Resource
|
||||
{
|
||||
/**
|
||||
* Gets information about a specific operation. (operations.get)
|
||||
*
|
||||
* @param string $project The project ID for this request.
|
||||
* @param string $operation The name of the operation for this request.
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_DeploymentManager_Operation
|
||||
*/
|
||||
public function get($project, $operation, $optParams = array())
|
||||
{
|
||||
$params = array('project' => $project, 'operation' => $operation);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('get', array($params), "Google_Service_DeploymentManager_Operation");
|
||||
}
|
||||
/**
|
||||
* Lists all operations for a project. (operations.listOperations)
|
||||
*
|
||||
* @param string $project The project ID for this request.
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string filter Sets a filter expression for filtering listed
|
||||
* resources, in the form filter={expression}. Your {expression} must be in the
|
||||
* format: field_name comparison_string literal_string.
|
||||
*
|
||||
* The field_name is the name of the field you want to compare. Only atomic
|
||||
* field types are supported (string, number, boolean). The comparison_string
|
||||
* must be either eq (equals) or ne (not equals). The literal_string is the
|
||||
* string value to filter to. The literal value must be valid for the type of
|
||||
* field you are filtering by (string, number, boolean). For string fields, the
|
||||
* literal value is interpreted as a regular expression using RE2 syntax. The
|
||||
* literal value must match the entire field.
|
||||
*
|
||||
* For example, to filter for instances that do not have a name of example-
|
||||
* instance, you would use filter=name ne example-instance.
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* 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.
|
||||
* @opt_param string maxResults The maximum number of results per page that
|
||||
* should be returned. If the number of available results is larger than
|
||||
* maxResults, Compute Engine returns a nextPageToken that can be used to get
|
||||
* the next page of results in subsequent list requests. Acceptable values are 0
|
||||
* to 500, inclusive. (Default: 500)
|
||||
* @opt_param string orderBy Sorts list results by a certain order. By default,
|
||||
* results are returned in alphanumerical order based on the resource name.
|
||||
*
|
||||
* You can also sort results in descending order based on the creation timestamp
|
||||
* using orderBy="creationTimestamp desc". This sorts results based on the
|
||||
* creationTimestamp field in reverse chronological order (newest result first).
|
||||
* Use this to sort resources like operations so that the newest operation is
|
||||
* returned first.
|
||||
*
|
||||
* Currently, only sorting by name or creationTimestamp desc is supported.
|
||||
* @opt_param string pageToken Specifies a page token to use. Set pageToken to
|
||||
* the nextPageToken returned by a previous list request to get the next page of
|
||||
* results.
|
||||
* @return Google_Service_DeploymentManager_OperationsListResponse
|
||||
*/
|
||||
public function listOperations($project, $optParams = array())
|
||||
{
|
||||
$params = array('project' => $project);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('list', array($params), "Google_Service_DeploymentManager_OperationsListResponse");
|
||||
}
|
||||
}
|
||||
100
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Resources.php
vendored
Normal file
100
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Resources.php
vendored
Normal file
@@ -0,0 +1,100 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* The "resources" collection of methods.
|
||||
* Typical usage is:
|
||||
* <code>
|
||||
* $deploymentmanagerService = new Google_Service_DeploymentManager(...);
|
||||
* $resources = $deploymentmanagerService->resources;
|
||||
* </code>
|
||||
*/
|
||||
class Google_Service_DeploymentManager_Resource_Resources extends Google_Service_Resource
|
||||
{
|
||||
/**
|
||||
* Gets information about a single resource. (resources.get)
|
||||
*
|
||||
* @param string $project The project ID for this request.
|
||||
* @param string $deployment The name of the deployment for this request.
|
||||
* @param string $resource The name of the resource for this request.
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_DeploymentManager_DeploymentmanagerResource
|
||||
*/
|
||||
public function get($project, $deployment, $resource, $optParams = array())
|
||||
{
|
||||
$params = array('project' => $project, 'deployment' => $deployment, 'resource' => $resource);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('get', array($params), "Google_Service_DeploymentManager_DeploymentmanagerResource");
|
||||
}
|
||||
/**
|
||||
* Lists all resources in a given deployment. (resources.listResources)
|
||||
*
|
||||
* @param string $project The project ID for this request.
|
||||
* @param string $deployment The name of the deployment for this request.
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string filter Sets a filter expression for filtering listed
|
||||
* resources, in the form filter={expression}. Your {expression} must be in the
|
||||
* format: field_name comparison_string literal_string.
|
||||
*
|
||||
* The field_name is the name of the field you want to compare. Only atomic
|
||||
* field types are supported (string, number, boolean). The comparison_string
|
||||
* must be either eq (equals) or ne (not equals). The literal_string is the
|
||||
* string value to filter to. The literal value must be valid for the type of
|
||||
* field you are filtering by (string, number, boolean). For string fields, the
|
||||
* literal value is interpreted as a regular expression using RE2 syntax. The
|
||||
* literal value must match the entire field.
|
||||
*
|
||||
* For example, to filter for instances that do not have a name of example-
|
||||
* instance, you would use filter=name ne example-instance.
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* 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.
|
||||
* @opt_param string maxResults The maximum number of results per page that
|
||||
* should be returned. If the number of available results is larger than
|
||||
* maxResults, Compute Engine returns a nextPageToken that can be used to get
|
||||
* the next page of results in subsequent list requests. Acceptable values are 0
|
||||
* to 500, inclusive. (Default: 500)
|
||||
* @opt_param string orderBy Sorts list results by a certain order. By default,
|
||||
* results are returned in alphanumerical order based on the resource name.
|
||||
*
|
||||
* You can also sort results in descending order based on the creation timestamp
|
||||
* using orderBy="creationTimestamp desc". This sorts results based on the
|
||||
* creationTimestamp field in reverse chronological order (newest result first).
|
||||
* Use this to sort resources like operations so that the newest operation is
|
||||
* returned first.
|
||||
*
|
||||
* Currently, only sorting by name or creationTimestamp desc is supported.
|
||||
* @opt_param string pageToken Specifies a page token to use. Set pageToken to
|
||||
* the nextPageToken returned by a previous list request to get the next page of
|
||||
* results.
|
||||
* @return Google_Service_DeploymentManager_ResourcesListResponse
|
||||
*/
|
||||
public function listResources($project, $deployment, $optParams = array())
|
||||
{
|
||||
$params = array('project' => $project, 'deployment' => $deployment);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('list', array($params), "Google_Service_DeploymentManager_ResourcesListResponse");
|
||||
}
|
||||
}
|
||||
84
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Types.php
vendored
Normal file
84
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Resource/Types.php
vendored
Normal file
@@ -0,0 +1,84 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* The "types" collection of methods.
|
||||
* Typical usage is:
|
||||
* <code>
|
||||
* $deploymentmanagerService = new Google_Service_DeploymentManager(...);
|
||||
* $types = $deploymentmanagerService->types;
|
||||
* </code>
|
||||
*/
|
||||
class Google_Service_DeploymentManager_Resource_Types extends Google_Service_Resource
|
||||
{
|
||||
/**
|
||||
* Lists all resource types for Deployment Manager. (types.listTypes)
|
||||
*
|
||||
* @param string $project The project ID for this request.
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string filter Sets a filter expression for filtering listed
|
||||
* resources, in the form filter={expression}. Your {expression} must be in the
|
||||
* format: field_name comparison_string literal_string.
|
||||
*
|
||||
* The field_name is the name of the field you want to compare. Only atomic
|
||||
* field types are supported (string, number, boolean). The comparison_string
|
||||
* must be either eq (equals) or ne (not equals). The literal_string is the
|
||||
* string value to filter to. The literal value must be valid for the type of
|
||||
* field you are filtering by (string, number, boolean). For string fields, the
|
||||
* literal value is interpreted as a regular expression using RE2 syntax. The
|
||||
* literal value must match the entire field.
|
||||
*
|
||||
* For example, to filter for instances that do not have a name of example-
|
||||
* instance, you would use filter=name ne example-instance.
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* 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.
|
||||
* @opt_param string maxResults The maximum number of results per page that
|
||||
* should be returned. If the number of available results is larger than
|
||||
* maxResults, Compute Engine returns a nextPageToken that can be used to get
|
||||
* the next page of results in subsequent list requests. Acceptable values are 0
|
||||
* to 500, inclusive. (Default: 500)
|
||||
* @opt_param string orderBy Sorts list results by a certain order. By default,
|
||||
* results are returned in alphanumerical order based on the resource name.
|
||||
*
|
||||
* You can also sort results in descending order based on the creation timestamp
|
||||
* using orderBy="creationTimestamp desc". This sorts results based on the
|
||||
* creationTimestamp field in reverse chronological order (newest result first).
|
||||
* Use this to sort resources like operations so that the newest operation is
|
||||
* returned first.
|
||||
*
|
||||
* Currently, only sorting by name or creationTimestamp desc is supported.
|
||||
* @opt_param string pageToken Specifies a page token to use. Set pageToken to
|
||||
* the nextPageToken returned by a previous list request to get the next page of
|
||||
* results.
|
||||
* @return Google_Service_DeploymentManager_TypesListResponse
|
||||
*/
|
||||
public function listTypes($project, $optParams = array())
|
||||
{
|
||||
$params = array('project' => $project);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('list', array($params), "Google_Service_DeploymentManager_TypesListResponse");
|
||||
}
|
||||
}
|
||||
30
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceAccessControl.php
vendored
Normal file
30
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceAccessControl.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_ResourceAccessControl extends Google_Model
|
||||
{
|
||||
public $gcpIamPolicy;
|
||||
|
||||
public function setGcpIamPolicy($gcpIamPolicy)
|
||||
{
|
||||
$this->gcpIamPolicy = $gcpIamPolicy;
|
||||
}
|
||||
public function getGcpIamPolicy()
|
||||
{
|
||||
return $this->gcpIamPolicy;
|
||||
}
|
||||
}
|
||||
97
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdate.php
vendored
Normal file
97
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdate.php
vendored
Normal file
@@ -0,0 +1,97 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_ResourceUpdate extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'warnings';
|
||||
protected $accessControlType = 'Google_Service_DeploymentManager_ResourceAccessControl';
|
||||
protected $accessControlDataType = '';
|
||||
protected $errorType = 'Google_Service_DeploymentManager_ResourceUpdateError';
|
||||
protected $errorDataType = '';
|
||||
public $finalProperties;
|
||||
public $intent;
|
||||
public $manifest;
|
||||
public $properties;
|
||||
public $state;
|
||||
protected $warningsType = 'Google_Service_DeploymentManager_ResourceUpdateWarnings';
|
||||
protected $warningsDataType = 'array';
|
||||
|
||||
public function setAccessControl(Google_Service_DeploymentManager_ResourceAccessControl $accessControl)
|
||||
{
|
||||
$this->accessControl = $accessControl;
|
||||
}
|
||||
public function getAccessControl()
|
||||
{
|
||||
return $this->accessControl;
|
||||
}
|
||||
public function setError(Google_Service_DeploymentManager_ResourceUpdateError $error)
|
||||
{
|
||||
$this->error = $error;
|
||||
}
|
||||
public function getError()
|
||||
{
|
||||
return $this->error;
|
||||
}
|
||||
public function setFinalProperties($finalProperties)
|
||||
{
|
||||
$this->finalProperties = $finalProperties;
|
||||
}
|
||||
public function getFinalProperties()
|
||||
{
|
||||
return $this->finalProperties;
|
||||
}
|
||||
public function setIntent($intent)
|
||||
{
|
||||
$this->intent = $intent;
|
||||
}
|
||||
public function getIntent()
|
||||
{
|
||||
return $this->intent;
|
||||
}
|
||||
public function setManifest($manifest)
|
||||
{
|
||||
$this->manifest = $manifest;
|
||||
}
|
||||
public function getManifest()
|
||||
{
|
||||
return $this->manifest;
|
||||
}
|
||||
public function setProperties($properties)
|
||||
{
|
||||
$this->properties = $properties;
|
||||
}
|
||||
public function getProperties()
|
||||
{
|
||||
return $this->properties;
|
||||
}
|
||||
public function setState($state)
|
||||
{
|
||||
$this->state = $state;
|
||||
}
|
||||
public function getState()
|
||||
{
|
||||
return $this->state;
|
||||
}
|
||||
public function setWarnings($warnings)
|
||||
{
|
||||
$this->warnings = $warnings;
|
||||
}
|
||||
public function getWarnings()
|
||||
{
|
||||
return $this->warnings;
|
||||
}
|
||||
}
|
||||
32
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateError.php
vendored
Normal file
32
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateError.php
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_ResourceUpdateError extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'errors';
|
||||
protected $errorsType = 'Google_Service_DeploymentManager_ResourceUpdateErrorErrors';
|
||||
protected $errorsDataType = 'array';
|
||||
|
||||
public function setErrors($errors)
|
||||
{
|
||||
$this->errors = $errors;
|
||||
}
|
||||
public function getErrors()
|
||||
{
|
||||
return $this->errors;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_ResourceUpdateErrorErrors extends Google_Model
|
||||
{
|
||||
public $code;
|
||||
public $location;
|
||||
public $message;
|
||||
|
||||
public function setCode($code)
|
||||
{
|
||||
$this->code = $code;
|
||||
}
|
||||
public function getCode()
|
||||
{
|
||||
return $this->code;
|
||||
}
|
||||
public function setLocation($location)
|
||||
{
|
||||
$this->location = $location;
|
||||
}
|
||||
public function getLocation()
|
||||
{
|
||||
return $this->location;
|
||||
}
|
||||
public function setMessage($message)
|
||||
{
|
||||
$this->message = $message;
|
||||
}
|
||||
public function getMessage()
|
||||
{
|
||||
return $this->message;
|
||||
}
|
||||
}
|
||||
50
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateWarnings.php
vendored
Normal file
50
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourceUpdateWarnings.php
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_ResourceUpdateWarnings extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'data';
|
||||
public $code;
|
||||
protected $dataType = 'Google_Service_DeploymentManager_ResourceUpdateWarningsData';
|
||||
protected $dataDataType = 'array';
|
||||
public $message;
|
||||
|
||||
public function setCode($code)
|
||||
{
|
||||
$this->code = $code;
|
||||
}
|
||||
public function getCode()
|
||||
{
|
||||
return $this->code;
|
||||
}
|
||||
public function setData($data)
|
||||
{
|
||||
$this->data = $data;
|
||||
}
|
||||
public function getData()
|
||||
{
|
||||
return $this->data;
|
||||
}
|
||||
public function setMessage($message)
|
||||
{
|
||||
$this->message = $message;
|
||||
}
|
||||
public function getMessage()
|
||||
{
|
||||
return $this->message;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_ResourceUpdateWarningsData extends Google_Model
|
||||
{
|
||||
public $key;
|
||||
public $value;
|
||||
|
||||
public function setKey($key)
|
||||
{
|
||||
$this->key = $key;
|
||||
}
|
||||
public function getKey()
|
||||
{
|
||||
return $this->key;
|
||||
}
|
||||
public function setValue($value)
|
||||
{
|
||||
$this->value = $value;
|
||||
}
|
||||
public function getValue()
|
||||
{
|
||||
return $this->value;
|
||||
}
|
||||
}
|
||||
41
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourcesListResponse.php
vendored
Normal file
41
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/ResourcesListResponse.php
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_ResourcesListResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'resources';
|
||||
public $nextPageToken;
|
||||
protected $resourcesType = 'Google_Service_DeploymentManager_DeploymentmanagerResource';
|
||||
protected $resourcesDataType = 'array';
|
||||
|
||||
public function setNextPageToken($nextPageToken)
|
||||
{
|
||||
$this->nextPageToken = $nextPageToken;
|
||||
}
|
||||
public function getNextPageToken()
|
||||
{
|
||||
return $this->nextPageToken;
|
||||
}
|
||||
public function setResources($resources)
|
||||
{
|
||||
$this->resources = $resources;
|
||||
}
|
||||
public function getResources()
|
||||
{
|
||||
return $this->resources;
|
||||
}
|
||||
}
|
||||
87
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Rule.php
vendored
Normal file
87
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Rule.php
vendored
Normal file
@@ -0,0 +1,87 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_Rule extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'permissions';
|
||||
public $action;
|
||||
protected $conditionsType = 'Google_Service_DeploymentManager_Condition';
|
||||
protected $conditionsDataType = 'array';
|
||||
public $description;
|
||||
public $ins;
|
||||
protected $logConfigsType = 'Google_Service_DeploymentManager_LogConfig';
|
||||
protected $logConfigsDataType = 'array';
|
||||
public $notIns;
|
||||
public $permissions;
|
||||
|
||||
public function setAction($action)
|
||||
{
|
||||
$this->action = $action;
|
||||
}
|
||||
public function getAction()
|
||||
{
|
||||
return $this->action;
|
||||
}
|
||||
public function setConditions($conditions)
|
||||
{
|
||||
$this->conditions = $conditions;
|
||||
}
|
||||
public function getConditions()
|
||||
{
|
||||
return $this->conditions;
|
||||
}
|
||||
public function setDescription($description)
|
||||
{
|
||||
$this->description = $description;
|
||||
}
|
||||
public function getDescription()
|
||||
{
|
||||
return $this->description;
|
||||
}
|
||||
public function setIns($ins)
|
||||
{
|
||||
$this->ins = $ins;
|
||||
}
|
||||
public function getIns()
|
||||
{
|
||||
return $this->ins;
|
||||
}
|
||||
public function setLogConfigs($logConfigs)
|
||||
{
|
||||
$this->logConfigs = $logConfigs;
|
||||
}
|
||||
public function getLogConfigs()
|
||||
{
|
||||
return $this->logConfigs;
|
||||
}
|
||||
public function setNotIns($notIns)
|
||||
{
|
||||
$this->notIns = $notIns;
|
||||
}
|
||||
public function getNotIns()
|
||||
{
|
||||
return $this->notIns;
|
||||
}
|
||||
public function setPermissions($permissions)
|
||||
{
|
||||
$this->permissions = $permissions;
|
||||
}
|
||||
public function getPermissions()
|
||||
{
|
||||
return $this->permissions;
|
||||
}
|
||||
}
|
||||
42
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TargetConfiguration.php
vendored
Normal file
42
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TargetConfiguration.php
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_TargetConfiguration extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'imports';
|
||||
protected $configType = 'Google_Service_DeploymentManager_ConfigFile';
|
||||
protected $configDataType = '';
|
||||
protected $importsType = 'Google_Service_DeploymentManager_ImportFile';
|
||||
protected $importsDataType = 'array';
|
||||
|
||||
public function setConfig(Google_Service_DeploymentManager_ConfigFile $config)
|
||||
{
|
||||
$this->config = $config;
|
||||
}
|
||||
public function getConfig()
|
||||
{
|
||||
return $this->config;
|
||||
}
|
||||
public function setImports($imports)
|
||||
{
|
||||
$this->imports = $imports;
|
||||
}
|
||||
public function getImports()
|
||||
{
|
||||
return $this->imports;
|
||||
}
|
||||
}
|
||||
31
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TestPermissionsRequest.php
vendored
Normal file
31
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TestPermissionsRequest.php
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_TestPermissionsRequest extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'permissions';
|
||||
public $permissions;
|
||||
|
||||
public function setPermissions($permissions)
|
||||
{
|
||||
$this->permissions = $permissions;
|
||||
}
|
||||
public function getPermissions()
|
||||
{
|
||||
return $this->permissions;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_TestPermissionsResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'permissions';
|
||||
public $permissions;
|
||||
|
||||
public function setPermissions($permissions)
|
||||
{
|
||||
$this->permissions = $permissions;
|
||||
}
|
||||
public function getPermissions()
|
||||
{
|
||||
return $this->permissions;
|
||||
}
|
||||
}
|
||||
67
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Type.php
vendored
Normal file
67
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/Type.php
vendored
Normal file
@@ -0,0 +1,67 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_Type extends Google_Model
|
||||
{
|
||||
public $id;
|
||||
public $insertTime;
|
||||
public $name;
|
||||
protected $operationType = 'Google_Service_DeploymentManager_Operation';
|
||||
protected $operationDataType = '';
|
||||
public $selfLink;
|
||||
|
||||
public function setId($id)
|
||||
{
|
||||
$this->id = $id;
|
||||
}
|
||||
public function getId()
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
public function setInsertTime($insertTime)
|
||||
{
|
||||
$this->insertTime = $insertTime;
|
||||
}
|
||||
public function getInsertTime()
|
||||
{
|
||||
return $this->insertTime;
|
||||
}
|
||||
public function setName($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
public function setOperation(Google_Service_DeploymentManager_Operation $operation)
|
||||
{
|
||||
$this->operation = $operation;
|
||||
}
|
||||
public function getOperation()
|
||||
{
|
||||
return $this->operation;
|
||||
}
|
||||
public function setSelfLink($selfLink)
|
||||
{
|
||||
$this->selfLink = $selfLink;
|
||||
}
|
||||
public function getSelfLink()
|
||||
{
|
||||
return $this->selfLink;
|
||||
}
|
||||
}
|
||||
41
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TypesListResponse.php
vendored
Normal file
41
vendor/google/apiclient-services/src/Google/Service/DeploymentManager/TypesListResponse.php
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DeploymentManager_TypesListResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'types';
|
||||
public $nextPageToken;
|
||||
protected $typesType = 'Google_Service_DeploymentManager_Type';
|
||||
protected $typesDataType = 'array';
|
||||
|
||||
public function setNextPageToken($nextPageToken)
|
||||
{
|
||||
$this->nextPageToken = $nextPageToken;
|
||||
}
|
||||
public function getNextPageToken()
|
||||
{
|
||||
return $this->nextPageToken;
|
||||
}
|
||||
public function setTypes($types)
|
||||
{
|
||||
$this->types = $types;
|
||||
}
|
||||
public function getTypes()
|
||||
{
|
||||
return $this->types;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user