tencentcloud-sdk-wedata 3.0.693 → 3.0.695

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210820/models.rb +18 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 75089014dbb99e17c9be4cd4cad44484c237abad
4
- data.tar.gz: 4f7992ed6d2b45093eadbc9dd8010590717a8522
3
+ metadata.gz: 85113da911eac4f031b138e16b7e635ca03f9ec8
4
+ data.tar.gz: 12fdf9e2418715ce4445433705cffddee52881ce
5
5
  SHA512:
6
- metadata.gz: eb56e1deeeebcc2bf5e12e1fff679c262d5f1f3f2eb1ed69a9a372a601ccdbfdbfb3a6c38f6951d7c5e748c17bde41134a2e2de6fc34f8325d353887c627d350
7
- data.tar.gz: 22082dcb08260663a8284f990171082ff4bba2dfb994c030517d34f2b1b8def6ab7e94f55d32ca75ba333643de2ca629cac8f522c3aee1fcc1ac93c7c9eb68f2
6
+ metadata.gz: dbd981eeeb5a9490aa218d803a28ccb58e4cc8bf992ce45e995f0201ae9f07f4543adfddd834751575e08b38befa90b2a89603f002b3c149b26880d4789929a9
7
+ data.tar.gz: d5613bcaf4257bd77d19d88961ed62dd01397e24dadda1680efb3ee09dac4db6dd8ae7c4bebffe8065b4e34039847703e98a3e346d3e1959d9bad55a425bae55
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.693
1
+ 3.0.695
@@ -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.693
4
+ version: 3.0.695
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-05 00:00:00.000000000 Z
11
+ date: 2023-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common