tencentcloud-sdk-wedata 3.0.789 → 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: 45f3b5410dbe8b72e9e98684f884d74143c82e87
4
- data.tar.gz: 3d53aab7410fb65ece5312488cd73eed843fe46f
3
+ metadata.gz: 7047ada996123a2dd61ca05b05367098effbf8d0
4
+ data.tar.gz: 4f4792690755b0bc0b351f13308a3fed34ddd9f2
5
5
  SHA512:
6
- metadata.gz: 8e7e285892494bd50bdbf1ce9e5f005ca4cf6bf8ebbf46eabad8ae0d13fcab775626d77f94fc504525b5a9aa07c2d9811f7faf4dad2c1d61880ace811b7da59e
7
- data.tar.gz: 4cd2da0dc432a2f0996b606cd97606a0ddc983068d45f73eb65fe62533413757fbd2d84f2ec69f4d6fe25bd6f035b68d40c6f5b0128fae5d039f59209f3c332c
6
+ metadata.gz: 36cf69e111489b754f055213a56c4eabd70fe1d40ce6fe6ebd3d4b4219eb4878e106cadcc18a68b6d3697aea2aea98b3c41d8d8d854df665fa046d780d4e400e
7
+ data.tar.gz: 906544b72c570c43972c243432fd76cca8fb9da1ab569ed521885e6e941cff32ef57c596722c8484f86f348f311aa8d1508d3e3cd76cfa34530e7e322bd0824b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.789
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.789
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-24 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