File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,6 +42,12 @@ class StreamingConfigTask extends \Google\Collection
4242 protected $ operationalLimitsDataType = '' ;
4343 protected $ streamingComputationConfigsType = StreamingComputationConfig::class;
4444 protected $ streamingComputationConfigsDataType = 'array ' ;
45+ /**
46+ * Optional. The state tag encoding format version for streaming engine jobs.
47+ *
48+ * @var int
49+ */
50+ public $ streamingEngineStateTagEncodingVersion ;
4551 /**
4652 * Map from user step names to state families.
4753 *
@@ -160,6 +166,22 @@ public function getStreamingComputationConfigs()
160166 {
161167 return $ this ->streamingComputationConfigs ;
162168 }
169+ /**
170+ * Optional. The state tag encoding format version for streaming engine jobs.
171+ *
172+ * @param int $streamingEngineStateTagEncodingVersion
173+ */
174+ public function setStreamingEngineStateTagEncodingVersion ($ streamingEngineStateTagEncodingVersion )
175+ {
176+ $ this ->streamingEngineStateTagEncodingVersion = $ streamingEngineStateTagEncodingVersion ;
177+ }
178+ /**
179+ * @return int
180+ */
181+ public function getStreamingEngineStateTagEncodingVersion ()
182+ {
183+ return $ this ->streamingEngineStateTagEncodingVersion ;
184+ }
163185 /**
164186 * Map from user step names to state families.
165187 *
You can’t perform that action at this time.
0 commit comments