tencentcloud-sdk-wedata 3.0.630 → 3.0.632

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 +144 -22
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b119207e0c23b6b40f4f31998d4bc836acb526ef
4
- data.tar.gz: a576130a53b1ad9fb8bda0c431d7c072d9fe8c97
3
+ metadata.gz: 29c7f175c3b98ee47ac03bf481c343a0103b7175
4
+ data.tar.gz: fd3092163735f9db7012db1664368f8b43b179c1
5
5
  SHA512:
6
- metadata.gz: eb379ac01acd9dcdfd96af861c8c2910f9e8b2c77c25d137531c27c9ddb8d61f8883eecb8b214a53cf4426974f78cdc88bcd1bc59a98df0af1ebd5eb3f2b824a
7
- data.tar.gz: ae4830fa0031cab8e421adf6e88e0bf1717fd56b73abf211757ea4aff5b06b17e63d91e4305b105c1d761659fce93dcb85c870c54113390a9bf50cfc50731888
6
+ metadata.gz: 91a7aa8eb1134b5d18e50356f3699ff632d129b76f30206239da572fc8003638c29d89e2fd45831860b9caf15875539f264d9d903728ce9c5d02873bf15a21e3
7
+ data.tar.gz: 7b807d8efe42f965963f6c7702c62a35228a3d97a899e1382d589a0a48d88d57df648919abacfb6e4d1731caa7f8db9a61dc7fc1c6a1eeb50fee9be02c39f1b8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.630
1
+ 3.0.632
@@ -7055,10 +7055,22 @@ module TencentCloud
7055
7055
  # @param CreateTime: 创造时间
7056
7056
  # 注意:此字段可能返回 null,表示取不到有效值。
7057
7057
  # @type CreateTime: String
7058
+ # @param CycleUnit: 周期类型
7059
+ # 注意:此字段可能返回 null,表示取不到有效值。
7060
+ # @type CycleUnit: String
7061
+ # @param ScheduleDesc: 调度计划
7062
+ # 注意:此字段可能返回 null,表示取不到有效值。
7063
+ # @type ScheduleDesc: String
7064
+ # @param DatasourceId: 数据源ID
7065
+ # 注意:此字段可能返回 null,表示取不到有效值。
7066
+ # @type DatasourceId: String
7067
+ # @param DatasourceType: 数据源类型
7068
+ # 注意:此字段可能返回 null,表示取不到有效值。
7069
+ # @type DatasourceType: String
7058
7070
 
7059
- attr_accessor :TaskId, :TaskName, :WorkflowId, :WorkflowName, :Status, :TaskTypeId, :TaskTypeDesc, :FolderName, :FolderId, :InCharge, :Submit, :DataEngine, :UpdateTime, :CreateTime
7071
+ attr_accessor :TaskId, :TaskName, :WorkflowId, :WorkflowName, :Status, :TaskTypeId, :TaskTypeDesc, :FolderName, :FolderId, :InCharge, :Submit, :DataEngine, :UpdateTime, :CreateTime, :CycleUnit, :ScheduleDesc, :DatasourceId, :DatasourceType
7060
7072
 
7061
- def initialize(taskid=nil, taskname=nil, workflowid=nil, workflowname=nil, status=nil, tasktypeid=nil, tasktypedesc=nil, foldername=nil, folderid=nil, incharge=nil, submit=nil, dataengine=nil, updatetime=nil, createtime=nil)
7073
+ def initialize(taskid=nil, taskname=nil, workflowid=nil, workflowname=nil, status=nil, tasktypeid=nil, tasktypedesc=nil, foldername=nil, folderid=nil, incharge=nil, submit=nil, dataengine=nil, updatetime=nil, createtime=nil, cycleunit=nil, scheduledesc=nil, datasourceid=nil, datasourcetype=nil)
7062
7074
  @TaskId = taskid
7063
7075
  @TaskName = taskname
7064
7076
  @WorkflowId = workflowid
@@ -7073,6 +7085,10 @@ module TencentCloud
7073
7085
  @DataEngine = dataengine
7074
7086
  @UpdateTime = updatetime
7075
7087
  @CreateTime = createtime
7088
+ @CycleUnit = cycleunit
7089
+ @ScheduleDesc = scheduledesc
7090
+ @DatasourceId = datasourceid
7091
+ @DatasourceType = datasourcetype
7076
7092
  end
7077
7093
 
7078
7094
  def deserialize(params)
@@ -7090,6 +7106,10 @@ module TencentCloud
7090
7106
  @DataEngine = params['DataEngine']
7091
7107
  @UpdateTime = params['UpdateTime']
7092
7108
  @CreateTime = params['CreateTime']
7109
+ @CycleUnit = params['CycleUnit']
7110
+ @ScheduleDesc = params['ScheduleDesc']
7111
+ @DatasourceId = params['DatasourceId']
7112
+ @DatasourceType = params['DatasourceType']
7093
7113
  end
7094
7114
  end
7095
7115
 
@@ -7174,10 +7194,18 @@ module TencentCloud
7174
7194
  # @type OwnerId: String
7175
7195
  # @param TenantId: 1
7176
7196
  # @type TenantId: String
7197
+ # @param DatasourceIdList: 数据源ID列表
7198
+ # @type DatasourceIdList: Array
7199
+ # @param DatasourceTypeList: 数据源类型列表
7200
+ # @type DatasourceTypeList: Array
7201
+ # @param CycleUnitList: 调度单位类型列表
7202
+ # @type CycleUnitList: Array
7203
+ # @param CanSubmit: 是否筛选出可提交的任务
7204
+ # @type CanSubmit: Boolean
7177
7205
 
7178
- attr_accessor :ProjectId, :Page, :Size, :StatusList, :OwnerNameList, :WorkflowIdList, :TaskNameFilter, :TaskTypeList, :FordIdList, :TaskIdFilter, :OwnerNameFilter, :SortItem, :SortType, :DataEngineList, :UserId, :OwnerId, :TenantId
7206
+ attr_accessor :ProjectId, :Page, :Size, :StatusList, :OwnerNameList, :WorkflowIdList, :TaskNameFilter, :TaskTypeList, :FordIdList, :TaskIdFilter, :OwnerNameFilter, :SortItem, :SortType, :DataEngineList, :UserId, :OwnerId, :TenantId, :DatasourceIdList, :DatasourceTypeList, :CycleUnitList, :CanSubmit
7179
7207
 
7180
- def initialize(projectid=nil, page=nil, size=nil, statuslist=nil, ownernamelist=nil, workflowidlist=nil, tasknamefilter=nil, tasktypelist=nil, fordidlist=nil, taskidfilter=nil, ownernamefilter=nil, sortitem=nil, sorttype=nil, dataenginelist=nil, userid=nil, ownerid=nil, tenantid=nil)
7208
+ def initialize(projectid=nil, page=nil, size=nil, statuslist=nil, ownernamelist=nil, workflowidlist=nil, tasknamefilter=nil, tasktypelist=nil, fordidlist=nil, taskidfilter=nil, ownernamefilter=nil, sortitem=nil, sorttype=nil, dataenginelist=nil, userid=nil, ownerid=nil, tenantid=nil, datasourceidlist=nil, datasourcetypelist=nil, cycleunitlist=nil, cansubmit=nil)
7181
7209
  @ProjectId = projectid
7182
7210
  @Page = page
7183
7211
  @Size = size
@@ -7195,6 +7223,10 @@ module TencentCloud
7195
7223
  @UserId = userid
7196
7224
  @OwnerId = ownerid
7197
7225
  @TenantId = tenantid
7226
+ @DatasourceIdList = datasourceidlist
7227
+ @DatasourceTypeList = datasourcetypelist
7228
+ @CycleUnitList = cycleunitlist
7229
+ @CanSubmit = cansubmit
7198
7230
  end
7199
7231
 
7200
7232
  def deserialize(params)
@@ -7215,6 +7247,10 @@ module TencentCloud
7215
7247
  @UserId = params['UserId']
7216
7248
  @OwnerId = params['OwnerId']
7217
7249
  @TenantId = params['TenantId']
7250
+ @DatasourceIdList = params['DatasourceIdList']
7251
+ @DatasourceTypeList = params['DatasourceTypeList']
7252
+ @CycleUnitList = params['CycleUnitList']
7253
+ @CanSubmit = params['CanSubmit']
7218
7254
  end
7219
7255
  end
7220
7256
 
@@ -13666,14 +13702,23 @@ module TencentCloud
13666
13702
  # @type ExecutionGroupId: String
13667
13703
  # @param ExecutionGroupName: 执行资源组名字
13668
13704
  # @type ExecutionGroupName: String
13705
+ # @param StartTime: 开始时间
13706
+ # @type StartTime: String
13707
+ # @param EndTime: 结束时间
13708
+ # @type EndTime: String
13709
+ # @param InCharge: 责任人
13710
+ # @type InCharge: String
13669
13711
 
13670
- attr_accessor :ProjectId, :TaskTypeId, :ExecutionGroupId, :ExecutionGroupName
13712
+ attr_accessor :ProjectId, :TaskTypeId, :ExecutionGroupId, :ExecutionGroupName, :StartTime, :EndTime, :InCharge
13671
13713
 
13672
- def initialize(projectid=nil, tasktypeid=nil, executiongroupid=nil, executiongroupname=nil)
13714
+ def initialize(projectid=nil, tasktypeid=nil, executiongroupid=nil, executiongroupname=nil, starttime=nil, endtime=nil, incharge=nil)
13673
13715
  @ProjectId = projectid
13674
13716
  @TaskTypeId = tasktypeid
13675
13717
  @ExecutionGroupId = executiongroupid
13676
13718
  @ExecutionGroupName = executiongroupname
13719
+ @StartTime = starttime
13720
+ @EndTime = endtime
13721
+ @InCharge = incharge
13677
13722
  end
13678
13723
 
13679
13724
  def deserialize(params)
@@ -13681,6 +13726,9 @@ module TencentCloud
13681
13726
  @TaskTypeId = params['TaskTypeId']
13682
13727
  @ExecutionGroupId = params['ExecutionGroupId']
13683
13728
  @ExecutionGroupName = params['ExecutionGroupName']
13729
+ @StartTime = params['StartTime']
13730
+ @EndTime = params['EndTime']
13731
+ @InCharge = params['InCharge']
13684
13732
  end
13685
13733
  end
13686
13734
 
@@ -13724,15 +13772,21 @@ module TencentCloud
13724
13772
  # @type StartTime: String
13725
13773
  # @param EndTime: 结束日前:2023-03-20
13726
13774
  # @type EndTime: String
13775
+ # @param TaskType: 1
13776
+ # @type TaskType: Integer
13777
+ # @param InCharge: 1
13778
+ # @type InCharge: String
13727
13779
 
13728
- attr_accessor :ProjectId, :CycleUnit, :TimeUnit, :StartTime, :EndTime
13780
+ attr_accessor :ProjectId, :CycleUnit, :TimeUnit, :StartTime, :EndTime, :TaskType, :InCharge
13729
13781
 
13730
- def initialize(projectid=nil, cycleunit=nil, timeunit=nil, starttime=nil, endtime=nil)
13782
+ def initialize(projectid=nil, cycleunit=nil, timeunit=nil, starttime=nil, endtime=nil, tasktype=nil, incharge=nil)
13731
13783
  @ProjectId = projectid
13732
13784
  @CycleUnit = cycleunit
13733
13785
  @TimeUnit = timeunit
13734
13786
  @StartTime = starttime
13735
13787
  @EndTime = endtime
13788
+ @TaskType = tasktype
13789
+ @InCharge = incharge
13736
13790
  end
13737
13791
 
13738
13792
  def deserialize(params)
@@ -13741,6 +13795,8 @@ module TencentCloud
13741
13795
  @TimeUnit = params['TimeUnit']
13742
13796
  @StartTime = params['StartTime']
13743
13797
  @EndTime = params['EndTime']
13798
+ @TaskType = params['TaskType']
13799
+ @InCharge = params['InCharge']
13744
13800
  end
13745
13801
  end
13746
13802
 
@@ -13780,19 +13836,23 @@ module TencentCloud
13780
13836
  # @type TypeName: String
13781
13837
  # @param ProjectId: 111
13782
13838
  # @type ProjectId: String
13839
+ # @param InCharge: 1
13840
+ # @type InCharge: String
13783
13841
 
13784
- attr_accessor :TaskType, :TypeName, :ProjectId
13842
+ attr_accessor :TaskType, :TypeName, :ProjectId, :InCharge
13785
13843
 
13786
- def initialize(tasktype=nil, typename=nil, projectid=nil)
13844
+ def initialize(tasktype=nil, typename=nil, projectid=nil, incharge=nil)
13787
13845
  @TaskType = tasktype
13788
13846
  @TypeName = typename
13789
13847
  @ProjectId = projectid
13848
+ @InCharge = incharge
13790
13849
  end
13791
13850
 
13792
13851
  def deserialize(params)
13793
13852
  @TaskType = params['TaskType']
13794
13853
  @TypeName = params['TypeName']
13795
13854
  @ProjectId = params['ProjectId']
13855
+ @InCharge = params['InCharge']
13796
13856
  end
13797
13857
  end
13798
13858
 
@@ -13828,15 +13888,19 @@ module TencentCloud
13828
13888
  class DescribeSchedulerTaskTypeCntRequest < TencentCloud::Common::AbstractModel
13829
13889
  # @param ProjectId: 项目ID
13830
13890
  # @type ProjectId: String
13891
+ # @param InCharge: 1
13892
+ # @type InCharge: String
13831
13893
 
13832
- attr_accessor :ProjectId
13894
+ attr_accessor :ProjectId, :InCharge
13833
13895
 
13834
- def initialize(projectid=nil)
13896
+ def initialize(projectid=nil, incharge=nil)
13835
13897
  @ProjectId = projectid
13898
+ @InCharge = incharge
13836
13899
  end
13837
13900
 
13838
13901
  def deserialize(params)
13839
13902
  @ProjectId = params['ProjectId']
13903
+ @InCharge = params['InCharge']
13840
13904
  end
13841
13905
  end
13842
13906
 
@@ -14047,10 +14111,20 @@ module TencentCloud
14047
14111
  # @type ExecutionGroupId: String
14048
14112
  # @param ExecutionGroupName: 资源组名称
14049
14113
  # @type ExecutionGroupName: String
14114
+ # @param InCharge: 1
14115
+ # @type InCharge: String
14116
+ # @param TaskType: 1
14117
+ # @type TaskType: Integer
14118
+ # @param StateList: 1
14119
+ # @type StateList: Array
14120
+ # @param AggregationUnit: D代表天,H代表小时
14121
+ # @type AggregationUnit: String
14122
+ # @param AverageWindowSize: 1
14123
+ # @type AverageWindowSize: Integer
14050
14124
 
14051
- attr_accessor :ProjectId, :TaskTypeId, :TimeType, :TypeName, :StartTime, :EndTime, :ExecutionGroupId, :ExecutionGroupName
14125
+ attr_accessor :ProjectId, :TaskTypeId, :TimeType, :TypeName, :StartTime, :EndTime, :ExecutionGroupId, :ExecutionGroupName, :InCharge, :TaskType, :StateList, :AggregationUnit, :AverageWindowSize
14052
14126
 
14053
- def initialize(projectid=nil, tasktypeid=nil, timetype=nil, typename=nil, starttime=nil, endtime=nil, executiongroupid=nil, executiongroupname=nil)
14127
+ def initialize(projectid=nil, tasktypeid=nil, timetype=nil, typename=nil, starttime=nil, endtime=nil, executiongroupid=nil, executiongroupname=nil, incharge=nil, tasktype=nil, statelist=nil, aggregationunit=nil, averagewindowsize=nil)
14054
14128
  @ProjectId = projectid
14055
14129
  @TaskTypeId = tasktypeid
14056
14130
  @TimeType = timetype
@@ -14059,6 +14133,11 @@ module TencentCloud
14059
14133
  @EndTime = endtime
14060
14134
  @ExecutionGroupId = executiongroupid
14061
14135
  @ExecutionGroupName = executiongroupname
14136
+ @InCharge = incharge
14137
+ @TaskType = tasktype
14138
+ @StateList = statelist
14139
+ @AggregationUnit = aggregationunit
14140
+ @AverageWindowSize = averagewindowsize
14062
14141
  end
14063
14142
 
14064
14143
  def deserialize(params)
@@ -14070,6 +14149,11 @@ module TencentCloud
14070
14149
  @EndTime = params['EndTime']
14071
14150
  @ExecutionGroupId = params['ExecutionGroupId']
14072
14151
  @ExecutionGroupName = params['ExecutionGroupName']
14152
+ @InCharge = params['InCharge']
14153
+ @TaskType = params['TaskType']
14154
+ @StateList = params['StateList']
14155
+ @AggregationUnit = params['AggregationUnit']
14156
+ @AverageWindowSize = params['AverageWindowSize']
14073
14157
  end
14074
14158
  end
14075
14159
 
@@ -14707,15 +14791,19 @@ module TencentCloud
14707
14791
  class DescribeTaskByCycleRequest < TencentCloud::Common::AbstractModel
14708
14792
  # @param ProjectId: 项目ID
14709
14793
  # @type ProjectId: String
14794
+ # @param InCharge: 1
14795
+ # @type InCharge: String
14710
14796
 
14711
- attr_accessor :ProjectId
14797
+ attr_accessor :ProjectId, :InCharge
14712
14798
 
14713
- def initialize(projectid=nil)
14799
+ def initialize(projectid=nil, incharge=nil)
14714
14800
  @ProjectId = projectid
14801
+ @InCharge = incharge
14715
14802
  end
14716
14803
 
14717
14804
  def deserialize(params)
14718
14805
  @ProjectId = params['ProjectId']
14806
+ @InCharge = params['InCharge']
14719
14807
  end
14720
14808
  end
14721
14809
 
@@ -14760,16 +14848,28 @@ module TencentCloud
14760
14848
  # @type StartTime: String
14761
14849
  # @param EndTime: 结束时间
14762
14850
  # @type EndTime: String
14851
+ # @param AggregationUnit: 无
14852
+ # @type AggregationUnit: String
14853
+ # @param CycleUnit: 无
14854
+ # @type CycleUnit: String
14855
+ # @param Status: 无
14856
+ # @type Status: String
14857
+ # @param InCharge: 无
14858
+ # @type InCharge: String
14763
14859
 
14764
- attr_accessor :ProjectId, :Type, :TaskType, :TypeName, :StartTime, :EndTime
14860
+ attr_accessor :ProjectId, :Type, :TaskType, :TypeName, :StartTime, :EndTime, :AggregationUnit, :CycleUnit, :Status, :InCharge
14765
14861
 
14766
- def initialize(projectid=nil, type=nil, tasktype=nil, typename=nil, starttime=nil, endtime=nil)
14862
+ def initialize(projectid=nil, type=nil, tasktype=nil, typename=nil, starttime=nil, endtime=nil, aggregationunit=nil, cycleunit=nil, status=nil, incharge=nil)
14767
14863
  @ProjectId = projectid
14768
14864
  @Type = type
14769
14865
  @TaskType = tasktype
14770
14866
  @TypeName = typename
14771
14867
  @StartTime = starttime
14772
14868
  @EndTime = endtime
14869
+ @AggregationUnit = aggregationunit
14870
+ @CycleUnit = cycleunit
14871
+ @Status = status
14872
+ @InCharge = incharge
14773
14873
  end
14774
14874
 
14775
14875
  def deserialize(params)
@@ -14779,6 +14879,10 @@ module TencentCloud
14779
14879
  @TypeName = params['TypeName']
14780
14880
  @StartTime = params['StartTime']
14781
14881
  @EndTime = params['EndTime']
14882
+ @AggregationUnit = params['AggregationUnit']
14883
+ @CycleUnit = params['CycleUnit']
14884
+ @Status = params['Status']
14885
+ @InCharge = params['InCharge']
14782
14886
  end
14783
14887
  end
14784
14888
 
@@ -19384,15 +19488,23 @@ module TencentCloud
19384
19488
  # @param ShowTime: 当前展示时间
19385
19489
  # 注意:此字段可能返回 null,表示取不到有效值。
19386
19490
  # @type ShowTime: String
19491
+ # @param ReportTime: 1
19492
+ # 注意:此字段可能返回 null,表示取不到有效值。
19493
+ # @type ReportTime: String
19494
+ # @param Count: 1
19495
+ # 注意:此字段可能返回 null,表示取不到有效值。
19496
+ # @type Count: Integer
19387
19497
 
19388
- attr_accessor :CountList, :TimeList, :InstanceStatus, :InstanceCount, :ShowTime
19498
+ attr_accessor :CountList, :TimeList, :InstanceStatus, :InstanceCount, :ShowTime, :ReportTime, :Count
19389
19499
 
19390
- def initialize(countlist=nil, timelist=nil, instancestatus=nil, instancecount=nil, showtime=nil)
19500
+ def initialize(countlist=nil, timelist=nil, instancestatus=nil, instancecount=nil, showtime=nil, reporttime=nil, count=nil)
19391
19501
  @CountList = countlist
19392
19502
  @TimeList = timelist
19393
19503
  @InstanceStatus = instancestatus
19394
19504
  @InstanceCount = instancecount
19395
19505
  @ShowTime = showtime
19506
+ @ReportTime = reporttime
19507
+ @Count = count
19396
19508
  end
19397
19509
 
19398
19510
  def deserialize(params)
@@ -19401,6 +19513,8 @@ module TencentCloud
19401
19513
  @InstanceStatus = params['InstanceStatus']
19402
19514
  @InstanceCount = params['InstanceCount']
19403
19515
  @ShowTime = params['ShowTime']
19516
+ @ReportTime = params['ReportTime']
19517
+ @Count = params['Count']
19404
19518
  end
19405
19519
  end
19406
19520
 
@@ -28223,14 +28337,20 @@ module TencentCloud
28223
28337
  # @param CycleUnit: 周期单位
28224
28338
  # 注意:此字段可能返回 null,表示取不到有效值。
28225
28339
  # @type CycleUnit: String
28340
+ # @param ReportTime: 1
28341
+ # @type ReportTime: String
28342
+ # @param Count: 1
28343
+ # @type Count: Integer
28226
28344
 
28227
- attr_accessor :CountGroup, :ShowTimeGroup, :Status, :CycleUnit
28345
+ attr_accessor :CountGroup, :ShowTimeGroup, :Status, :CycleUnit, :ReportTime, :Count
28228
28346
 
28229
- def initialize(countgroup=nil, showtimegroup=nil, status=nil, cycleunit=nil)
28347
+ def initialize(countgroup=nil, showtimegroup=nil, status=nil, cycleunit=nil, reporttime=nil, count=nil)
28230
28348
  @CountGroup = countgroup
28231
28349
  @ShowTimeGroup = showtimegroup
28232
28350
  @Status = status
28233
28351
  @CycleUnit = cycleunit
28352
+ @ReportTime = reporttime
28353
+ @Count = count
28234
28354
  end
28235
28355
 
28236
28356
  def deserialize(params)
@@ -28238,6 +28358,8 @@ module TencentCloud
28238
28358
  @ShowTimeGroup = params['ShowTimeGroup']
28239
28359
  @Status = params['Status']
28240
28360
  @CycleUnit = params['CycleUnit']
28361
+ @ReportTime = params['ReportTime']
28362
+ @Count = params['Count']
28241
28363
  end
28242
28364
  end
28243
28365
 
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.630
4
+ version: 3.0.632
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-08-07 00:00:00.000000000 Z
11
+ date: 2023-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common