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

@@ -19,6 +19,8 @@ class Google_Service_DLP_GooglePrivacyDlpV2PrivacyMetric extends Google_Model
{
protected $categoricalStatsConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2CategoricalStatsConfig';
protected $categoricalStatsConfigDataType = '';
protected $deltaPresenceEstimationConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationConfig';
protected $deltaPresenceEstimationConfigDataType = '';
protected $kAnonymityConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2KAnonymityConfig';
protected $kAnonymityConfigDataType = '';
protected $kMapEstimationConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationConfig';
@@ -42,6 +44,20 @@ class Google_Service_DLP_GooglePrivacyDlpV2PrivacyMetric extends Google_Model
{
return $this->categoricalStatsConfig;
}
/**
* @param Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationConfig
*/
public function setDeltaPresenceEstimationConfig(Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationConfig $deltaPresenceEstimationConfig)
{
$this->deltaPresenceEstimationConfig = $deltaPresenceEstimationConfig;
}
/**
* @return Google_Service_DLP_GooglePrivacyDlpV2DeltaPresenceEstimationConfig
*/
public function getDeltaPresenceEstimationConfig()
{
return $this->deltaPresenceEstimationConfig;
}
/**
* @param Google_Service_DLP_GooglePrivacyDlpV2KAnonymityConfig
*/