Mise à jour des librairies vendor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -23,22 +23,35 @@ class Google_Service_Dns_Change extends Google_Collection
|
||||
protected $deletionsType = 'Google_Service_Dns_ResourceRecordSet';
|
||||
protected $deletionsDataType = 'array';
|
||||
public $id;
|
||||
public $isServing;
|
||||
public $kind;
|
||||
public $startTime;
|
||||
public $status;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dns_ResourceRecordSet
|
||||
*/
|
||||
public function setAdditions($additions)
|
||||
{
|
||||
$this->additions = $additions;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dns_ResourceRecordSet
|
||||
*/
|
||||
public function getAdditions()
|
||||
{
|
||||
return $this->additions;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dns_ResourceRecordSet
|
||||
*/
|
||||
public function setDeletions($deletions)
|
||||
{
|
||||
$this->deletions = $deletions;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dns_ResourceRecordSet
|
||||
*/
|
||||
public function getDeletions()
|
||||
{
|
||||
return $this->deletions;
|
||||
@@ -51,6 +64,14 @@ class Google_Service_Dns_Change extends Google_Collection
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
public function setIsServing($isServing)
|
||||
{
|
||||
$this->isServing = $isServing;
|
||||
}
|
||||
public function getIsServing()
|
||||
{
|
||||
return $this->isServing;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -20,17 +20,39 @@ class Google_Service_Dns_ChangesListResponse extends Google_Collection
|
||||
protected $collection_key = 'changes';
|
||||
protected $changesType = 'Google_Service_Dns_Change';
|
||||
protected $changesDataType = 'array';
|
||||
protected $headerType = 'Google_Service_Dns_ResponseHeader';
|
||||
protected $headerDataType = '';
|
||||
public $kind;
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dns_Change
|
||||
*/
|
||||
public function setChanges($changes)
|
||||
{
|
||||
$this->changes = $changes;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dns_Change
|
||||
*/
|
||||
public function getChanges()
|
||||
{
|
||||
return $this->changes;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dns_ResponseHeader
|
||||
*/
|
||||
public function setHeader(Google_Service_Dns_ResponseHeader $header)
|
||||
{
|
||||
$this->header = $header;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dns_ResponseHeader
|
||||
*/
|
||||
public function getHeader()
|
||||
{
|
||||
return $this->header;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -21,8 +21,11 @@ class Google_Service_Dns_ManagedZone extends Google_Collection
|
||||
public $creationTime;
|
||||
public $description;
|
||||
public $dnsName;
|
||||
protected $dnssecConfigType = 'Google_Service_Dns_ManagedZoneDnsSecConfig';
|
||||
protected $dnssecConfigDataType = '';
|
||||
public $id;
|
||||
public $kind;
|
||||
public $labels;
|
||||
public $name;
|
||||
public $nameServerSet;
|
||||
public $nameServers;
|
||||
@@ -51,6 +54,20 @@ class Google_Service_Dns_ManagedZone extends Google_Collection
|
||||
{
|
||||
return $this->dnsName;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dns_ManagedZoneDnsSecConfig
|
||||
*/
|
||||
public function setDnssecConfig(Google_Service_Dns_ManagedZoneDnsSecConfig $dnssecConfig)
|
||||
{
|
||||
$this->dnssecConfig = $dnssecConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dns_ManagedZoneDnsSecConfig
|
||||
*/
|
||||
public function getDnssecConfig()
|
||||
{
|
||||
return $this->dnssecConfig;
|
||||
}
|
||||
public function setId($id)
|
||||
{
|
||||
$this->id = $id;
|
||||
@@ -67,6 +84,14 @@ class Google_Service_Dns_ManagedZone extends Google_Collection
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setLabels($labels)
|
||||
{
|
||||
$this->labels = $labels;
|
||||
}
|
||||
public function getLabels()
|
||||
{
|
||||
return $this->labels;
|
||||
}
|
||||
public function setName($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -18,11 +18,27 @@
|
||||
class Google_Service_Dns_ManagedZonesListResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'managedZones';
|
||||
protected $headerType = 'Google_Service_Dns_ResponseHeader';
|
||||
protected $headerDataType = '';
|
||||
public $kind;
|
||||
protected $managedZonesType = 'Google_Service_Dns_ManagedZone';
|
||||
protected $managedZonesDataType = 'array';
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dns_ResponseHeader
|
||||
*/
|
||||
public function setHeader(Google_Service_Dns_ResponseHeader $header)
|
||||
{
|
||||
$this->header = $header;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dns_ResponseHeader
|
||||
*/
|
||||
public function getHeader()
|
||||
{
|
||||
return $this->header;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
@@ -31,10 +47,16 @@ class Google_Service_Dns_ManagedZonesListResponse extends Google_Collection
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dns_ManagedZone
|
||||
*/
|
||||
public function setManagedZones($managedZones)
|
||||
{
|
||||
$this->managedZones = $managedZones;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dns_ManagedZone
|
||||
*/
|
||||
public function getManagedZones()
|
||||
{
|
||||
return $this->managedZones;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -47,10 +47,16 @@ class Google_Service_Dns_Project extends Google_Model
|
||||
{
|
||||
return $this->number;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dns_Quota
|
||||
*/
|
||||
public function setQuota(Google_Service_Dns_Quota $quota)
|
||||
{
|
||||
$this->quota = $quota;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dns_Quota
|
||||
*/
|
||||
public function getQuota()
|
||||
{
|
||||
return $this->quota;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -15,8 +15,11 @@
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_Dns_Quota extends Google_Model
|
||||
class Google_Service_Dns_Quota extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'whitelistedKeySpecs';
|
||||
public $blackHoleHidesSystemZones;
|
||||
public $dnsKeysPerManagedZone;
|
||||
public $kind;
|
||||
public $managedZones;
|
||||
public $resourceRecordsPerRrset;
|
||||
@@ -24,7 +27,25 @@ class Google_Service_Dns_Quota extends Google_Model
|
||||
public $rrsetDeletionsPerChange;
|
||||
public $rrsetsPerManagedZone;
|
||||
public $totalRrdataSizePerChange;
|
||||
protected $whitelistedKeySpecsType = 'Google_Service_Dns_DnsKeySpec';
|
||||
protected $whitelistedKeySpecsDataType = 'array';
|
||||
|
||||
public function setBlackHoleHidesSystemZones($blackHoleHidesSystemZones)
|
||||
{
|
||||
$this->blackHoleHidesSystemZones = $blackHoleHidesSystemZones;
|
||||
}
|
||||
public function getBlackHoleHidesSystemZones()
|
||||
{
|
||||
return $this->blackHoleHidesSystemZones;
|
||||
}
|
||||
public function setDnsKeysPerManagedZone($dnsKeysPerManagedZone)
|
||||
{
|
||||
$this->dnsKeysPerManagedZone = $dnsKeysPerManagedZone;
|
||||
}
|
||||
public function getDnsKeysPerManagedZone()
|
||||
{
|
||||
return $this->dnsKeysPerManagedZone;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
@@ -81,4 +102,18 @@ class Google_Service_Dns_Quota extends Google_Model
|
||||
{
|
||||
return $this->totalRrdataSizePerChange;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dns_DnsKeySpec
|
||||
*/
|
||||
public function setWhitelistedKeySpecs($whitelistedKeySpecs)
|
||||
{
|
||||
$this->whitelistedKeySpecs = $whitelistedKeySpecs;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dns_DnsKeySpec
|
||||
*/
|
||||
public function getWhitelistedKeySpecs()
|
||||
{
|
||||
return $this->whitelistedKeySpecs;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -33,6 +33,10 @@ class Google_Service_Dns_Resource_Changes extends Google_Service_Resource
|
||||
* request. Can be the managed zone name or id.
|
||||
* @param Google_Service_Dns_Change $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string clientOperationId For mutating operation requests only. An
|
||||
* optional identifier specified by the client. Must be unique for operation
|
||||
* resources in the Operations collection.
|
||||
* @return Google_Service_Dns_Change
|
||||
*/
|
||||
public function create($project, $managedZone, Google_Service_Dns_Change $postBody, $optParams = array())
|
||||
@@ -50,6 +54,10 @@ class Google_Service_Dns_Resource_Changes extends Google_Service_Resource
|
||||
* @param string $changeId The identifier of the requested change, from a
|
||||
* previous ResourceRecordSetsChangeResponse.
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string clientOperationId For mutating operation requests only. An
|
||||
* optional identifier specified by the client. Must be unique for operation
|
||||
* resources in the Operations collection.
|
||||
* @return Google_Service_Dns_Change
|
||||
*/
|
||||
public function get($project, $managedZone, $changeId, $optParams = array())
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -31,6 +31,10 @@ class Google_Service_Dns_Resource_ManagedZones extends Google_Service_Resource
|
||||
* @param string $project Identifies the project addressed by this request.
|
||||
* @param Google_Service_Dns_ManagedZone $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string clientOperationId For mutating operation requests only. An
|
||||
* optional identifier specified by the client. Must be unique for operation
|
||||
* resources in the Operations collection.
|
||||
* @return Google_Service_Dns_ManagedZone
|
||||
*/
|
||||
public function create($project, Google_Service_Dns_ManagedZone $postBody, $optParams = array())
|
||||
@@ -46,6 +50,10 @@ class Google_Service_Dns_Resource_ManagedZones extends Google_Service_Resource
|
||||
* @param string $managedZone Identifies the managed zone addressed by this
|
||||
* request. Can be the managed zone name or id.
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string clientOperationId For mutating operation requests only. An
|
||||
* optional identifier specified by the client. Must be unique for operation
|
||||
* resources in the Operations collection.
|
||||
*/
|
||||
public function delete($project, $managedZone, $optParams = array())
|
||||
{
|
||||
@@ -60,6 +68,10 @@ class Google_Service_Dns_Resource_ManagedZones extends Google_Service_Resource
|
||||
* @param string $managedZone Identifies the managed zone addressed by this
|
||||
* request. Can be the managed zone name or id.
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string clientOperationId For mutating operation requests only. An
|
||||
* optional identifier specified by the client. Must be unique for operation
|
||||
* resources in the Operations collection.
|
||||
* @return Google_Service_Dns_ManagedZone
|
||||
*/
|
||||
public function get($project, $managedZone, $optParams = array())
|
||||
@@ -90,4 +102,45 @@ class Google_Service_Dns_Resource_ManagedZones extends Google_Service_Resource
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('list', array($params), "Google_Service_Dns_ManagedZonesListResponse");
|
||||
}
|
||||
/**
|
||||
* Update an existing ManagedZone. This method supports patch semantics.
|
||||
* (managedZones.patch)
|
||||
*
|
||||
* @param string $project Identifies the project addressed by this request.
|
||||
* @param string $managedZone Identifies the managed zone addressed by this
|
||||
* request. Can be the managed zone name or id.
|
||||
* @param Google_Service_Dns_ManagedZone $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string clientOperationId For mutating operation requests only. An
|
||||
* optional identifier specified by the client. Must be unique for operation
|
||||
* resources in the Operations collection.
|
||||
* @return Google_Service_Dns_Operation
|
||||
*/
|
||||
public function patch($project, $managedZone, Google_Service_Dns_ManagedZone $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('project' => $project, 'managedZone' => $managedZone, 'postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('patch', array($params), "Google_Service_Dns_Operation");
|
||||
}
|
||||
/**
|
||||
* Update an existing ManagedZone. (managedZones.update)
|
||||
*
|
||||
* @param string $project Identifies the project addressed by this request.
|
||||
* @param string $managedZone Identifies the managed zone addressed by this
|
||||
* request. Can be the managed zone name or id.
|
||||
* @param Google_Service_Dns_ManagedZone $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string clientOperationId For mutating operation requests only. An
|
||||
* optional identifier specified by the client. Must be unique for operation
|
||||
* resources in the Operations collection.
|
||||
* @return Google_Service_Dns_Operation
|
||||
*/
|
||||
public function update($project, $managedZone, Google_Service_Dns_ManagedZone $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('project' => $project, 'managedZone' => $managedZone, 'postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('update', array($params), "Google_Service_Dns_Operation");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -30,6 +30,10 @@ class Google_Service_Dns_Resource_Projects extends Google_Service_Resource
|
||||
*
|
||||
* @param string $project Identifies the project addressed by this request.
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string clientOperationId For mutating operation requests only. An
|
||||
* optional identifier specified by the client. Must be unique for operation
|
||||
* resources in the Operations collection.
|
||||
* @return Google_Service_Dns_Project
|
||||
*/
|
||||
public function get($project, $optParams = array())
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -17,10 +17,11 @@
|
||||
|
||||
class Google_Service_Dns_ResourceRecordSet extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'rrdatas';
|
||||
protected $collection_key = 'signatureRrdatas';
|
||||
public $kind;
|
||||
public $name;
|
||||
public $rrdatas;
|
||||
public $signatureRrdatas;
|
||||
public $ttl;
|
||||
public $type;
|
||||
|
||||
@@ -48,6 +49,14 @@ class Google_Service_Dns_ResourceRecordSet extends Google_Collection
|
||||
{
|
||||
return $this->rrdatas;
|
||||
}
|
||||
public function setSignatureRrdatas($signatureRrdatas)
|
||||
{
|
||||
$this->signatureRrdatas = $signatureRrdatas;
|
||||
}
|
||||
public function getSignatureRrdatas()
|
||||
{
|
||||
return $this->signatureRrdatas;
|
||||
}
|
||||
public function setTtl($ttl)
|
||||
{
|
||||
$this->ttl = $ttl;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -18,11 +18,27 @@
|
||||
class Google_Service_Dns_ResourceRecordSetsListResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'rrsets';
|
||||
protected $headerType = 'Google_Service_Dns_ResponseHeader';
|
||||
protected $headerDataType = '';
|
||||
public $kind;
|
||||
public $nextPageToken;
|
||||
protected $rrsetsType = 'Google_Service_Dns_ResourceRecordSet';
|
||||
protected $rrsetsDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dns_ResponseHeader
|
||||
*/
|
||||
public function setHeader(Google_Service_Dns_ResponseHeader $header)
|
||||
{
|
||||
$this->header = $header;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dns_ResponseHeader
|
||||
*/
|
||||
public function getHeader()
|
||||
{
|
||||
return $this->header;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
@@ -39,10 +55,16 @@ class Google_Service_Dns_ResourceRecordSetsListResponse extends Google_Collectio
|
||||
{
|
||||
return $this->nextPageToken;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dns_ResourceRecordSet
|
||||
*/
|
||||
public function setRrsets($rrsets)
|
||||
{
|
||||
$this->rrsets = $rrsets;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dns_ResourceRecordSet
|
||||
*/
|
||||
public function getRrsets()
|
||||
{
|
||||
return $this->rrsets;
|
||||
|
||||
Reference in New Issue
Block a user