File tree 1 file changed +34
-0
lines changed 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,16 @@ class GooglePrivacyDlpV2DataProfileFinding extends \Google\Model
23
23
* @var string
24
24
*/
25
25
public $ dataProfileResourceName ;
26
+ protected $ dataSourceTypeType = GooglePrivacyDlpV2DataSourceType::class;
27
+ protected $ dataSourceTypeDataType = '' ;
26
28
/**
27
29
* @var string
28
30
*/
29
31
public $ findingId ;
32
+ /**
33
+ * @var string
34
+ */
35
+ public $ fullResourceName ;
30
36
protected $ infotypeType = GooglePrivacyDlpV2InfoType::class;
31
37
protected $ infotypeDataType = '' ;
32
38
protected $ locationType = GooglePrivacyDlpV2DataProfileFindingLocation::class;
@@ -60,6 +66,20 @@ public function getDataProfileResourceName()
60
66
{
61
67
return $ this ->dataProfileResourceName ;
62
68
}
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
+ }
63
83
/**
64
84
* @param string
65
85
*/
@@ -74,6 +94,20 @@ public function getFindingId()
74
94
{
75
95
return $ this ->findingId ;
76
96
}
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
+ }
77
111
/**
78
112
* @param GooglePrivacyDlpV2InfoType
79
113
*/
You can’t perform that action at this time.
0 commit comments