tencentcloud-sdk-wedata 3.0.693 → 3.0.694
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 +18 -6
- 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: f62b415ac2127894dc00f884ebbc036beb6954c6
|
4
|
+
data.tar.gz: a0a1ec8da1f85b87ee5e23d56afd89badc7a5c6a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dea938a55d4d628e2009baccee5ba997c30e68a48299115f7149b69f64b5e249fad194cb5b321de00d770cc227c1979624b05876d9714ede477021ab446127dc
|
7
|
+
data.tar.gz: e3b37306a1903271bc49d6f2aaaa6758549aba52050df85192d6ca6695ce80cfaae04cb7fe819f30df95e9be85e688fdc4e7869afc8075e183a26c44210f7c54
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.694
|
data/lib/v20210820/models.rb
CHANGED
@@ -5586,15 +5586,19 @@ module TencentCloud
|
|
5586
5586
|
class DeleteDataSourcesRequest < TencentCloud::Common::AbstractModel
|
5587
5587
|
# @param Ids: id列表
|
5588
5588
|
# @type Ids: Array
|
5589
|
+
# @param ProjectId: 项目id
|
5590
|
+
# @type ProjectId: String
|
5589
5591
|
|
5590
|
-
attr_accessor :Ids
|
5592
|
+
attr_accessor :Ids, :ProjectId
|
5591
5593
|
|
5592
|
-
def initialize(ids=nil)
|
5594
|
+
def initialize(ids=nil, projectid=nil)
|
5593
5595
|
@Ids = ids
|
5596
|
+
@ProjectId = projectid
|
5594
5597
|
end
|
5595
5598
|
|
5596
5599
|
def deserialize(params)
|
5597
5600
|
@Ids = params['Ids']
|
5601
|
+
@ProjectId = params['ProjectId']
|
5598
5602
|
end
|
5599
5603
|
end
|
5600
5604
|
|
@@ -8753,10 +8757,12 @@ module TencentCloud
|
|
8753
8757
|
# @type IncludeWorkflow: Boolean
|
8754
8758
|
# @param IncludeTask: 是否包含任务
|
8755
8759
|
# @type IncludeTask: Boolean
|
8760
|
+
# @param IncludeVirtualTask: 是否包含虚拟任务,当 IncludeTask 为 true 的时候,该参数才生效,默认为 true
|
8761
|
+
# @type IncludeVirtualTask: Boolean
|
8756
8762
|
|
8757
|
-
attr_accessor :ProjectId, :FirstLevelPull, :FolderId, :WorkflowId, :Keyword, :IncludeWorkflow, :IncludeTask
|
8763
|
+
attr_accessor :ProjectId, :FirstLevelPull, :FolderId, :WorkflowId, :Keyword, :IncludeWorkflow, :IncludeTask, :IncludeVirtualTask
|
8758
8764
|
|
8759
|
-
def initialize(projectid=nil, firstlevelpull=nil, folderid=nil, workflowid=nil, keyword=nil, includeworkflow=nil, includetask=nil)
|
8765
|
+
def initialize(projectid=nil, firstlevelpull=nil, folderid=nil, workflowid=nil, keyword=nil, includeworkflow=nil, includetask=nil, includevirtualtask=nil)
|
8760
8766
|
@ProjectId = projectid
|
8761
8767
|
@FirstLevelPull = firstlevelpull
|
8762
8768
|
@FolderId = folderid
|
@@ -8764,6 +8770,7 @@ module TencentCloud
|
|
8764
8770
|
@Keyword = keyword
|
8765
8771
|
@IncludeWorkflow = includeworkflow
|
8766
8772
|
@IncludeTask = includetask
|
8773
|
+
@IncludeVirtualTask = includevirtualtask
|
8767
8774
|
end
|
8768
8775
|
|
8769
8776
|
def deserialize(params)
|
@@ -8774,6 +8781,7 @@ module TencentCloud
|
|
8774
8781
|
@Keyword = params['Keyword']
|
8775
8782
|
@IncludeWorkflow = params['IncludeWorkflow']
|
8776
8783
|
@IncludeTask = params['IncludeTask']
|
8784
|
+
@IncludeVirtualTask = params['IncludeVirtualTask']
|
8777
8785
|
end
|
8778
8786
|
end
|
8779
8787
|
|
@@ -21948,10 +21956,12 @@ module TencentCloud
|
|
21948
21956
|
# @type COSBucket: String
|
21949
21957
|
# @param COSRegion: cos region
|
21950
21958
|
# @type COSRegion: String
|
21959
|
+
# @param ProjectId: 操作项目id
|
21960
|
+
# @type ProjectId: String
|
21951
21961
|
|
21952
|
-
attr_accessor :Name, :Category, :Type, :ID, :BizParams, :Params, :Description, :Display, :DatabaseName, :Instance, :Status, :ClusterId, :Collect, :OwnerProjectId, :OwnerProjectName, :OwnerProjectIdent, :COSBucket, :COSRegion
|
21962
|
+
attr_accessor :Name, :Category, :Type, :ID, :BizParams, :Params, :Description, :Display, :DatabaseName, :Instance, :Status, :ClusterId, :Collect, :OwnerProjectId, :OwnerProjectName, :OwnerProjectIdent, :COSBucket, :COSRegion, :ProjectId
|
21953
21963
|
|
21954
|
-
def initialize(name=nil, category=nil, type=nil, id=nil, bizparams=nil, params=nil, description=nil, display=nil, databasename=nil, instance=nil, status=nil, clusterid=nil, collect=nil, ownerprojectid=nil, ownerprojectname=nil, ownerprojectident=nil, cosbucket=nil, cosregion=nil)
|
21964
|
+
def initialize(name=nil, category=nil, type=nil, id=nil, bizparams=nil, params=nil, description=nil, display=nil, databasename=nil, instance=nil, status=nil, clusterid=nil, collect=nil, ownerprojectid=nil, ownerprojectname=nil, ownerprojectident=nil, cosbucket=nil, cosregion=nil, projectid=nil)
|
21955
21965
|
@Name = name
|
21956
21966
|
@Category = category
|
21957
21967
|
@Type = type
|
@@ -21970,6 +21980,7 @@ module TencentCloud
|
|
21970
21980
|
@OwnerProjectIdent = ownerprojectident
|
21971
21981
|
@COSBucket = cosbucket
|
21972
21982
|
@COSRegion = cosregion
|
21983
|
+
@ProjectId = projectid
|
21973
21984
|
end
|
21974
21985
|
|
21975
21986
|
def deserialize(params)
|
@@ -21991,6 +22002,7 @@ module TencentCloud
|
|
21991
22002
|
@OwnerProjectIdent = params['OwnerProjectIdent']
|
21992
22003
|
@COSBucket = params['COSBucket']
|
21993
22004
|
@COSRegion = params['COSRegion']
|
22005
|
+
@ProjectId = params['ProjectId']
|
21994
22006
|
end
|
21995
22007
|
end
|
21996
22008
|
|
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.694
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-11-
|
11
|
+
date: 2023-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|