tencentcloud-sdk-oceanus 3.0.651 → 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: c8860ca8b546da410bb62bd9d4faea7733383a18
4
- data.tar.gz: 782b287abe1a13de6e86833ccb8e4d35a4dd3eaf
3
+ metadata.gz: 16d3fdf2ff80592eb175c64812d889a75fffb02a
4
+ data.tar.gz: 8024a1d3da49ff476a9e295f58450bbdefe0939a
5
5
  SHA512:
6
- metadata.gz: 52469e6e687f0e0021a71cea783fd79ae93926591c37d91cd28213595dbb4a788f49fe936577c77eab7c51c68ca10f4942e30db65a38381d6532b8d264529794
7
- data.tar.gz: d39ceab72b565b37d15d54d9b1866295eb1817d13279729cb76fae3ec43f279eb97a2d0ac321e151eff6ae594e78053fd9badbddcd977b29d1915f09ae1bdb64
6
+ metadata.gz: 0424aeb01512776167304d29b47d8eb8caeddd28bc73240269e03aa7be72082c8ba08fe239415a9599986399fc8031bb639e8cc0186921192845102b60bd03a9
7
+ data.tar.gz: 57f7f2f1fc3e0a937b59943762e184c79a968aeb3d7426283ff2abf9288e168f1090ee09b020feaff84073f12ccc5eed4b079005a50ead9059eed7f0f35362ad
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.651
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.651
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-01 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