tencentcloud-sdk-wedata 3.0.580 → 3.0.581

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210820/models.rb +79 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c804735d2fde73d734563211795f5e2f5c52c5ef
4
- data.tar.gz: 7777dd5e293852017b6299a6f09032a09e116630
3
+ metadata.gz: 6c54c73a620a8a0378e335996754ea7afabd623f
4
+ data.tar.gz: 4ec5a93b4d5aa8e1b1ebb1765fc683265173f771
5
5
  SHA512:
6
- metadata.gz: 695ddc4c94cd56d9a1670fb7deb5f7480c6b02bfe294da7c3c61feb041cdec0265762195cf5aa236f12cb92b32a15cb1ec7a9b51ef58199f1c12019f59297ac8
7
- data.tar.gz: b17132be7c7df0fba08885e6b4c8b4f69e2fcdef1d8dc668673a73ea2e0d4d32ed1248662d5321be4d38bf6959a609e51a50ed6860f7430493f96bf3494c09cc
6
+ metadata.gz: 6af61a9886a3c667d8ef6c5a519362b5c8a55f0097544e4fb5988ef636f61196730d4c16ab07e5ae7303ac2096952966914f02c5bc3ce75c91414de95d0a2c15
7
+ data.tar.gz: a863a68a65cccba0cedf71490ecf1a4fa54d3404c312f15468b8c29a8f9a4ffea531543837eb084feab63b53d901a2d881be8ee34aef543fd14b49af4fa832e1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.580
1
+ 3.0.581
@@ -6341,10 +6341,20 @@ module TencentCloud
6341
6341
  # @type TaskCycleUnitList: String
6342
6342
  # @param ProductNameList: 任务所属产品类型
6343
6343
  # @type ProductNameList: String
6344
+ # @param SourceServiceId: 数据源id或(仅针对离线同步任务)来源数据源id
6345
+ # @type SourceServiceId: String
6346
+ # @param SourceServiceType: 数据源类型或(仅针对离线同步任务)来源数据源类型
6347
+ # @type SourceServiceType: String
6348
+ # @param TargetServiceId: (仅针对离线同步任务)目标数据源id
6349
+ # @type TargetServiceId: String
6350
+ # @param TargetServiceType: (仅针对离线同步任务)目标数据源类型
6351
+ # @type TargetServiceType: String
6352
+ # @param AlarmType: 告警类型,多个类型以逗号分隔
6353
+ # @type AlarmType: String
6344
6354
 
6345
- attr_accessor :ProjectId, :FolderIdList, :WorkFlowIdList, :WorkFlowNameList, :TaskNameList, :TaskIdList, :PageNumber, :PageSize, :SortItem, :SortType, :InChargeList, :TaskTypeIdList, :StatusList, :TaskCycleUnitList, :ProductNameList
6355
+ attr_accessor :ProjectId, :FolderIdList, :WorkFlowIdList, :WorkFlowNameList, :TaskNameList, :TaskIdList, :PageNumber, :PageSize, :SortItem, :SortType, :InChargeList, :TaskTypeIdList, :StatusList, :TaskCycleUnitList, :ProductNameList, :SourceServiceId, :SourceServiceType, :TargetServiceId, :TargetServiceType, :AlarmType
6346
6356
 
6347
- def initialize(projectid=nil, folderidlist=nil, workflowidlist=nil, workflownamelist=nil, tasknamelist=nil, taskidlist=nil, pagenumber=nil, pagesize=nil, sortitem=nil, sorttype=nil, inchargelist=nil, tasktypeidlist=nil, statuslist=nil, taskcycleunitlist=nil, productnamelist=nil)
6357
+ def initialize(projectid=nil, folderidlist=nil, workflowidlist=nil, workflownamelist=nil, tasknamelist=nil, taskidlist=nil, pagenumber=nil, pagesize=nil, sortitem=nil, sorttype=nil, inchargelist=nil, tasktypeidlist=nil, statuslist=nil, taskcycleunitlist=nil, productnamelist=nil, sourceserviceid=nil, sourceservicetype=nil, targetserviceid=nil, targetservicetype=nil, alarmtype=nil)
6348
6358
  @ProjectId = projectid
6349
6359
  @FolderIdList = folderidlist
6350
6360
  @WorkFlowIdList = workflowidlist
@@ -6360,6 +6370,11 @@ module TencentCloud
6360
6370
  @StatusList = statuslist
6361
6371
  @TaskCycleUnitList = taskcycleunitlist
6362
6372
  @ProductNameList = productnamelist
6373
+ @SourceServiceId = sourceserviceid
6374
+ @SourceServiceType = sourceservicetype
6375
+ @TargetServiceId = targetserviceid
6376
+ @TargetServiceType = targetservicetype
6377
+ @AlarmType = alarmtype
6363
6378
  end
6364
6379
 
6365
6380
  def deserialize(params)
@@ -6378,6 +6393,11 @@ module TencentCloud
6378
6393
  @StatusList = params['StatusList']
6379
6394
  @TaskCycleUnitList = params['TaskCycleUnitList']
6380
6395
  @ProductNameList = params['ProductNameList']
6396
+ @SourceServiceId = params['SourceServiceId']
6397
+ @SourceServiceType = params['SourceServiceType']
6398
+ @TargetServiceId = params['TargetServiceId']
6399
+ @TargetServiceType = params['TargetServiceType']
6400
+ @AlarmType = params['AlarmType']
6381
6401
  end
6382
6402
  end
6383
6403
 
@@ -16837,10 +16857,37 @@ module TencentCloud
16837
16857
  # @param DelayTime: 延迟时间
16838
16858
  # 注意:此字段可能返回 null,表示取不到有效值。
16839
16859
  # @type DelayTime: Integer
16860
+ # @param ExecutionStartTime: 执行开始时间
16861
+ # 注意:此字段可能返回 null,表示取不到有效值。
16862
+ # @type ExecutionStartTime: String
16863
+ # @param ExecutionEndTime: 执行结束时间
16864
+ # 注意:此字段可能返回 null,表示取不到有效值。
16865
+ # @type ExecutionEndTime: String
16866
+ # @param Layer: 层级
16867
+ # 注意:此字段可能返回 null,表示取不到有效值。
16868
+ # @type Layer: String
16869
+ # @param SourceServiceId: 来源数据源ID
16870
+ # 注意:此字段可能返回 null,表示取不到有效值。
16871
+ # @type SourceServiceId: String
16872
+ # @param SourceServiceType: 来源数据源类型
16873
+ # 注意:此字段可能返回 null,表示取不到有效值。
16874
+ # @type SourceServiceType: String
16875
+ # @param TargetServiceId: 目标数据源ID
16876
+ # 注意:此字段可能返回 null,表示取不到有效值。
16877
+ # @type TargetServiceId: String
16878
+ # @param TargetServiceType: 目标数据源类型
16879
+ # 注意:此字段可能返回 null,表示取不到有效值。
16880
+ # @type TargetServiceType: String
16881
+ # @param AlarmType: 任务告警类型
16882
+ # 注意:此字段可能返回 null,表示取不到有效值。
16883
+ # @type AlarmType: String
16884
+ # @param CreateTime: 任务创建时间
16885
+ # 注意:此字段可能返回 null,表示取不到有效值。
16886
+ # @type CreateTime: String
16840
16887
 
16841
- attr_accessor :TaskId, :TaskName, :WorkflowId, :WorkflowName, :ProjectName, :ProjectIdent, :Status, :TaskTypeId, :TaskTypeDesc, :ProjectId, :FolderName, :FolderId, :FirstSubmitTime, :FirstRunTime, :ScheduleDesc, :InCharge, :CycleUnit, :LeftCoordinate, :TopCoordinate, :VirtualFlag, :TaskAction, :DelayTime
16888
+ attr_accessor :TaskId, :TaskName, :WorkflowId, :WorkflowName, :ProjectName, :ProjectIdent, :Status, :TaskTypeId, :TaskTypeDesc, :ProjectId, :FolderName, :FolderId, :FirstSubmitTime, :FirstRunTime, :ScheduleDesc, :InCharge, :CycleUnit, :LeftCoordinate, :TopCoordinate, :VirtualFlag, :TaskAction, :DelayTime, :ExecutionStartTime, :ExecutionEndTime, :Layer, :SourceServiceId, :SourceServiceType, :TargetServiceId, :TargetServiceType, :AlarmType, :CreateTime
16842
16889
 
16843
- def initialize(taskid=nil, taskname=nil, workflowid=nil, workflowname=nil, projectname=nil, projectident=nil, status=nil, tasktypeid=nil, tasktypedesc=nil, projectid=nil, foldername=nil, folderid=nil, firstsubmittime=nil, firstruntime=nil, scheduledesc=nil, incharge=nil, cycleunit=nil, leftcoordinate=nil, topcoordinate=nil, virtualflag=nil, taskaction=nil, delaytime=nil)
16890
+ def initialize(taskid=nil, taskname=nil, workflowid=nil, workflowname=nil, projectname=nil, projectident=nil, status=nil, tasktypeid=nil, tasktypedesc=nil, projectid=nil, foldername=nil, folderid=nil, firstsubmittime=nil, firstruntime=nil, scheduledesc=nil, incharge=nil, cycleunit=nil, leftcoordinate=nil, topcoordinate=nil, virtualflag=nil, taskaction=nil, delaytime=nil, executionstarttime=nil, executionendtime=nil, layer=nil, sourceserviceid=nil, sourceservicetype=nil, targetserviceid=nil, targetservicetype=nil, alarmtype=nil, createtime=nil)
16844
16891
  @TaskId = taskid
16845
16892
  @TaskName = taskname
16846
16893
  @WorkflowId = workflowid
@@ -16863,6 +16910,15 @@ module TencentCloud
16863
16910
  @VirtualFlag = virtualflag
16864
16911
  @TaskAction = taskaction
16865
16912
  @DelayTime = delaytime
16913
+ @ExecutionStartTime = executionstarttime
16914
+ @ExecutionEndTime = executionendtime
16915
+ @Layer = layer
16916
+ @SourceServiceId = sourceserviceid
16917
+ @SourceServiceType = sourceservicetype
16918
+ @TargetServiceId = targetserviceid
16919
+ @TargetServiceType = targetservicetype
16920
+ @AlarmType = alarmtype
16921
+ @CreateTime = createtime
16866
16922
  end
16867
16923
 
16868
16924
  def deserialize(params)
@@ -16888,6 +16944,15 @@ module TencentCloud
16888
16944
  @VirtualFlag = params['VirtualFlag']
16889
16945
  @TaskAction = params['TaskAction']
16890
16946
  @DelayTime = params['DelayTime']
16947
+ @ExecutionStartTime = params['ExecutionStartTime']
16948
+ @ExecutionEndTime = params['ExecutionEndTime']
16949
+ @Layer = params['Layer']
16950
+ @SourceServiceId = params['SourceServiceId']
16951
+ @SourceServiceType = params['SourceServiceType']
16952
+ @TargetServiceId = params['TargetServiceId']
16953
+ @TargetServiceType = params['TargetServiceType']
16954
+ @AlarmType = params['AlarmType']
16955
+ @CreateTime = params['CreateTime']
16891
16956
  end
16892
16957
  end
16893
16958
 
@@ -17269,14 +17334,20 @@ module TencentCloud
17269
17334
  # @type Items: Array
17270
17335
  # @param TotalPage: 总页数
17271
17336
  # @type TotalPage: Integer
17337
+ # @param PageCount: 页数
17338
+ # @type PageCount: Integer
17339
+ # @param TotalCount: 总条数
17340
+ # @type TotalCount: Integer
17272
17341
 
17273
- attr_accessor :PageNumber, :PageSize, :Items, :TotalPage
17342
+ attr_accessor :PageNumber, :PageSize, :Items, :TotalPage, :PageCount, :TotalCount
17274
17343
 
17275
- def initialize(pagenumber=nil, pagesize=nil, items=nil, totalpage=nil)
17344
+ def initialize(pagenumber=nil, pagesize=nil, items=nil, totalpage=nil, pagecount=nil, totalcount=nil)
17276
17345
  @PageNumber = pagenumber
17277
17346
  @PageSize = pagesize
17278
17347
  @Items = items
17279
17348
  @TotalPage = totalpage
17349
+ @PageCount = pagecount
17350
+ @TotalCount = totalcount
17280
17351
  end
17281
17352
 
17282
17353
  def deserialize(params)
@@ -17291,6 +17362,8 @@ module TencentCloud
17291
17362
  end
17292
17363
  end
17293
17364
  @TotalPage = params['TotalPage']
17365
+ @PageCount = params['PageCount']
17366
+ @TotalCount = params['TotalCount']
17294
17367
  end
17295
17368
  end
17296
17369
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-wedata
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.580
4
+ version: 3.0.581
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-05-30 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common