tencentcloud-sdk-wedata 3.0.788 → 3.0.790

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210820/models.rb +17 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e2a3d91faa8f9ba88e1ee3521efc714f704fc32
4
- data.tar.gz: 660bab8146dddcdaa46c1d44a89315bf11704099
3
+ metadata.gz: 7047ada996123a2dd61ca05b05367098effbf8d0
4
+ data.tar.gz: 4f4792690755b0bc0b351f13308a3fed34ddd9f2
5
5
  SHA512:
6
- metadata.gz: 232453c26da7f236e7da65e9e46e253d4fef53169eaf52c0cd497c9a4d486a38587e963a0cf14c982e7fa21f1f9373caaea24aabff6c3dea80dcf6ea95297642
7
- data.tar.gz: 36c7ab5e8ac13edf20440691ea394a65363c165ccdfb35825c26df5920ad34ff0e2cf7db67bb0bce870b4f2a4f21c00c811bd3403f183c4daa4e9a8b44c636bf
6
+ metadata.gz: 36cf69e111489b754f055213a56c4eabd70fe1d40ce6fe6ebd3d4b4219eb4878e106cadcc18a68b6d3697aea2aea98b3c41d8d8d854df665fa046d780d4e400e
7
+ data.tar.gz: 906544b72c570c43972c243432fd76cca8fb9da1ab569ed521885e6e941cff32ef57c596722c8484f86f348f311aa8d1508d3e3cd76cfa34530e7e322bd0824b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.788
1
+ 3.0.790
@@ -24855,10 +24855,19 @@ module TencentCloud
24855
24855
  # @type DependencyWorkflow: String
24856
24856
  # @param DependencyConfigDTOs: 依赖配置
24857
24857
  # @type DependencyConfigDTOs: Array
24858
+ # @param ExecutionTTL: 执行耗时
24859
+ # @type ExecutionTTL: Integer
24860
+ # @param ScriptChange: 脚本是否改变
24861
+ # @type ScriptChange: Boolean
24862
+ # @param InChargeIds: 责任人id
24863
+ # @type InChargeIds: Array
24858
24864
 
24859
- attr_accessor :ProjectId, :TaskId, :DelayTime, :StartupTime, :SelfDepend, :StartTime, :EndTime, :TaskAction, :CycleType, :CycleStep, :CrontabExpression, :ExecutionStartTime, :ExecutionEndTime, :TaskName, :RetryWait, :TryLimit, :Retriable, :RunPriority, :TaskExt, :ResourceGroup, :YarnQueue, :BrokerIp, :InCharge, :Notes, :TaskParamInfos, :SourceServer, :TargetServer, :DependencyWorkflow, :DependencyConfigDTOs
24865
+ attr_accessor :ProjectId, :TaskId, :DelayTime, :StartupTime, :SelfDepend, :StartTime, :EndTime, :TaskAction, :CycleType, :CycleStep, :CrontabExpression, :ExecutionStartTime, :ExecutionEndTime, :TaskName, :RetryWait, :TryLimit, :Retriable, :RunPriority, :TaskExt, :ResourceGroup, :YarnQueue, :BrokerIp, :InCharge, :Notes, :TaskParamInfos, :SourceServer, :TargetServer, :DependencyWorkflow, :DependencyConfigDTOs, :ExecutionTTL, :ScriptChange, :InChargeIds
24866
+ extend Gem::Deprecate
24867
+ deprecate :InCharge, :none, 2024, 3
24868
+ deprecate :InCharge=, :none, 2024, 3
24860
24869
 
24861
- def initialize(projectid=nil, taskid=nil, delaytime=nil, startuptime=nil, selfdepend=nil, starttime=nil, endtime=nil, taskaction=nil, cycletype=nil, cyclestep=nil, crontabexpression=nil, executionstarttime=nil, executionendtime=nil, taskname=nil, retrywait=nil, trylimit=nil, retriable=nil, runpriority=nil, taskext=nil, resourcegroup=nil, yarnqueue=nil, brokerip=nil, incharge=nil, notes=nil, taskparaminfos=nil, sourceserver=nil, targetserver=nil, dependencyworkflow=nil, dependencyconfigdtos=nil)
24870
+ def initialize(projectid=nil, taskid=nil, delaytime=nil, startuptime=nil, selfdepend=nil, starttime=nil, endtime=nil, taskaction=nil, cycletype=nil, cyclestep=nil, crontabexpression=nil, executionstarttime=nil, executionendtime=nil, taskname=nil, retrywait=nil, trylimit=nil, retriable=nil, runpriority=nil, taskext=nil, resourcegroup=nil, yarnqueue=nil, brokerip=nil, incharge=nil, notes=nil, taskparaminfos=nil, sourceserver=nil, targetserver=nil, dependencyworkflow=nil, dependencyconfigdtos=nil, executionttl=nil, scriptchange=nil, inchargeids=nil)
24862
24871
  @ProjectId = projectid
24863
24872
  @TaskId = taskid
24864
24873
  @DelayTime = delaytime
@@ -24888,6 +24897,9 @@ module TencentCloud
24888
24897
  @TargetServer = targetserver
24889
24898
  @DependencyWorkflow = dependencyworkflow
24890
24899
  @DependencyConfigDTOs = dependencyconfigdtos
24900
+ @ExecutionTTL = executionttl
24901
+ @ScriptChange = scriptchange
24902
+ @InChargeIds = inchargeids
24891
24903
  end
24892
24904
 
24893
24905
  def deserialize(params)
@@ -24941,6 +24953,9 @@ module TencentCloud
24941
24953
  @DependencyConfigDTOs << dependencyconfig_tmp
24942
24954
  end
24943
24955
  end
24956
+ @ExecutionTTL = params['ExecutionTTL']
24957
+ @ScriptChange = params['ScriptChange']
24958
+ @InChargeIds = params['InChargeIds']
24944
24959
  end
24945
24960
  end
24946
24961
 
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.788
4
+ version: 3.0.790
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-21 00:00:00.000000000 Z
11
+ date: 2024-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common