tencentcloud-sdk-wedata 3.0.1180 → 3.0.1181

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 +40 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dd84fbed7b6d24cfcb0786f0a38751a8c5bc8502
4
- data.tar.gz: 450d9876a6b3b77bfa9badd0198e8c3bd5e17a84
3
+ metadata.gz: e823bd02a9a65b20586bcc73861fc84b7fce26e2
4
+ data.tar.gz: cf507d393c7da4879ed531eb691c37e588a3f2aa
5
5
  SHA512:
6
- metadata.gz: 33b1934bbf4a04698f02e10f58482122d04566624ffd0000ca1f4c0c84a7fb1a9ece912f488cf451a654d45572fe2beca2d1391c7a485f7b2e6ca18560c8fef0
7
- data.tar.gz: 2e66cda1c0cb8d27e0c7e8ddf998fc8aadd4d94da192334efc0968edc51426b068b1378b23ca787b3cdc787abb17812584f1dd7147d4a77217d37aabf645c785
6
+ metadata.gz: c443c4f443d06748fe0c552d60eec7c5f2a63f52e75cd0625c6e38ab6079b3bcd2ec4a3f12ebbdc2882689ed27e5c69a5f3c9237db8ccda9c8bbffbf7abe9ad1
7
+ data.tar.gz: e8596fbd351e14f31360f85f1b1b8ab6cdf5e8b6f5434f0f390cfc4165341e1a3481ab95cd026c4b948aa77fd2dbddde78d6cd15ba1c3914c817e602d7e48ee8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1180
1
+ 3.0.1181
@@ -8941,7 +8941,15 @@ module TencentCloud
8941
8941
  # @param CreateTime: 创造时间
8942
8942
  # 注意:此字段可能返回 null,表示取不到有效值。
8943
8943
  # @type CreateTime: String
8944
- # @param CycleUnit: 周期类型
8944
+ # @param CycleUnit: 周期类型D天周期
8945
+ # H小时
8946
+ # Ccrontab类型
8947
+ # I分钟
8948
+ # O一次性
8949
+ # Y年
8950
+ # R用户驱动
8951
+ # W周
8952
+ # M月
8945
8953
  # 注意:此字段可能返回 null,表示取不到有效值。
8946
8954
  # @type CycleUnit: String
8947
8955
  # @param ScheduleDesc: 调度计划
@@ -8953,10 +8961,19 @@ module TencentCloud
8953
8961
  # @param DatasourceType: 数据源类型
8954
8962
  # 注意:此字段可能返回 null,表示取不到有效值。
8955
8963
  # @type DatasourceType: String
8964
+ # @param ComputeResource: 引擎名称
8965
+ # 注意:此字段可能返回 null,表示取不到有效值。
8966
+ # @type ComputeResource: String
8967
+ # @param DlcRegion: dlc地域
8968
+ # 注意:此字段可能返回 null,表示取不到有效值。
8969
+ # @type DlcRegion: String
8970
+ # @param IsInherit: 资源组或自定义
8971
+ # 注意:此字段可能返回 null,表示取不到有效值。
8972
+ # @type IsInherit: String
8956
8973
 
8957
- attr_accessor :TaskId, :TaskName, :WorkflowId, :WorkflowName, :Status, :TaskTypeId, :TaskTypeDesc, :FolderName, :FolderId, :InCharge, :Submit, :DataEngine, :UpdateTime, :CreateTime, :CycleUnit, :ScheduleDesc, :DatasourceId, :DatasourceType
8974
+ attr_accessor :TaskId, :TaskName, :WorkflowId, :WorkflowName, :Status, :TaskTypeId, :TaskTypeDesc, :FolderName, :FolderId, :InCharge, :Submit, :DataEngine, :UpdateTime, :CreateTime, :CycleUnit, :ScheduleDesc, :DatasourceId, :DatasourceType, :ComputeResource, :DlcRegion, :IsInherit
8958
8975
 
8959
- 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)
8976
+ 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, computeresource=nil, dlcregion=nil, isinherit=nil)
8960
8977
  @TaskId = taskid
8961
8978
  @TaskName = taskname
8962
8979
  @WorkflowId = workflowid
@@ -8975,6 +8992,9 @@ module TencentCloud
8975
8992
  @ScheduleDesc = scheduledesc
8976
8993
  @DatasourceId = datasourceid
8977
8994
  @DatasourceType = datasourcetype
8995
+ @ComputeResource = computeresource
8996
+ @DlcRegion = dlcregion
8997
+ @IsInherit = isinherit
8978
8998
  end
8979
8999
 
8980
9000
  def deserialize(params)
@@ -8996,6 +9016,9 @@ module TencentCloud
8996
9016
  @ScheduleDesc = params['ScheduleDesc']
8997
9017
  @DatasourceId = params['DatasourceId']
8998
9018
  @DatasourceType = params['DatasourceType']
9019
+ @ComputeResource = params['ComputeResource']
9020
+ @DlcRegion = params['DlcRegion']
9021
+ @IsInherit = params['IsInherit']
8999
9022
  end
9000
9023
  end
9001
9024
 
@@ -9088,10 +9111,16 @@ module TencentCloud
9088
9111
  # @type CycleUnitList: Array
9089
9112
  # @param CanSubmit: 是否筛选出可提交的任务
9090
9113
  # @type CanSubmit: Boolean
9114
+ # @param TimeZone: 返回时间字段需要转换的时区
9115
+ # @type TimeZone: String
9116
+ # @param MinUpdateTime: 任务最后更新时间最小值,ISO8601格式,如2025-07-16T15:00:00+08:00
9117
+ # @type MinUpdateTime: String
9118
+ # @param MaxUpdateTime: 任务最后更新时间最大值,ISO8601格式,如2025-07-17T15:00:00+08:00
9119
+ # @type MaxUpdateTime: String
9091
9120
 
9092
- attr_accessor :ProjectId, :Page, :Size, :StatusList, :OwnerNameList, :WorkflowIdList, :TaskNameFilter, :TaskTypeList, :FordIdList, :TaskIdFilter, :OwnerNameFilter, :SortItem, :SortType, :DataEngineList, :UserId, :OwnerId, :TenantId, :DatasourceIdList, :DatasourceTypeList, :CycleUnitList, :CanSubmit
9121
+ attr_accessor :ProjectId, :Page, :Size, :StatusList, :OwnerNameList, :WorkflowIdList, :TaskNameFilter, :TaskTypeList, :FordIdList, :TaskIdFilter, :OwnerNameFilter, :SortItem, :SortType, :DataEngineList, :UserId, :OwnerId, :TenantId, :DatasourceIdList, :DatasourceTypeList, :CycleUnitList, :CanSubmit, :TimeZone, :MinUpdateTime, :MaxUpdateTime
9093
9122
 
9094
- 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)
9123
+ 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, timezone=nil, minupdatetime=nil, maxupdatetime=nil)
9095
9124
  @ProjectId = projectid
9096
9125
  @Page = page
9097
9126
  @Size = size
@@ -9113,6 +9142,9 @@ module TencentCloud
9113
9142
  @DatasourceTypeList = datasourcetypelist
9114
9143
  @CycleUnitList = cycleunitlist
9115
9144
  @CanSubmit = cansubmit
9145
+ @TimeZone = timezone
9146
+ @MinUpdateTime = minupdatetime
9147
+ @MaxUpdateTime = maxupdatetime
9116
9148
  end
9117
9149
 
9118
9150
  def deserialize(params)
@@ -9137,6 +9169,9 @@ module TencentCloud
9137
9169
  @DatasourceTypeList = params['DatasourceTypeList']
9138
9170
  @CycleUnitList = params['CycleUnitList']
9139
9171
  @CanSubmit = params['CanSubmit']
9172
+ @TimeZone = params['TimeZone']
9173
+ @MinUpdateTime = params['MinUpdateTime']
9174
+ @MaxUpdateTime = params['MaxUpdateTime']
9140
9175
  end
9141
9176
  end
9142
9177
 
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.1180
4
+ version: 3.0.1181
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-12-09 00:00:00.000000000 Z
11
+ date: 2025-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common