tencentcloud-sdk-oceanus 3.0.652 → 3.0.653

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9609fa361eff410f6b751bb2b4d62ce2cd16c966
4
- data.tar.gz: 8fd351d167bcba5ad2d1cc6ea05fa69e68896a4b
3
+ metadata.gz: 16d3fdf2ff80592eb175c64812d889a75fffb02a
4
+ data.tar.gz: 8024a1d3da49ff476a9e295f58450bbdefe0939a
5
5
  SHA512:
6
- metadata.gz: 329815117c8f8e5f8533270a6935892e11e6c47a628ff0afcf103dd33b39f9f00524b6c5c6e8f02ec2d842a9053eb52993098159dc7b36c9047a17347e75a6fc
7
- data.tar.gz: 049ab6c182929a2952d5e79ebe4f317ca303d0c0a566db0ddad95f3ecb0edc278cf132c61e65e6f7f30b635cd504453a993d54ba162c9462c9e4ed37783bdeb2
6
+ metadata.gz: 0424aeb01512776167304d29b47d8eb8caeddd28bc73240269e03aa7be72082c8ba08fe239415a9599986399fc8031bb639e8cc0186921192845102b60bd03a9
7
+ data.tar.gz: 57f7f2f1fc3e0a937b59943762e184c79a968aeb3d7426283ff2abf9288e168f1090ee09b020feaff84073f12ccc5eed4b079005a50ead9059eed7f0f35362ad
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.652
1
+ 3.0.653
@@ -3183,9 +3183,11 @@ module TencentCloud
3183
3183
  # @type JobId: String
3184
3184
  # @param RunType: 运行类型,1:启动,2:恢复
3185
3185
  # @type RunType: Integer
3186
- # @param StartMode: 兼容旧版 SQL 类型作业启动参数:指定数据源消费起始时间点(例:T1557394288000)
3186
+ # @param StartMode: 兼容旧版 SQL 类型作业启动参数:指定数据源消费起始时间点(建议传值)
3187
+ # 保证参数为 LATEST、EARLIEST、T+Timestamp (例:T1557394288000)
3187
3188
  # @type StartMode: String
3188
3189
  # @param JobConfigVersion: 当前作业的某个版本
3190
+ # (不传默认为非草稿的作业版本)
3189
3191
  # @type JobConfigVersion: Integer
3190
3192
  # @param SavepointPath: Savepoint路径
3191
3193
  # @type SavepointPath: String
@@ -3193,10 +3195,12 @@ module TencentCloud
3193
3195
  # @type SavepointId: String
3194
3196
  # @param UseOldSystemConnector: 使用历史版本系统依赖
3195
3197
  # @type UseOldSystemConnector: Boolean
3198
+ # @param CustomTimestamp: 自定义时间戳
3199
+ # @type CustomTimestamp: Integer
3196
3200
 
3197
- attr_accessor :JobId, :RunType, :StartMode, :JobConfigVersion, :SavepointPath, :SavepointId, :UseOldSystemConnector
3201
+ attr_accessor :JobId, :RunType, :StartMode, :JobConfigVersion, :SavepointPath, :SavepointId, :UseOldSystemConnector, :CustomTimestamp
3198
3202
 
3199
- def initialize(jobid=nil, runtype=nil, startmode=nil, jobconfigversion=nil, savepointpath=nil, savepointid=nil, useoldsystemconnector=nil)
3203
+ def initialize(jobid=nil, runtype=nil, startmode=nil, jobconfigversion=nil, savepointpath=nil, savepointid=nil, useoldsystemconnector=nil, customtimestamp=nil)
3200
3204
  @JobId = jobid
3201
3205
  @RunType = runtype
3202
3206
  @StartMode = startmode
@@ -3204,6 +3208,7 @@ module TencentCloud
3204
3208
  @SavepointPath = savepointpath
3205
3209
  @SavepointId = savepointid
3206
3210
  @UseOldSystemConnector = useoldsystemconnector
3211
+ @CustomTimestamp = customtimestamp
3207
3212
  end
3208
3213
 
3209
3214
  def deserialize(params)
@@ -3214,6 +3219,7 @@ module TencentCloud
3214
3219
  @SavepointPath = params['SavepointPath']
3215
3220
  @SavepointId = params['SavepointId']
3216
3221
  @UseOldSystemConnector = params['UseOldSystemConnector']
3222
+ @CustomTimestamp = params['CustomTimestamp']
3217
3223
  end
3218
3224
  end
3219
3225
 
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: 3.0.652
4
+ version: 3.0.653
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-05 00:00:00.000000000 Z
11
+ date: 2023-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common