File tree 1 file changed +52
-0
lines changed
1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change 19
19
20
20
class GoogleCloudIntegrationsV1alphaReplayExecutionRequest extends \Google \Model
21
21
{
22
+ protected $ modifiedParametersType = GoogleCloudIntegrationsV1alphaValueType::class;
23
+ protected $ modifiedParametersDataType = 'map ' ;
24
+ /**
25
+ * @var string
26
+ */
27
+ public $ replayMode ;
22
28
/**
23
29
* @var string
24
30
*/
25
31
public $ replayReason ;
32
+ /**
33
+ * @var string
34
+ */
35
+ public $ updateMask ;
26
36
37
+ /**
38
+ * @param GoogleCloudIntegrationsV1alphaValueType[]
39
+ */
40
+ public function setModifiedParameters ($ modifiedParameters )
41
+ {
42
+ $ this ->modifiedParameters = $ modifiedParameters ;
43
+ }
44
+ /**
45
+ * @return GoogleCloudIntegrationsV1alphaValueType[]
46
+ */
47
+ public function getModifiedParameters ()
48
+ {
49
+ return $ this ->modifiedParameters ;
50
+ }
51
+ /**
52
+ * @param string
53
+ */
54
+ public function setReplayMode ($ replayMode )
55
+ {
56
+ $ this ->replayMode = $ replayMode ;
57
+ }
58
+ /**
59
+ * @return string
60
+ */
61
+ public function getReplayMode ()
62
+ {
63
+ return $ this ->replayMode ;
64
+ }
27
65
/**
28
66
* @param string
29
67
*/
@@ -38,6 +76,20 @@ public function getReplayReason()
38
76
{
39
77
return $ this ->replayReason ;
40
78
}
79
+ /**
80
+ * @param string
81
+ */
82
+ public function setUpdateMask ($ updateMask )
83
+ {
84
+ $ this ->updateMask = $ updateMask ;
85
+ }
86
+ /**
87
+ * @return string
88
+ */
89
+ public function getUpdateMask ()
90
+ {
91
+ return $ this ->updateMask ;
92
+ }
41
93
}
42
94
43
95
// Adding a class alias for backwards compatibility with the previous class name.
You can’t perform that action at this time.
0 commit comments