tencentcloud-sdk-wedata 3.0.766 → 3.0.768
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210820/models.rb +191 -18
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a058e3ff1a0ec71cf9dc189c04518fd4cce2703
|
4
|
+
data.tar.gz: ae31d0931b4598380ed8acbbcbf340d5f99dc9fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fad6f7580a0b2d3c27e21422ee9e622862696df845dadb1193f1cbda53203f5aef7905d526e6edbd9701b0ed2895d4ad20d74ebff588f283d7f4264ab970683
|
7
|
+
data.tar.gz: e13ccd4b1194d271afd3e904bd2765c587a2b446b861e2005f1e8ff8f64bcf10039eaa687704c275ba93b6ecb3419159aa6265d559e915c023eb3c2de5f00b72
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.768
|
data/lib/v20210820/models.rb
CHANGED
@@ -691,6 +691,33 @@ module TencentCloud
|
|
691
691
|
end
|
692
692
|
end
|
693
693
|
|
694
|
+
# aiops基础信息
|
695
|
+
class AttributeItemDTO < TencentCloud::Common::AbstractModel
|
696
|
+
# @param Key: key
|
697
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
698
|
+
# @type Key: String
|
699
|
+
# @param Value: value
|
700
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
701
|
+
# @type Value: String
|
702
|
+
# @param Description: 描述
|
703
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
704
|
+
# @type Description: String
|
705
|
+
|
706
|
+
attr_accessor :Key, :Value, :Description
|
707
|
+
|
708
|
+
def initialize(key=nil, value=nil, description=nil)
|
709
|
+
@Key = key
|
710
|
+
@Value = value
|
711
|
+
@Description = description
|
712
|
+
end
|
713
|
+
|
714
|
+
def deserialize(params)
|
715
|
+
@Key = params['Key']
|
716
|
+
@Value = params['Value']
|
717
|
+
@Description = params['Description']
|
718
|
+
end
|
719
|
+
end
|
720
|
+
|
694
721
|
# AttributeItemVO参数
|
695
722
|
class AttributeItemDsVO < TencentCloud::Common::AbstractModel
|
696
723
|
# @param Key: Key值
|
@@ -2842,8 +2869,8 @@ module TencentCloud
|
|
2842
2869
|
|
2843
2870
|
attr_accessor :ProjectId, :AlarmRegularName, :TaskId, :Id, :TaskType, :MonitorType
|
2844
2871
|
extend Gem::Deprecate
|
2845
|
-
deprecate :TaskId, :none, 2024,
|
2846
|
-
deprecate :TaskId=, :none, 2024,
|
2872
|
+
deprecate :TaskId, :none, 2024, 2
|
2873
|
+
deprecate :TaskId=, :none, 2024, 2
|
2847
2874
|
|
2848
2875
|
def initialize(projectid=nil, alarmregularname=nil, taskid=nil, id=nil, tasktype=nil, monitortype=nil)
|
2849
2876
|
@ProjectId = projectid
|
@@ -10106,12 +10133,12 @@ module TencentCloud
|
|
10106
10133
|
|
10107
10134
|
attr_accessor :ProjectId, :Category, :PageNumber, :PageSize, :EventName, :EventType, :EventSubType, :EventBroadcastType, :Status, :CreationTimeStart, :CreationTimeEnd, :EventTriggeredTimeStart, :EventTriggeredTimeEnd, :LogTimeStart, :LogTimeEnd, :Dimension, :TimeToLive, :SortItem, :SortType
|
10108
10135
|
extend Gem::Deprecate
|
10109
|
-
deprecate :EventType, :none, 2024,
|
10110
|
-
deprecate :EventType=, :none, 2024,
|
10111
|
-
deprecate :EventBroadcastType, :none, 2024,
|
10112
|
-
deprecate :EventBroadcastType=, :none, 2024,
|
10113
|
-
deprecate :Status, :none, 2024,
|
10114
|
-
deprecate :Status=, :none, 2024,
|
10136
|
+
deprecate :EventType, :none, 2024, 2
|
10137
|
+
deprecate :EventType=, :none, 2024, 2
|
10138
|
+
deprecate :EventBroadcastType, :none, 2024, 2
|
10139
|
+
deprecate :EventBroadcastType=, :none, 2024, 2
|
10140
|
+
deprecate :Status, :none, 2024, 2
|
10141
|
+
deprecate :Status=, :none, 2024, 2
|
10115
10142
|
|
10116
10143
|
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)
|
10117
10144
|
@ProjectId = projectid
|
@@ -18216,8 +18243,8 @@ module TencentCloud
|
|
18216
18243
|
|
18217
18244
|
attr_accessor :DimType, :Count, :QualityDim
|
18218
18245
|
extend Gem::Deprecate
|
18219
|
-
deprecate :DimType, :none, 2024,
|
18220
|
-
deprecate :DimType=, :none, 2024,
|
18246
|
+
deprecate :DimType, :none, 2024, 2
|
18247
|
+
deprecate :DimType=, :none, 2024, 2
|
18221
18248
|
|
18222
18249
|
def initialize(dimtype=nil, count=nil, qualitydim=nil)
|
18223
18250
|
@DimType = dimtype
|
@@ -20958,6 +20985,100 @@ module TencentCloud
|
|
20958
20985
|
end
|
20959
20986
|
end
|
20960
20987
|
|
20988
|
+
# 实例生命周期详情
|
20989
|
+
class InstanceLifeCycleOpsDto < TencentCloud::Common::AbstractModel
|
20990
|
+
# @param TaskId: 任务id
|
20991
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
20992
|
+
# @type TaskId: String
|
20993
|
+
# @param CurRunDate: 数据时间
|
20994
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
20995
|
+
# @type CurRunDate: String
|
20996
|
+
# @param LifeRound: 实例生命次数
|
20997
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
20998
|
+
# @type LifeRound: Integer
|
20999
|
+
# @param RunType: 运行类型 重跑/补录/周期/非周期
|
21000
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21001
|
+
# @type RunType: String
|
21002
|
+
# @param Tries: 重跑次数
|
21003
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21004
|
+
# @type Tries: Integer
|
21005
|
+
# @param InstanceLifeDetailDtoList: 实例生命周期
|
21006
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21007
|
+
# @type InstanceLifeDetailDtoList: Array
|
21008
|
+
# @param RunnerState: Runner运行状态
|
21009
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21010
|
+
# @type RunnerState: String
|
21011
|
+
# @param ErrorDesc: 错误码
|
21012
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21013
|
+
# @type ErrorDesc: String
|
21014
|
+
# @param ErrorCodeLevel: 错误告警级别
|
21015
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21016
|
+
# @type ErrorCodeLevel: String
|
21017
|
+
# @param InstanceLogListOpsDto: 实例日志简略信息
|
21018
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21019
|
+
# @type InstanceLogListOpsDto: :class:`Tencentcloud::Wedata.v20210820.models.InstanceLogInfo`
|
21020
|
+
|
21021
|
+
attr_accessor :TaskId, :CurRunDate, :LifeRound, :RunType, :Tries, :InstanceLifeDetailDtoList, :RunnerState, :ErrorDesc, :ErrorCodeLevel, :InstanceLogListOpsDto
|
21022
|
+
|
21023
|
+
def initialize(taskid=nil, currundate=nil, liferound=nil, runtype=nil, tries=nil, instancelifedetaildtolist=nil, runnerstate=nil, errordesc=nil, errorcodelevel=nil, instanceloglistopsdto=nil)
|
21024
|
+
@TaskId = taskid
|
21025
|
+
@CurRunDate = currundate
|
21026
|
+
@LifeRound = liferound
|
21027
|
+
@RunType = runtype
|
21028
|
+
@Tries = tries
|
21029
|
+
@InstanceLifeDetailDtoList = instancelifedetaildtolist
|
21030
|
+
@RunnerState = runnerstate
|
21031
|
+
@ErrorDesc = errordesc
|
21032
|
+
@ErrorCodeLevel = errorcodelevel
|
21033
|
+
@InstanceLogListOpsDto = instanceloglistopsdto
|
21034
|
+
end
|
21035
|
+
|
21036
|
+
def deserialize(params)
|
21037
|
+
@TaskId = params['TaskId']
|
21038
|
+
@CurRunDate = params['CurRunDate']
|
21039
|
+
@LifeRound = params['LifeRound']
|
21040
|
+
@RunType = params['RunType']
|
21041
|
+
@Tries = params['Tries']
|
21042
|
+
unless params['InstanceLifeDetailDtoList'].nil?
|
21043
|
+
@InstanceLifeDetailDtoList = []
|
21044
|
+
params['InstanceLifeDetailDtoList'].each do |i|
|
21045
|
+
instancelifedetaildto_tmp = InstanceLifeDetailDto.new
|
21046
|
+
instancelifedetaildto_tmp.deserialize(i)
|
21047
|
+
@InstanceLifeDetailDtoList << instancelifedetaildto_tmp
|
21048
|
+
end
|
21049
|
+
end
|
21050
|
+
@RunnerState = params['RunnerState']
|
21051
|
+
@ErrorDesc = params['ErrorDesc']
|
21052
|
+
@ErrorCodeLevel = params['ErrorCodeLevel']
|
21053
|
+
unless params['InstanceLogListOpsDto'].nil?
|
21054
|
+
@InstanceLogListOpsDto = InstanceLogInfo.new
|
21055
|
+
@InstanceLogListOpsDto.deserialize(params['InstanceLogListOpsDto'])
|
21056
|
+
end
|
21057
|
+
end
|
21058
|
+
end
|
21059
|
+
|
21060
|
+
# 实例生命周期detail
|
21061
|
+
class InstanceLifeDetailDto < TencentCloud::Common::AbstractModel
|
21062
|
+
# @param State: 实例状态
|
21063
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21064
|
+
# @type State: String
|
21065
|
+
# @param StartTime: 该状态开始时间
|
21066
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21067
|
+
# @type StartTime: String
|
21068
|
+
|
21069
|
+
attr_accessor :State, :StartTime
|
21070
|
+
|
21071
|
+
def initialize(state=nil, starttime=nil)
|
21072
|
+
@State = state
|
21073
|
+
@StartTime = starttime
|
21074
|
+
end
|
21075
|
+
|
21076
|
+
def deserialize(params)
|
21077
|
+
@State = params['State']
|
21078
|
+
@StartTime = params['StartTime']
|
21079
|
+
end
|
21080
|
+
end
|
21081
|
+
|
20961
21082
|
# 离线运维实例列表
|
20962
21083
|
class InstanceList < TencentCloud::Common::AbstractModel
|
20963
21084
|
# @param CostTime: 耗费时间
|
@@ -21121,10 +21242,13 @@ module TencentCloud
|
|
21121
21242
|
# @param CodeFileName: 实例代码文件,为空表示对应代码文件不存在,可能是因为执行机未升级/对应类型任务无代码。
|
21122
21243
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
21123
21244
|
# @type CodeFileName: String
|
21245
|
+
# @param ExtensionInfo: 扩展属性
|
21246
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21247
|
+
# @type ExtensionInfo: Array
|
21124
21248
|
|
21125
|
-
attr_accessor :TaskId, :CurRunDate, :Tries, :LastUpdate, :BrokerIp, :FileSize, :OriginFileName, :CreateTime, :InstanceLogType, :TaskName, :CostTime, :InstanceStatus, :CodeFileName
|
21249
|
+
attr_accessor :TaskId, :CurRunDate, :Tries, :LastUpdate, :BrokerIp, :FileSize, :OriginFileName, :CreateTime, :InstanceLogType, :TaskName, :CostTime, :InstanceStatus, :CodeFileName, :ExtensionInfo
|
21126
21250
|
|
21127
|
-
def initialize(taskid=nil, currundate=nil, tries=nil, lastupdate=nil, brokerip=nil, filesize=nil, originfilename=nil, createtime=nil, instancelogtype=nil, taskname=nil, costtime=nil, instancestatus=nil, codefilename=nil)
|
21251
|
+
def initialize(taskid=nil, currundate=nil, tries=nil, lastupdate=nil, brokerip=nil, filesize=nil, originfilename=nil, createtime=nil, instancelogtype=nil, taskname=nil, costtime=nil, instancestatus=nil, codefilename=nil, extensioninfo=nil)
|
21128
21252
|
@TaskId = taskid
|
21129
21253
|
@CurRunDate = currundate
|
21130
21254
|
@Tries = tries
|
@@ -21138,6 +21262,7 @@ module TencentCloud
|
|
21138
21262
|
@CostTime = costtime
|
21139
21263
|
@InstanceStatus = instancestatus
|
21140
21264
|
@CodeFileName = codefilename
|
21265
|
+
@ExtensionInfo = extensioninfo
|
21141
21266
|
end
|
21142
21267
|
|
21143
21268
|
def deserialize(params)
|
@@ -21154,6 +21279,14 @@ module TencentCloud
|
|
21154
21279
|
@CostTime = params['CostTime']
|
21155
21280
|
@InstanceStatus = params['InstanceStatus']
|
21156
21281
|
@CodeFileName = params['CodeFileName']
|
21282
|
+
unless params['ExtensionInfo'].nil?
|
21283
|
+
@ExtensionInfo = []
|
21284
|
+
params['ExtensionInfo'].each do |i|
|
21285
|
+
attributeitemdto_tmp = AttributeItemDTO.new
|
21286
|
+
attributeitemdto_tmp.deserialize(i)
|
21287
|
+
@ExtensionInfo << attributeitemdto_tmp
|
21288
|
+
end
|
21289
|
+
end
|
21157
21290
|
end
|
21158
21291
|
end
|
21159
21292
|
|
@@ -21452,10 +21585,28 @@ module TencentCloud
|
|
21452
21585
|
# @param ExecutorGroupName: 资源组名称
|
21453
21586
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
21454
21587
|
# @type ExecutorGroupName: String
|
21588
|
+
# @param RelatedInstanceList: 关联实例信息。
|
21589
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21590
|
+
# @type RelatedInstanceList: Array
|
21591
|
+
# @param RelatedInstanceSize: 关联实例信息数量,不和RelatedInstanceList强关联。
|
21592
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21593
|
+
# @type RelatedInstanceSize: Integer
|
21594
|
+
# @param OwnerId: ownerId
|
21595
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21596
|
+
# @type OwnerId: String
|
21597
|
+
# @param UserId: 用户id
|
21598
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21599
|
+
# @type UserId: String
|
21600
|
+
# @param InstanceLifeCycleOpsDto: 实例生命周期
|
21601
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21602
|
+
# @type InstanceLifeCycleOpsDto: :class:`Tencentcloud::Wedata.v20210820.models.InstanceLifeCycleOpsDto`
|
21603
|
+
# @param RetryAttempts: 自动重试次数
|
21604
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21605
|
+
# @type RetryAttempts: Integer
|
21455
21606
|
|
21456
|
-
attr_accessor :TaskId, :TaskName, :WorkflowId, :WorkflowName, :InCharge, :CycleType, :CurRunDate, :NextCurDate, :RunPriority, :TryLimit, :Tries, :TotalRunNum, :DoFlag, :RedoFlag, :State, :RuntimeBroker, :ErrorDesc, :TaskType, :DependenceFulfillTime, :FirstDependenceFulfillTime, :FirstStartTime, :StartTime, :EndTime, :CostTime, :CostMillisecond, :MaxCostTime, :MinCostTime, :AvgCostTime, :LastLog, :SchedulerDateTime, :LastSchedulerDateTime, :LastUpdate, :CreateTime, :DependencyRel, :ExecutionSpace, :IgnoreEvent, :VirtualFlag, :FolderId, :FolderName, :SonList, :ProductName, :ResourceGroup, :ResourceInstanceId, :YarnQueue, :SchedulerDesc, :FirstSubmitTime, :FirstRunTime, :ProjectId, :ProjectIdent, :ProjectName, :TenantId, :InstanceKey, :ExecutorGroupId, :ExecutorGroupName
|
21607
|
+
attr_accessor :TaskId, :TaskName, :WorkflowId, :WorkflowName, :InCharge, :CycleType, :CurRunDate, :NextCurDate, :RunPriority, :TryLimit, :Tries, :TotalRunNum, :DoFlag, :RedoFlag, :State, :RuntimeBroker, :ErrorDesc, :TaskType, :DependenceFulfillTime, :FirstDependenceFulfillTime, :FirstStartTime, :StartTime, :EndTime, :CostTime, :CostMillisecond, :MaxCostTime, :MinCostTime, :AvgCostTime, :LastLog, :SchedulerDateTime, :LastSchedulerDateTime, :LastUpdate, :CreateTime, :DependencyRel, :ExecutionSpace, :IgnoreEvent, :VirtualFlag, :FolderId, :FolderName, :SonList, :ProductName, :ResourceGroup, :ResourceInstanceId, :YarnQueue, :SchedulerDesc, :FirstSubmitTime, :FirstRunTime, :ProjectId, :ProjectIdent, :ProjectName, :TenantId, :InstanceKey, :ExecutorGroupId, :ExecutorGroupName, :RelatedInstanceList, :RelatedInstanceSize, :OwnerId, :UserId, :InstanceLifeCycleOpsDto, :RetryAttempts
|
21457
21608
|
|
21458
|
-
def initialize(taskid=nil, taskname=nil, workflowid=nil, workflowname=nil, incharge=nil, cycletype=nil, currundate=nil, nextcurdate=nil, runpriority=nil, trylimit=nil, tries=nil, totalrunnum=nil, doflag=nil, redoflag=nil, state=nil, runtimebroker=nil, errordesc=nil, tasktype=nil, dependencefulfilltime=nil, firstdependencefulfilltime=nil, firststarttime=nil, starttime=nil, endtime=nil, costtime=nil, costmillisecond=nil, maxcosttime=nil, mincosttime=nil, avgcosttime=nil, lastlog=nil, schedulerdatetime=nil, lastschedulerdatetime=nil, lastupdate=nil, createtime=nil, dependencyrel=nil, executionspace=nil, ignoreevent=nil, virtualflag=nil, folderid=nil, foldername=nil, sonlist=nil, productname=nil, resourcegroup=nil, resourceinstanceid=nil, yarnqueue=nil, schedulerdesc=nil, firstsubmittime=nil, firstruntime=nil, projectid=nil, projectident=nil, projectname=nil, tenantid=nil, instancekey=nil, executorgroupid=nil, executorgroupname=nil)
|
21609
|
+
def initialize(taskid=nil, taskname=nil, workflowid=nil, workflowname=nil, incharge=nil, cycletype=nil, currundate=nil, nextcurdate=nil, runpriority=nil, trylimit=nil, tries=nil, totalrunnum=nil, doflag=nil, redoflag=nil, state=nil, runtimebroker=nil, errordesc=nil, tasktype=nil, dependencefulfilltime=nil, firstdependencefulfilltime=nil, firststarttime=nil, starttime=nil, endtime=nil, costtime=nil, costmillisecond=nil, maxcosttime=nil, mincosttime=nil, avgcosttime=nil, lastlog=nil, schedulerdatetime=nil, lastschedulerdatetime=nil, lastupdate=nil, createtime=nil, dependencyrel=nil, executionspace=nil, ignoreevent=nil, virtualflag=nil, folderid=nil, foldername=nil, sonlist=nil, productname=nil, resourcegroup=nil, resourceinstanceid=nil, yarnqueue=nil, schedulerdesc=nil, firstsubmittime=nil, firstruntime=nil, projectid=nil, projectident=nil, projectname=nil, tenantid=nil, instancekey=nil, executorgroupid=nil, executorgroupname=nil, relatedinstancelist=nil, relatedinstancesize=nil, ownerid=nil, userid=nil, instancelifecycleopsdto=nil, retryattempts=nil)
|
21459
21610
|
@TaskId = taskid
|
21460
21611
|
@TaskName = taskname
|
21461
21612
|
@WorkflowId = workflowid
|
@@ -21510,6 +21661,12 @@ module TencentCloud
|
|
21510
21661
|
@InstanceKey = instancekey
|
21511
21662
|
@ExecutorGroupId = executorgroupid
|
21512
21663
|
@ExecutorGroupName = executorgroupname
|
21664
|
+
@RelatedInstanceList = relatedinstancelist
|
21665
|
+
@RelatedInstanceSize = relatedinstancesize
|
21666
|
+
@OwnerId = ownerid
|
21667
|
+
@UserId = userid
|
21668
|
+
@InstanceLifeCycleOpsDto = instancelifecycleopsdto
|
21669
|
+
@RetryAttempts = retryattempts
|
21513
21670
|
end
|
21514
21671
|
|
21515
21672
|
def deserialize(params)
|
@@ -21570,6 +21727,22 @@ module TencentCloud
|
|
21570
21727
|
@InstanceKey = params['InstanceKey']
|
21571
21728
|
@ExecutorGroupId = params['ExecutorGroupId']
|
21572
21729
|
@ExecutorGroupName = params['ExecutorGroupName']
|
21730
|
+
unless params['RelatedInstanceList'].nil?
|
21731
|
+
@RelatedInstanceList = []
|
21732
|
+
params['RelatedInstanceList'].each do |i|
|
21733
|
+
instanceopsdto_tmp = InstanceOpsDto.new
|
21734
|
+
instanceopsdto_tmp.deserialize(i)
|
21735
|
+
@RelatedInstanceList << instanceopsdto_tmp
|
21736
|
+
end
|
21737
|
+
end
|
21738
|
+
@RelatedInstanceSize = params['RelatedInstanceSize']
|
21739
|
+
@OwnerId = params['OwnerId']
|
21740
|
+
@UserId = params['UserId']
|
21741
|
+
unless params['InstanceLifeCycleOpsDto'].nil?
|
21742
|
+
@InstanceLifeCycleOpsDto = InstanceLifeCycleOpsDto.new
|
21743
|
+
@InstanceLifeCycleOpsDto.deserialize(params['InstanceLifeCycleOpsDto'])
|
21744
|
+
end
|
21745
|
+
@RetryAttempts = params['RetryAttempts']
|
21573
21746
|
end
|
21574
21747
|
end
|
21575
21748
|
|
@@ -30152,10 +30325,10 @@ module TencentCloud
|
|
30152
30325
|
|
30153
30326
|
attr_accessor :SourceObjectDataTypeName, :SourceObjectValue, :ObjectDataTypeName, :ObjectValue, :ObjectType
|
30154
30327
|
extend Gem::Deprecate
|
30155
|
-
deprecate :SourceObjectDataTypeName, :none, 2024,
|
30156
|
-
deprecate :SourceObjectDataTypeName=, :none, 2024,
|
30157
|
-
deprecate :SourceObjectValue, :none, 2024,
|
30158
|
-
deprecate :SourceObjectValue=, :none, 2024,
|
30328
|
+
deprecate :SourceObjectDataTypeName, :none, 2024, 2
|
30329
|
+
deprecate :SourceObjectDataTypeName=, :none, 2024, 2
|
30330
|
+
deprecate :SourceObjectValue, :none, 2024, 2
|
30331
|
+
deprecate :SourceObjectValue=, :none, 2024, 2
|
30159
30332
|
|
30160
30333
|
def initialize(sourceobjectdatatypename=nil, sourceobjectvalue=nil, objectdatatypename=nil, objectvalue=nil, objecttype=nil)
|
30161
30334
|
@SourceObjectDataTypeName = sourceobjectdatatypename
|
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.
|
4
|
+
version: 3.0.768
|
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-02-
|
11
|
+
date: 2024-02-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|