tencentcloud-sdk-wedata 3.0.630 → 3.0.631

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 -4
  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: 77e77c2edc40a3615b6e74ac8a448838fe8952e8
4
+ data.tar.gz: f491d6c6a04a48e44349275d388715bd20385b5e
5
5
  SHA512:
6
- metadata.gz: eb379ac01acd9dcdfd96af861c8c2910f9e8b2c77c25d137531c27c9ddb8d61f8883eecb8b214a53cf4426974f78cdc88bcd1bc59a98df0af1ebd5eb3f2b824a
7
- data.tar.gz: ae4830fa0031cab8e421adf6e88e0bf1717fd56b73abf211757ea4aff5b06b17e63d91e4305b105c1d761659fce93dcb85c870c54113390a9bf50cfc50731888
6
+ metadata.gz: 38083f067d10d27256d92b345358bf42643df0df5a189c3beb8092b1f1735ab1a307ebd3530ec8269e95b5725c8f28047bf0dd149b3bec73cc4211bec6ba8212
7
+ data.tar.gz: 215c32a1fe63e8c68e5132f355e896aa7a75584be49ebf88f9c8b005b9987e04a4c44d3e50f1085a799ee2c65daee0b024891db3f573ef77a9ed6bd6645c9550
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.630
1
+ 3.0.631
@@ -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
 
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.631
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-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common