tencentcloud-sdk-wedata 3.0.837 → 3.0.839
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 +33 -8
- 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: c096f6a58a0422aea8cebcb2896e87e7d6e0caee
|
4
|
+
data.tar.gz: fa54f2b7745b7db3d7a888f9375dd3e5ab5caae2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72fe187635f497015879fdab51df129def4537f940f716d7835e4cfc166e0c4f7a453f62a9c569ea403b70721d6f0e001bb4b1dee9a3c7e879a06b85f9e95140
|
7
|
+
data.tar.gz: 71d21b9ef2210a38ac78dba6e6a5c0070f975cd3b8061b5b3bb56de91e989ee378f18388d7bb81807c80d80f6ed8bc7432bc675596548e5e763f55cbb92df09b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.839
|
data/lib/v20210820/models.rb
CHANGED
@@ -13037,10 +13037,13 @@ module TencentCloud
|
|
13037
13037
|
# @type JoinTableNumber: Integer
|
13038
13038
|
# @param Score: 评分
|
13039
13039
|
# @type Score: Float
|
13040
|
+
# @param UserIdStr: 设置人idStr
|
13041
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13042
|
+
# @type UserIdStr: String
|
13040
13043
|
|
13041
|
-
attr_accessor :Name, :Weight, :UserId, :UserName, :UpdateTime, :JoinTableNumber, :Score
|
13044
|
+
attr_accessor :Name, :Weight, :UserId, :UserName, :UpdateTime, :JoinTableNumber, :Score, :UserIdStr
|
13042
13045
|
|
13043
|
-
def initialize(name=nil, weight=nil, userid=nil, username=nil, updatetime=nil, jointablenumber=nil, score=nil)
|
13046
|
+
def initialize(name=nil, weight=nil, userid=nil, username=nil, updatetime=nil, jointablenumber=nil, score=nil, useridstr=nil)
|
13044
13047
|
@Name = name
|
13045
13048
|
@Weight = weight
|
13046
13049
|
@UserId = userid
|
@@ -13048,6 +13051,7 @@ module TencentCloud
|
|
13048
13051
|
@UpdateTime = updatetime
|
13049
13052
|
@JoinTableNumber = jointablenumber
|
13050
13053
|
@Score = score
|
13054
|
+
@UserIdStr = useridstr
|
13051
13055
|
end
|
13052
13056
|
|
13053
13057
|
def deserialize(params)
|
@@ -13058,6 +13062,7 @@ module TencentCloud
|
|
13058
13062
|
@UpdateTime = params['UpdateTime']
|
13059
13063
|
@JoinTableNumber = params['JoinTableNumber']
|
13060
13064
|
@Score = params['Score']
|
13065
|
+
@UserIdStr = params['UserIdStr']
|
13061
13066
|
end
|
13062
13067
|
end
|
13063
13068
|
|
@@ -19266,10 +19271,16 @@ module TencentCloud
|
|
19266
19271
|
# @param Tag: 函数tag
|
19267
19272
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
19268
19273
|
# @type Tag: String
|
19274
|
+
# @param OperatorUserIdsStr: 操作人 ID 列表
|
19275
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
19276
|
+
# @type OperatorUserIdsStr: Array
|
19277
|
+
# @param OwnerUserIdsStr: 公有云 Owner ID 列表
|
19278
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
19279
|
+
# @type OwnerUserIdsStr: Array
|
19269
19280
|
|
19270
|
-
attr_accessor :Name, :DisplayName, :LayerPath, :ParentLayerPath, :Type, :Kind, :Category, :Status, :Description, :Usage, :ParamDesc, :ReturnDesc, :Example, :ClusterIdentifier, :FuncId, :ClassName, :ResourceList, :OperatorUserIds, :OwnerUserIds, :DbName, :SubmitErrorMsg, :SchemaName, :CommandFormat, :OwnerName, :SubmitTimestamp, :Tag
|
19281
|
+
attr_accessor :Name, :DisplayName, :LayerPath, :ParentLayerPath, :Type, :Kind, :Category, :Status, :Description, :Usage, :ParamDesc, :ReturnDesc, :Example, :ClusterIdentifier, :FuncId, :ClassName, :ResourceList, :OperatorUserIds, :OwnerUserIds, :DbName, :SubmitErrorMsg, :SchemaName, :CommandFormat, :OwnerName, :SubmitTimestamp, :Tag, :OperatorUserIdsStr, :OwnerUserIdsStr
|
19271
19282
|
|
19272
|
-
def initialize(name=nil, displayname=nil, layerpath=nil, parentlayerpath=nil, type=nil, kind=nil, category=nil, status=nil, description=nil, usage=nil, paramdesc=nil, returndesc=nil, example=nil, clusteridentifier=nil, funcid=nil, classname=nil, resourcelist=nil, operatoruserids=nil, owneruserids=nil, dbname=nil, submiterrormsg=nil, schemaname=nil, commandformat=nil, ownername=nil, submittimestamp=nil, tag=nil)
|
19283
|
+
def initialize(name=nil, displayname=nil, layerpath=nil, parentlayerpath=nil, type=nil, kind=nil, category=nil, status=nil, description=nil, usage=nil, paramdesc=nil, returndesc=nil, example=nil, clusteridentifier=nil, funcid=nil, classname=nil, resourcelist=nil, operatoruserids=nil, owneruserids=nil, dbname=nil, submiterrormsg=nil, schemaname=nil, commandformat=nil, ownername=nil, submittimestamp=nil, tag=nil, operatoruseridsstr=nil, owneruseridsstr=nil)
|
19273
19284
|
@Name = name
|
19274
19285
|
@DisplayName = displayname
|
19275
19286
|
@LayerPath = layerpath
|
@@ -19296,6 +19307,8 @@ module TencentCloud
|
|
19296
19307
|
@OwnerName = ownername
|
19297
19308
|
@SubmitTimestamp = submittimestamp
|
19298
19309
|
@Tag = tag
|
19310
|
+
@OperatorUserIdsStr = operatoruseridsstr
|
19311
|
+
@OwnerUserIdsStr = owneruseridsstr
|
19299
19312
|
end
|
19300
19313
|
|
19301
19314
|
def deserialize(params)
|
@@ -19332,6 +19345,8 @@ module TencentCloud
|
|
19332
19345
|
@OwnerName = params['OwnerName']
|
19333
19346
|
@SubmitTimestamp = params['SubmitTimestamp']
|
19334
19347
|
@Tag = params['Tag']
|
19348
|
+
@OperatorUserIdsStr = params['OperatorUserIdsStr']
|
19349
|
+
@OwnerUserIdsStr = params['OwnerUserIdsStr']
|
19335
19350
|
end
|
19336
19351
|
end
|
19337
19352
|
|
@@ -21710,10 +21725,13 @@ module TencentCloud
|
|
21710
21725
|
# @param DatasourceTypes: 支持的数据源类型
|
21711
21726
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
21712
21727
|
# @type DatasourceTypes: Array
|
21728
|
+
# @param UserIdStr: 创建人IdStr
|
21729
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21730
|
+
# @type UserIdStr: String
|
21713
21731
|
|
21714
|
-
attr_accessor :RuleTemplateId, :Name, :Description, :Type, :SourceObjectType, :SourceObjectDataType, :SourceContent, :SourceEngineTypes, :QualityDim, :CompareType, :CitationCount, :UserId, :UserName, :UpdateTime, :WhereFlag, :MultiSourceFlag, :SqlExpression, :SubQualityDim, :ResolvedSqlExpression, :DatasourceTypes
|
21732
|
+
attr_accessor :RuleTemplateId, :Name, :Description, :Type, :SourceObjectType, :SourceObjectDataType, :SourceContent, :SourceEngineTypes, :QualityDim, :CompareType, :CitationCount, :UserId, :UserName, :UpdateTime, :WhereFlag, :MultiSourceFlag, :SqlExpression, :SubQualityDim, :ResolvedSqlExpression, :DatasourceTypes, :UserIdStr
|
21715
21733
|
|
21716
|
-
def initialize(ruletemplateid=nil, name=nil, description=nil, type=nil, sourceobjecttype=nil, sourceobjectdatatype=nil, sourcecontent=nil, sourceenginetypes=nil, qualitydim=nil, comparetype=nil, citationcount=nil, userid=nil, username=nil, updatetime=nil, whereflag=nil, multisourceflag=nil, sqlexpression=nil, subqualitydim=nil, resolvedsqlexpression=nil, datasourcetypes=nil)
|
21734
|
+
def initialize(ruletemplateid=nil, name=nil, description=nil, type=nil, sourceobjecttype=nil, sourceobjectdatatype=nil, sourcecontent=nil, sourceenginetypes=nil, qualitydim=nil, comparetype=nil, citationcount=nil, userid=nil, username=nil, updatetime=nil, whereflag=nil, multisourceflag=nil, sqlexpression=nil, subqualitydim=nil, resolvedsqlexpression=nil, datasourcetypes=nil, useridstr=nil)
|
21717
21735
|
@RuleTemplateId = ruletemplateid
|
21718
21736
|
@Name = name
|
21719
21737
|
@Description = description
|
@@ -21734,6 +21752,7 @@ module TencentCloud
|
|
21734
21752
|
@SubQualityDim = subqualitydim
|
21735
21753
|
@ResolvedSqlExpression = resolvedsqlexpression
|
21736
21754
|
@DatasourceTypes = datasourcetypes
|
21755
|
+
@UserIdStr = useridstr
|
21737
21756
|
end
|
21738
21757
|
|
21739
21758
|
def deserialize(params)
|
@@ -21760,6 +21779,7 @@ module TencentCloud
|
|
21760
21779
|
@ResolvedSqlExpression.deserialize(params['ResolvedSqlExpression'])
|
21761
21780
|
end
|
21762
21781
|
@DatasourceTypes = params['DatasourceTypes']
|
21782
|
+
@UserIdStr = params['UserIdStr']
|
21763
21783
|
end
|
21764
21784
|
end
|
21765
21785
|
|
@@ -23593,17 +23613,22 @@ module TencentCloud
|
|
23593
23613
|
# @param ReceiverName: 接收人名称
|
23594
23614
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
23595
23615
|
# @type ReceiverName: String
|
23616
|
+
# @param ReceiverUserIdStr: 接收人Uin
|
23617
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
23618
|
+
# @type ReceiverUserIdStr: String
|
23596
23619
|
|
23597
|
-
attr_accessor :ReceiverUserId, :ReceiverName
|
23620
|
+
attr_accessor :ReceiverUserId, :ReceiverName, :ReceiverUserIdStr
|
23598
23621
|
|
23599
|
-
def initialize(receiveruserid=nil, receivername=nil)
|
23622
|
+
def initialize(receiveruserid=nil, receivername=nil, receiveruseridstr=nil)
|
23600
23623
|
@ReceiverUserId = receiveruserid
|
23601
23624
|
@ReceiverName = receivername
|
23625
|
+
@ReceiverUserIdStr = receiveruseridstr
|
23602
23626
|
end
|
23603
23627
|
|
23604
23628
|
def deserialize(params)
|
23605
23629
|
@ReceiverUserId = params['ReceiverUserId']
|
23606
23630
|
@ReceiverName = params['ReceiverName']
|
23631
|
+
@ReceiverUserIdStr = params['ReceiverUserIdStr']
|
23607
23632
|
end
|
23608
23633
|
end
|
23609
23634
|
|
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.839
|
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-06-
|
11
|
+
date: 2024-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|