tencentcloud-sdk-wedata 3.0.904 → 3.0.906

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: ed7c411bdca222869611c327241aceab7324f321
4
- data.tar.gz: c268a1b798644fca379a39ae97a7eae0163cf183
3
+ metadata.gz: e879d03b2f0cc4d811d8eb8cf227e9979ffc7ea7
4
+ data.tar.gz: 57c09e2c3895ede5ab8cc52df5b602277849b7b7
5
5
  SHA512:
6
- metadata.gz: 9395494f54891501a9d36ea6d96c4a08513fe8502a1cac9cba58b577b4a5c42adfdc81eaf5aab3d9e83b18b4088223805951e07edcaf3e80a5df76a696ca2442
7
- data.tar.gz: 126d4c0f736a6349256fcf20a58a15854fe419c175fe014b06c6c209d7bc44560fbb8d66436533ca657f7c978052321b40f15ccfcfd5ea4a6e5f37a2ca840e7e
6
+ metadata.gz: 4f5e04801389e4f69c33dce921fc81d50bb0f128a4c44276bb452e18c1f049a67261d6af3bc99d47fb04695d8390ec7c95c3bd61834c7c3064997cc583231ee6
7
+ data.tar.gz: 7a86d61829352198963e5d9a0f014bee621d4969b00fa69e2ae93efd5ec6fde2401f8fa96f4a478c06ce3c27ef425d697136cf5ffa339f0e16b3ba08c4a26180
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.904
1
+ 3.0.906
@@ -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.904
4
+ version: 3.0.906
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-11 00:00:00.000000000 Z
11
+ date: 2024-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common