Skip to content

Commit 2463c86

Browse files
Regenerate dlp client
1 parent c9fa9d7 commit 2463c86

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

src/DLP/GooglePrivacyDlpV2DataProfileFinding.php

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,16 @@ class GooglePrivacyDlpV2DataProfileFinding extends \Google\Model
2323
* @var string
2424
*/
2525
public $dataProfileResourceName;
26+
protected $dataSourceTypeType = GooglePrivacyDlpV2DataSourceType::class;
27+
protected $dataSourceTypeDataType = '';
2628
/**
2729
* @var string
2830
*/
2931
public $findingId;
32+
/**
33+
* @var string
34+
*/
35+
public $fullResourceName;
3036
protected $infotypeType = GooglePrivacyDlpV2InfoType::class;
3137
protected $infotypeDataType = '';
3238
protected $locationType = GooglePrivacyDlpV2DataProfileFindingLocation::class;
@@ -60,6 +66,20 @@ public function getDataProfileResourceName()
6066
{
6167
return $this->dataProfileResourceName;
6268
}
69+
/**
70+
* @param GooglePrivacyDlpV2DataSourceType
71+
*/
72+
public function setDataSourceType(GooglePrivacyDlpV2DataSourceType $dataSourceType)
73+
{
74+
$this->dataSourceType = $dataSourceType;
75+
}
76+
/**
77+
* @return GooglePrivacyDlpV2DataSourceType
78+
*/
79+
public function getDataSourceType()
80+
{
81+
return $this->dataSourceType;
82+
}
6383
/**
6484
* @param string
6585
*/
@@ -74,6 +94,20 @@ public function getFindingId()
7494
{
7595
return $this->findingId;
7696
}
97+
/**
98+
* @param string
99+
*/
100+
public function setFullResourceName($fullResourceName)
101+
{
102+
$this->fullResourceName = $fullResourceName;
103+
}
104+
/**
105+
* @return string
106+
*/
107+
public function getFullResourceName()
108+
{
109+
return $this->fullResourceName;
110+
}
77111
/**
78112
* @param GooglePrivacyDlpV2InfoType
79113
*/

0 commit comments

Comments
 (0)