tencentcloud-sdk-oceanus 1.0.227 → 1.0.231
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190422/models.rb +10 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e3f00c013dfe4d5d84a1acb4c71c18a72a69bfec
|
|
4
|
+
data.tar.gz: feadac31aa5d0499e0bc0e57357964b5f760ba86
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6449a36a425ff3e6c8c7d8a0e701e5083c93b681e703a495853a3d664de1e6f0c813b27d85630b0310f751f931ca98bf44988a984ec26d79058d6ce67e2d7829
|
|
7
|
+
data.tar.gz: 60e9882a73df6b807e8bfebec5d9383e8a7ffb7794fd1892f2478b4a1eb3b6f0be1c86a4fff00242396b45ce84d3bdc59448e55a3aceaccdfd1c8d37fbbc606a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.231
|
data/lib/v20190422/models.rb
CHANGED
|
@@ -1403,14 +1403,20 @@ module TencentCloud
|
|
|
1403
1403
|
# @type StartMode: String
|
|
1404
1404
|
# @param JobConfigVersion: 当前作业的某个版本
|
|
1405
1405
|
# @type JobConfigVersion: Integer
|
|
1406
|
+
# @param SavepointPath: Savepoint路径
|
|
1407
|
+
# @type SavepointPath: String
|
|
1408
|
+
# @param SavepointId: Savepoint的Id
|
|
1409
|
+
# @type SavepointId: String
|
|
1406
1410
|
|
|
1407
|
-
attr_accessor :JobId, :RunType, :StartMode, :JobConfigVersion
|
|
1411
|
+
attr_accessor :JobId, :RunType, :StartMode, :JobConfigVersion, :SavepointPath, :SavepointId
|
|
1408
1412
|
|
|
1409
|
-
def initialize(jobid=nil, runtype=nil, startmode=nil, jobconfigversion=nil)
|
|
1413
|
+
def initialize(jobid=nil, runtype=nil, startmode=nil, jobconfigversion=nil, savepointpath=nil, savepointid=nil)
|
|
1410
1414
|
@JobId = jobid
|
|
1411
1415
|
@RunType = runtype
|
|
1412
1416
|
@StartMode = startmode
|
|
1413
1417
|
@JobConfigVersion = jobconfigversion
|
|
1418
|
+
@SavepointPath = savepointpath
|
|
1419
|
+
@SavepointId = savepointid
|
|
1414
1420
|
end
|
|
1415
1421
|
|
|
1416
1422
|
def deserialize(params)
|
|
@@ -1418,6 +1424,8 @@ module TencentCloud
|
|
|
1418
1424
|
@RunType = params['RunType']
|
|
1419
1425
|
@StartMode = params['StartMode']
|
|
1420
1426
|
@JobConfigVersion = params['JobConfigVersion']
|
|
1427
|
+
@SavepointPath = params['SavepointPath']
|
|
1428
|
+
@SavepointId = params['SavepointId']
|
|
1421
1429
|
end
|
|
1422
1430
|
end
|
|
1423
1431
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-oceanus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.231
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-12-
|
|
11
|
+
date: 2021-12-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|