tencentcloud-sdk-wedata 3.0.903 → 3.0.905

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 50c0858c257020f913309ab2dd5be43cac373a5a
4
- data.tar.gz: e93733ab247bb05912963c90395fb10be54ac6e5
3
+ metadata.gz: cf756594075f4417dc3e499ff60e8cba4174bee6
4
+ data.tar.gz: b5393a16544f1b237b71dbe23009c270a4bfcbb2
5
5
  SHA512:
6
- metadata.gz: 5eef2aaf817e2311f2ab760c9ce17f815969a2b96b3480c099942d56e7fea0a64b401b30101d032ebfec0c6ba887f2f5a508c4b4388dc55188ec9abcc0af9080
7
- data.tar.gz: 64788657647b36a5b3b30c859a7daf45bcc344bd0776e1b364a735280d61921f154831aa353a9f5c063a24481e3059ecac9a47df0400a0fd17bf18d74111857e
6
+ metadata.gz: 3e4dcf265f4726d11da89c350439157566977c7a152df349cb5e8be8a067e18635a1410233be2f5304f0f279702a6003605812c29121ab408137ab15f21d6bd1
7
+ data.tar.gz: 9a3ac0e9f057f0a0bd474908badf1d18c42d7130bd7f6d8978e290e0ac299de56c20074e8cfd67869f8233005f612910f65c6a182b113da5b37f07b5b66b3d97
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.903
1
+ 3.0.905
@@ -2741,7 +2741,7 @@ module TencentCloud
2741
2741
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2742
2742
  end
2743
2743
 
2744
- # 获取待提交任务预提交校验信息
2744
+ # 获取待提交任务预提交校验信息(注意:工作流编号或者任务编号列表,必须填一项)
2745
2745
 
2746
2746
  # @param request: Request instance for DescribePendingSubmitTaskList.
2747
2747
  # @type request: :class:`Tencentcloud::wedata::V20210820::DescribePendingSubmitTaskListRequest`
@@ -2229,8 +2229,8 @@ module TencentCloud
2229
2229
 
2230
2230
  attr_accessor :ProjectId, :AlarmRegularName, :TaskId, :Id, :TaskType, :MonitorType
2231
2231
  extend Gem::Deprecate
2232
- deprecate :TaskId, :none, 2024, 8
2233
- deprecate :TaskId=, :none, 2024, 8
2232
+ deprecate :TaskId, :none, 2024, 9
2233
+ deprecate :TaskId=, :none, 2024, 9
2234
2234
 
2235
2235
  def initialize(projectid=nil, alarmregularname=nil, taskid=nil, id=nil, tasktype=nil, monitortype=nil)
2236
2236
  @ProjectId = projectid
@@ -8007,12 +8007,12 @@ module TencentCloud
8007
8007
 
8008
8008
  attr_accessor :ProjectId, :Category, :PageNumber, :PageSize, :EventName, :EventType, :EventSubType, :EventBroadcastType, :Status, :CreationTimeStart, :CreationTimeEnd, :EventTriggeredTimeStart, :EventTriggeredTimeEnd, :LogTimeStart, :LogTimeEnd, :Dimension, :TimeToLive, :SortItem, :SortType
8009
8009
  extend Gem::Deprecate
8010
- deprecate :EventType, :none, 2024, 8
8011
- deprecate :EventType=, :none, 2024, 8
8012
- deprecate :EventBroadcastType, :none, 2024, 8
8013
- deprecate :EventBroadcastType=, :none, 2024, 8
8014
- deprecate :Status, :none, 2024, 8
8015
- deprecate :Status=, :none, 2024, 8
8010
+ deprecate :EventType, :none, 2024, 9
8011
+ deprecate :EventType=, :none, 2024, 9
8012
+ deprecate :EventBroadcastType, :none, 2024, 9
8013
+ deprecate :EventBroadcastType=, :none, 2024, 9
8014
+ deprecate :Status, :none, 2024, 9
8015
+ deprecate :Status=, :none, 2024, 9
8016
8016
 
8017
8017
  def initialize(projectid=nil, category=nil, pagenumber=nil, pagesize=nil, eventname=nil, eventtype=nil, eventsubtype=nil, eventbroadcasttype=nil, status=nil, creationtimestart=nil, creationtimeend=nil, eventtriggeredtimestart=nil, eventtriggeredtimeend=nil, logtimestart=nil, logtimeend=nil, dimension=nil, timetolive=nil, sortitem=nil, sorttype=nil)
8018
8018
  @ProjectId = projectid
@@ -13908,8 +13908,8 @@ module TencentCloud
13908
13908
 
13909
13909
  attr_accessor :DimType, :Count, :QualityDim
13910
13910
  extend Gem::Deprecate
13911
- deprecate :DimType, :none, 2024, 8
13912
- deprecate :DimType=, :none, 2024, 8
13911
+ deprecate :DimType, :none, 2024, 9
13912
+ deprecate :DimType=, :none, 2024, 9
13913
13913
 
13914
13914
  def initialize(dimtype=nil, count=nil, qualitydim=nil)
13915
13915
  @DimType = dimtype
@@ -19437,8 +19437,8 @@ module TencentCloud
19437
19437
 
19438
19438
  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
19439
19439
  extend Gem::Deprecate
19440
- deprecate :InCharge, :none, 2024, 8
19441
- deprecate :InCharge=, :none, 2024, 8
19440
+ deprecate :InCharge, :none, 2024, 9
19441
+ deprecate :InCharge=, :none, 2024, 9
19442
19442
 
19443
19443
  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)
19444
19444
  @ProjectId = projectid
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.903
4
+ version: 3.0.905
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-09-10 00:00:00.000000000 Z
11
+ date: 2024-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common