tencentcloud-sdk-wedata 3.0.1089 → 3.0.1092

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6105cdd6ee288da617674f876091bb4f57442871
4
- data.tar.gz: 2c5377ff2510bb31543bf58cf33e5ed79031349d
3
+ metadata.gz: 106a524ef96d63eca1739d88452a3864baf6d0bb
4
+ data.tar.gz: 7aa368b8df0236574f57f8d9e0c2256cb47e524d
5
5
  SHA512:
6
- metadata.gz: 0d4d9c263bf7d17693f6677fdeaab229f1893b6904b98797090a582a38c0695dd54b4bf86e3eebdf4e3be612f8d53a7e95c8b1913344e530bee1b534d9b669df
7
- data.tar.gz: a5fd1b2e4cb2a551083daafb0a60c09ab5287bb4688c376b703509dec716e77c0ba30839fd55bb78beb6109576ead1103fcf0feeebee48deaed660d9c1dffcd5
6
+ metadata.gz: 252cbc02f0dcd82925dccc3b74619a33cc55731bb65352b58128f93d1511a566a89a97edc389e9df226874d655d0febb22637ccd535a00270134e84a9edab219
7
+ data.tar.gz: 9ab12cb0f13fcb6f0454b77fb52457a1c63dd7d7753a5fc19bd7283d25c07eb324a5d084f50952358309d04c83b3bd7d1ae5f6a539d1db242ce32f42de87ed23
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1089
1
+ 3.0.1092
@@ -5270,6 +5270,30 @@ module TencentCloud
5270
5270
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
5271
5271
  end
5272
5272
 
5273
+ # 获取带分页的任务脚本
5274
+
5275
+ # @param request: Request instance for GetPaginationTaskScript.
5276
+ # @type request: :class:`Tencentcloud::wedata::V20210820::GetPaginationTaskScriptRequest`
5277
+ # @rtype: :class:`Tencentcloud::wedata::V20210820::GetPaginationTaskScriptResponse`
5278
+ def GetPaginationTaskScript(request)
5279
+ body = send_request('GetPaginationTaskScript', request.serialize)
5280
+ response = JSON.parse(body)
5281
+ if response['Response'].key?('Error') == false
5282
+ model = GetPaginationTaskScriptResponse.new
5283
+ model.deserialize(response['Response'])
5284
+ model
5285
+ else
5286
+ code = response['Response']['Error']['Code']
5287
+ message = response['Response']['Error']['Message']
5288
+ reqid = response['Response']['RequestId']
5289
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
5290
+ end
5291
+ rescue TencentCloud::Common::TencentCloudSDKException => e
5292
+ raise e
5293
+ rescue StandardError => e
5294
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
5295
+ end
5296
+
5273
5297
  # 获取实例列表
5274
5298
 
5275
5299
  # @param request: Request instance for GetTaskInstance.
@@ -2687,8 +2687,8 @@ module TencentCloud
2687
2687
 
2688
2688
  attr_accessor :ProjectId, :AlarmRegularName, :TaskId, :Id, :TaskType, :MonitorType
2689
2689
  extend Gem::Deprecate
2690
- deprecate :TaskId, :none, 2025, 6
2691
- deprecate :TaskId=, :none, 2025, 6
2690
+ deprecate :TaskId, :none, 2025, 7
2691
+ deprecate :TaskId=, :none, 2025, 7
2692
2692
 
2693
2693
  def initialize(projectid=nil, alarmregularname=nil, taskid=nil, id=nil, tasktype=nil, monitortype=nil)
2694
2694
  @ProjectId = projectid
@@ -10113,12 +10113,12 @@ module TencentCloud
10113
10113
 
10114
10114
  attr_accessor :ProjectId, :Category, :PageNumber, :PageSize, :EventName, :EventType, :EventSubType, :EventBroadcastType, :Status, :CreationTimeStart, :CreationTimeEnd, :EventTriggeredTimeStart, :EventTriggeredTimeEnd, :LogTimeStart, :LogTimeEnd, :Dimension, :TimeToLive, :SortItem, :SortType
10115
10115
  extend Gem::Deprecate
10116
- deprecate :EventType, :none, 2025, 6
10117
- deprecate :EventType=, :none, 2025, 6
10118
- deprecate :EventBroadcastType, :none, 2025, 6
10119
- deprecate :EventBroadcastType=, :none, 2025, 6
10120
- deprecate :Status, :none, 2025, 6
10121
- deprecate :Status=, :none, 2025, 6
10116
+ deprecate :EventType, :none, 2025, 7
10117
+ deprecate :EventType=, :none, 2025, 7
10118
+ deprecate :EventBroadcastType, :none, 2025, 7
10119
+ deprecate :EventBroadcastType=, :none, 2025, 7
10120
+ deprecate :Status, :none, 2025, 7
10121
+ deprecate :Status=, :none, 2025, 7
10122
10122
 
10123
10123
  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)
10124
10124
  @ProjectId = projectid
@@ -17595,8 +17595,8 @@ module TencentCloud
17595
17595
 
17596
17596
  attr_accessor :DimType, :Count, :QualityDim
17597
17597
  extend Gem::Deprecate
17598
- deprecate :DimType, :none, 2025, 6
17599
- deprecate :DimType=, :none, 2025, 6
17598
+ deprecate :DimType, :none, 2025, 7
17599
+ deprecate :DimType=, :none, 2025, 7
17600
17600
 
17601
17601
  def initialize(dimtype=nil, count=nil, qualitydim=nil)
17602
17602
  @DimType = dimtype
@@ -20890,6 +20890,100 @@ module TencentCloud
20890
20890
  end
20891
20891
  end
20892
20892
 
20893
+ # GetPaginationTaskScript请求参数结构体
20894
+ class GetPaginationTaskScriptRequest < TencentCloud::Common::AbstractModel
20895
+ # @param ProjectId: 项目编号
20896
+ # @type ProjectId: String
20897
+ # @param TaskId: 任务编号
20898
+ # @type TaskId: String
20899
+ # @param PageNum: 页码(从1开始)
20900
+ # @type PageNum: Integer
20901
+
20902
+ attr_accessor :ProjectId, :TaskId, :PageNum
20903
+
20904
+ def initialize(projectid=nil, taskid=nil, pagenum=nil)
20905
+ @ProjectId = projectid
20906
+ @TaskId = taskid
20907
+ @PageNum = pagenum
20908
+ end
20909
+
20910
+ def deserialize(params)
20911
+ @ProjectId = params['ProjectId']
20912
+ @TaskId = params['TaskId']
20913
+ @PageNum = params['PageNum']
20914
+ end
20915
+ end
20916
+
20917
+ # GetPaginationTaskScript返回参数结构体
20918
+ class GetPaginationTaskScriptResponse < TencentCloud::Common::AbstractModel
20919
+ # @param Data: 返回数据
20920
+ # 注意:此字段可能返回 null,表示取不到有效值。
20921
+ # @type Data: Array
20922
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20923
+ # @type RequestId: String
20924
+
20925
+ attr_accessor :Data, :RequestId
20926
+
20927
+ def initialize(data=nil, requestid=nil)
20928
+ @Data = data
20929
+ @RequestId = requestid
20930
+ end
20931
+
20932
+ def deserialize(params)
20933
+ unless params['Data'].nil?
20934
+ @Data = []
20935
+ params['Data'].each do |i|
20936
+ getpaginationtaskscriptresponseinfo_tmp = GetPaginationTaskScriptResponseInfo.new
20937
+ getpaginationtaskscriptresponseinfo_tmp.deserialize(i)
20938
+ @Data << getpaginationtaskscriptresponseinfo_tmp
20939
+ end
20940
+ end
20941
+ @RequestId = params['RequestId']
20942
+ end
20943
+ end
20944
+
20945
+ # 获取任务脚本内容返回体
20946
+ class GetPaginationTaskScriptResponseInfo < TencentCloud::Common::AbstractModel
20947
+ # @param ProjectId: 项目编号
20948
+ # 注意:此字段可能返回 null,表示取不到有效值。
20949
+ # @type ProjectId: String
20950
+ # @param TaskId: 任务编号
20951
+ # 注意:此字段可能返回 null,表示取不到有效值。
20952
+ # @type TaskId: String
20953
+ # @param PageSize: 页内尺寸
20954
+ # 注意:此字段可能返回 null,表示取不到有效值。
20955
+ # @type PageSize: Integer
20956
+ # @param PageNum: 页码
20957
+ # 注意:此字段可能返回 null,表示取不到有效值。
20958
+ # @type PageNum: Integer
20959
+ # @param PageTotal: 总页数
20960
+ # 注意:此字段可能返回 null,表示取不到有效值。
20961
+ # @type PageTotal: Integer
20962
+ # @param Base64ScriptContent: 分页内容
20963
+ # 注意:此字段可能返回 null,表示取不到有效值。
20964
+ # @type Base64ScriptContent: String
20965
+
20966
+ attr_accessor :ProjectId, :TaskId, :PageSize, :PageNum, :PageTotal, :Base64ScriptContent
20967
+
20968
+ def initialize(projectid=nil, taskid=nil, pagesize=nil, pagenum=nil, pagetotal=nil, base64scriptcontent=nil)
20969
+ @ProjectId = projectid
20970
+ @TaskId = taskid
20971
+ @PageSize = pagesize
20972
+ @PageNum = pagenum
20973
+ @PageTotal = pagetotal
20974
+ @Base64ScriptContent = base64scriptcontent
20975
+ end
20976
+
20977
+ def deserialize(params)
20978
+ @ProjectId = params['ProjectId']
20979
+ @TaskId = params['TaskId']
20980
+ @PageSize = params['PageSize']
20981
+ @PageNum = params['PageNum']
20982
+ @PageTotal = params['PageTotal']
20983
+ @Base64ScriptContent = params['Base64ScriptContent']
20984
+ end
20985
+ end
20986
+
20893
20987
  # GetTaskInstance请求参数结构体
20894
20988
  class GetTaskInstanceRequest < TencentCloud::Common::AbstractModel
20895
20989
  # @param ProjectId: **项目ID**
@@ -26049,8 +26143,8 @@ module TencentCloud
26049
26143
 
26050
26144
  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
26051
26145
  extend Gem::Deprecate
26052
- deprecate :InCharge, :none, 2025, 6
26053
- deprecate :InCharge=, :none, 2025, 6
26146
+ deprecate :InCharge, :none, 2025, 7
26147
+ deprecate :InCharge=, :none, 2025, 7
26054
26148
 
26055
26149
  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)
26056
26150
  @ProjectId = projectid
@@ -28629,12 +28723,12 @@ module TencentCloud
28629
28723
 
28630
28724
  attr_accessor :ProjectId, :Name, :EventSubType, :TimeToLive, :TimeUnit, :Owner, :Description, :EventType, :EventBroadcastType, :DimensionFormat
28631
28725
  extend Gem::Deprecate
28632
- deprecate :EventType, :none, 2025, 6
28633
- deprecate :EventType=, :none, 2025, 6
28634
- deprecate :EventBroadcastType, :none, 2025, 6
28635
- deprecate :EventBroadcastType=, :none, 2025, 6
28636
- deprecate :DimensionFormat, :none, 2025, 6
28637
- deprecate :DimensionFormat=, :none, 2025, 6
28726
+ deprecate :EventType, :none, 2025, 7
28727
+ deprecate :EventType=, :none, 2025, 7
28728
+ deprecate :EventBroadcastType, :none, 2025, 7
28729
+ deprecate :EventBroadcastType=, :none, 2025, 7
28730
+ deprecate :DimensionFormat, :none, 2025, 7
28731
+ deprecate :DimensionFormat=, :none, 2025, 7
28638
28732
 
28639
28733
  def initialize(projectid=nil, name=nil, eventsubtype=nil, timetolive=nil, timeunit=nil, owner=nil, description=nil, eventtype=nil, eventbroadcasttype=nil, dimensionformat=nil)
28640
28734
  @ProjectId = projectid
@@ -31882,10 +31976,12 @@ module TencentCloud
31882
31976
  # @param MinuteNum: 分钟任务
31883
31977
  # 注意:此字段可能返回 null,表示取不到有效值。
31884
31978
  # @type MinuteNum: Integer
31979
+ # @param WorkflowNum: 工作流总数
31980
+ # @type WorkflowNum: Integer
31885
31981
 
31886
- attr_accessor :CountTag, :TotalNum, :RunningNum, :StoppingNum, :StoppedNum, :FrozenNum, :InvalidNum, :YearNum, :MonthNum, :WeekNum, :DayNum, :HourNum, :MinuteNum
31982
+ attr_accessor :CountTag, :TotalNum, :RunningNum, :StoppingNum, :StoppedNum, :FrozenNum, :InvalidNum, :YearNum, :MonthNum, :WeekNum, :DayNum, :HourNum, :MinuteNum, :WorkflowNum
31887
31983
 
31888
- def initialize(counttag=nil, totalnum=nil, runningnum=nil, stoppingnum=nil, stoppednum=nil, frozennum=nil, invalidnum=nil, yearnum=nil, monthnum=nil, weeknum=nil, daynum=nil, hournum=nil, minutenum=nil)
31984
+ def initialize(counttag=nil, totalnum=nil, runningnum=nil, stoppingnum=nil, stoppednum=nil, frozennum=nil, invalidnum=nil, yearnum=nil, monthnum=nil, weeknum=nil, daynum=nil, hournum=nil, minutenum=nil, workflownum=nil)
31889
31985
  @CountTag = counttag
31890
31986
  @TotalNum = totalnum
31891
31987
  @RunningNum = runningnum
@@ -31899,6 +31995,7 @@ module TencentCloud
31899
31995
  @DayNum = daynum
31900
31996
  @HourNum = hournum
31901
31997
  @MinuteNum = minutenum
31998
+ @WorkflowNum = workflownum
31902
31999
  end
31903
32000
 
31904
32001
  def deserialize(params)
@@ -31915,6 +32012,7 @@ module TencentCloud
31915
32012
  @DayNum = params['DayNum']
31916
32013
  @HourNum = params['HourNum']
31917
32014
  @MinuteNum = params['MinuteNum']
32015
+ @WorkflowNum = params['WorkflowNum']
31918
32016
  end
31919
32017
  end
31920
32018
 
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.1089
4
+ version: 3.0.1092
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-25 00:00:00.000000000 Z
11
+ date: 2025-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common