Mise à jour des librairies

This commit is contained in:
lars
2019-03-10 23:30:23 +01:00
parent 2040b7be39
commit 7df3d72953
3603 changed files with 233169 additions and 107764 deletions

View File

@@ -18,7 +18,6 @@
class Google_Service_Dns_Quota extends Google_Collection
{
protected $collection_key = 'whitelistedKeySpecs';
public $blackHoleHidesSystemZones;
public $dnsKeysPerManagedZone;
public $kind;
public $managedZones;
@@ -30,14 +29,6 @@ class Google_Service_Dns_Quota extends Google_Collection
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;

View File

@@ -26,17 +26,14 @@
class Google_Service_Dns_Resource_Changes extends Google_Service_Resource
{
/**
* Atomically update the ResourceRecordSet collection. (changes.create)
* (changes.create)
*
* @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 string $project
* @param string $managedZone
* @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.
* @opt_param string clientOperationId
* @return Google_Service_Dns_Change
*/
public function create($project, $managedZone, Google_Service_Dns_Change $postBody, $optParams = array())
@@ -46,18 +43,14 @@ class Google_Service_Dns_Resource_Changes extends Google_Service_Resource
return $this->call('create', array($params), "Google_Service_Dns_Change");
}
/**
* Fetch the representation of an existing Change. (changes.get)
* (changes.get)
*
* @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 string $changeId The identifier of the requested change, from a
* previous ResourceRecordSetsChangeResponse.
* @param string $project
* @param string $managedZone
* @param string $changeId
* @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.
* @opt_param string clientOperationId
* @return Google_Service_Dns_Change
*/
public function get($project, $managedZone, $changeId, $optParams = array())
@@ -67,22 +60,16 @@ class Google_Service_Dns_Resource_Changes extends Google_Service_Resource
return $this->call('get', array($params), "Google_Service_Dns_Change");
}
/**
* Enumerate Changes to a ResourceRecordSet collection. (changes.listChanges)
* (changes.listChanges)
*
* @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 string $project
* @param string $managedZone
* @param array $optParams Optional parameters.
*
* @opt_param int maxResults Optional. Maximum number of results to be returned.
* If unspecified, the server will decide how many results to return.
* @opt_param string pageToken Optional. A tag returned by a previous list
* request that was truncated. Use this parameter to continue a previous list
* request.
* @opt_param string sortBy Sorting criterion. The only supported value is
* change sequence.
* @opt_param string sortOrder Sorting order direction: 'ascending' or
* 'descending'.
* @opt_param int maxResults
* @opt_param string pageToken
* @opt_param string sortBy
* @opt_param string sortOrder
* @return Google_Service_Dns_ChangesListResponse
*/
public function listChanges($project, $managedZone, $optParams = array())

View File

@@ -26,20 +26,15 @@
class Google_Service_Dns_Resource_DnsKeys extends Google_Service_Resource
{
/**
* Fetch the representation of an existing DnsKey. (dnsKeys.get)
* (dnsKeys.get)
*
* @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 string $dnsKeyId The identifier of the requested DnsKey.
* @param string $project
* @param string $managedZone
* @param string $dnsKeyId
* @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.
* @opt_param string digestType An optional comma-separated list of digest types
* to compute and display for key signing keys. If omitted, the recommended
* digest type will be computed and displayed.
* @opt_param string clientOperationId
* @opt_param string digestType
* @return Google_Service_Dns_DnsKey
*/
public function get($project, $managedZone, $dnsKeyId, $optParams = array())
@@ -49,21 +44,15 @@ class Google_Service_Dns_Resource_DnsKeys extends Google_Service_Resource
return $this->call('get', array($params), "Google_Service_Dns_DnsKey");
}
/**
* Enumerate DnsKeys to a ResourceRecordSet collection. (dnsKeys.listDnsKeys)
* (dnsKeys.listDnsKeys)
*
* @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 string $project
* @param string $managedZone
* @param array $optParams Optional parameters.
*
* @opt_param string digestType An optional comma-separated list of digest types
* to compute and display for key signing keys. If omitted, the recommended
* digest type will be computed and displayed.
* @opt_param int maxResults Optional. Maximum number of results to be returned.
* If unspecified, the server will decide how many results to return.
* @opt_param string pageToken Optional. A tag returned by a previous list
* request that was truncated. Use this parameter to continue a previous list
* request.
* @opt_param string digestType
* @opt_param int maxResults
* @opt_param string pageToken
* @return Google_Service_Dns_DnsKeysListResponse
*/
public function listDnsKeys($project, $managedZone, $optParams = array())

View File

@@ -26,18 +26,14 @@
class Google_Service_Dns_Resource_ManagedZoneOperations extends Google_Service_Resource
{
/**
* Fetch the representation of an existing Operation.
* (managedZoneOperations.get)
*
* @param string $project Identifies the project addressed by this request.
* @param string $managedZone Identifies the managed zone addressed by this
* request.
* @param string $operation Identifies the operation addressed by this request.
* @param string $project
* @param string $managedZone
* @param string $operation
* @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.
* @opt_param string clientOperationId
* @return Google_Service_Dns_Operation
*/
public function get($project, $managedZone, $operation, $optParams = array())
@@ -47,21 +43,15 @@ class Google_Service_Dns_Resource_ManagedZoneOperations extends Google_Service_R
return $this->call('get', array($params), "Google_Service_Dns_Operation");
}
/**
* Enumerate Operations for the given ManagedZone.
* (managedZoneOperations.listManagedZoneOperations)
*
* @param string $project Identifies the project addressed by this request.
* @param string $managedZone Identifies the managed zone addressed by this
* request.
* @param string $project
* @param string $managedZone
* @param array $optParams Optional parameters.
*
* @opt_param int maxResults Optional. Maximum number of results to be returned.
* If unspecified, the server will decide how many results to return.
* @opt_param string pageToken Optional. A tag returned by a previous list
* request that was truncated. Use this parameter to continue a previous list
* request.
* @opt_param string sortBy Sorting criterion. The only supported values are
* START_TIME and ID.
* @opt_param int maxResults
* @opt_param string pageToken
* @opt_param string sortBy
* @return Google_Service_Dns_ManagedZoneOperationsListResponse
*/
public function listManagedZoneOperations($project, $managedZone, $optParams = array())

View File

@@ -26,15 +26,13 @@
class Google_Service_Dns_Resource_ManagedZones extends Google_Service_Resource
{
/**
* Create a new ManagedZone. (managedZones.create)
* (managedZones.create)
*
* @param string $project Identifies the project addressed by this request.
* @param string $project
* @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.
* @opt_param string clientOperationId
* @return Google_Service_Dns_ManagedZone
*/
public function create($project, Google_Service_Dns_ManagedZone $postBody, $optParams = array())
@@ -44,16 +42,13 @@ class Google_Service_Dns_Resource_ManagedZones extends Google_Service_Resource
return $this->call('create', array($params), "Google_Service_Dns_ManagedZone");
}
/**
* Delete a previously created ManagedZone. (managedZones.delete)
* (managedZones.delete)
*
* @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 string $project
* @param string $managedZone
* @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.
* @opt_param string clientOperationId
*/
public function delete($project, $managedZone, $optParams = array())
{
@@ -62,16 +57,13 @@ class Google_Service_Dns_Resource_ManagedZones extends Google_Service_Resource
return $this->call('delete', array($params));
}
/**
* Fetch the representation of an existing ManagedZone. (managedZones.get)
* (managedZones.get)
*
* @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 string $project
* @param string $managedZone
* @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.
* @opt_param string clientOperationId
* @return Google_Service_Dns_ManagedZone
*/
public function get($project, $managedZone, $optParams = array())
@@ -81,19 +73,14 @@ class Google_Service_Dns_Resource_ManagedZones extends Google_Service_Resource
return $this->call('get', array($params), "Google_Service_Dns_ManagedZone");
}
/**
* Enumerate ManagedZones that have been created but not yet deleted.
* (managedZones.listManagedZones)
*
* @param string $project Identifies the project addressed by this request.
* @param string $project
* @param array $optParams Optional parameters.
*
* @opt_param string dnsName Restricts the list to return only zones with this
* domain name.
* @opt_param int maxResults Optional. Maximum number of results to be returned.
* If unspecified, the server will decide how many results to return.
* @opt_param string pageToken Optional. A tag returned by a previous list
* request that was truncated. Use this parameter to continue a previous list
* request.
* @opt_param string dnsName
* @opt_param int maxResults
* @opt_param string pageToken
* @return Google_Service_Dns_ManagedZonesListResponse
*/
public function listManagedZones($project, $optParams = array())
@@ -103,18 +90,14 @@ class Google_Service_Dns_Resource_ManagedZones extends Google_Service_Resource
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 string $project
* @param string $managedZone
* @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.
* @opt_param string clientOperationId
* @return Google_Service_Dns_Operation
*/
public function patch($project, $managedZone, Google_Service_Dns_ManagedZone $postBody, $optParams = array())
@@ -124,17 +107,14 @@ class Google_Service_Dns_Resource_ManagedZones extends Google_Service_Resource
return $this->call('patch', array($params), "Google_Service_Dns_Operation");
}
/**
* Update an existing ManagedZone. (managedZones.update)
* (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 string $project
* @param string $managedZone
* @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.
* @opt_param string clientOperationId
* @return Google_Service_Dns_Operation
*/
public function update($project, $managedZone, Google_Service_Dns_ManagedZone $postBody, $optParams = array())

View File

@@ -26,14 +26,12 @@
class Google_Service_Dns_Resource_Projects extends Google_Service_Resource
{
/**
* Fetch the representation of an existing Project. (projects.get)
* (projects.get)
*
* @param string $project Identifies the project addressed by this request.
* @param string $project
* @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.
* @opt_param string clientOperationId
* @return Google_Service_Dns_Project
*/
public function get($project, $optParams = array())

View File

@@ -26,23 +26,16 @@
class Google_Service_Dns_Resource_ResourceRecordSets extends Google_Service_Resource
{
/**
* Enumerate ResourceRecordSets that have been created but not yet deleted.
* (resourceRecordSets.listResourceRecordSets)
*
* @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 string $project
* @param string $managedZone
* @param array $optParams Optional parameters.
*
* @opt_param int maxResults Optional. Maximum number of results to be returned.
* If unspecified, the server will decide how many results to return.
* @opt_param string name Restricts the list to return only records with this
* fully qualified domain name.
* @opt_param string pageToken Optional. A tag returned by a previous list
* request that was truncated. Use this parameter to continue a previous list
* request.
* @opt_param string type Restricts the list to return only records of this
* type. If present, the "name" parameter must also be present.
* @opt_param int maxResults
* @opt_param string name
* @opt_param string pageToken
* @opt_param string type
* @return Google_Service_Dns_ResourceRecordSetsListResponse
*/
public function listResourceRecordSets($project, $managedZone, $optParams = array())