tencentcloud-sdk-wedata 3.0.636 → 3.0.638

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: 75d418f658fd2a8e0ac055c3b0d436c4700d8aad
4
- data.tar.gz: ba6fa5869948014652fc1d258899eb72ff666858
3
+ metadata.gz: ab355ddcabfa4566d64189a669faa99d962171fb
4
+ data.tar.gz: 1f98b810092c8890bd0b975652bdb77e3dee224b
5
5
  SHA512:
6
- metadata.gz: 0debcb481d8fe556efefae922af74ca74bf64c280587fe87ed527e233cb31e96baa1870c11dcb8a968096c4cc0de7129fd8190660ae782d6b27a187d52d1a330
7
- data.tar.gz: 6bf966a3ed3e0ee18ef26c6063ff5210ded7ef2329a9327f4bde781261374a573837386317b88c8edc8e6d638320df67868e1dd0f532a958d2f85296cbb3ce18
6
+ metadata.gz: e4167b68343fdcb3585ba68fd0ece633e2a021b688df9b4c0cfc048cdd91cc131aee1023def8ee7a04c6cc9c30aa9341197b1c431fec6b83c2d75f1191e9c72c
7
+ data.tar.gz: 34e100e36d1a3534a065434fe0234e23632bd91ac9eaf43daa0029bacd72301c4e52627a78fc6b6d873e7858fb7c835d19b140dfbd6fc51605a37f2ce40b1545
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.636
1
+ 3.0.638
@@ -14390,16 +14390,19 @@ module TencentCloud
14390
14390
  # @type ExtParams: Array
14391
14391
  # @param IgnoreTemp: 是否过滤临时表,默认true
14392
14392
  # @type IgnoreTemp: Boolean
14393
+ # @param RecursiveSecond: 是否递归查询二级节点数目,默认为true
14394
+ # @type RecursiveSecond: Boolean
14393
14395
 
14394
- attr_accessor :Direction, :Data, :InputDepth, :OutputDepth, :ExtParams, :IgnoreTemp
14396
+ attr_accessor :Direction, :Data, :InputDepth, :OutputDepth, :ExtParams, :IgnoreTemp, :RecursiveSecond
14395
14397
 
14396
- def initialize(direction=nil, data=nil, inputdepth=nil, outputdepth=nil, extparams=nil, ignoretemp=nil)
14398
+ def initialize(direction=nil, data=nil, inputdepth=nil, outputdepth=nil, extparams=nil, ignoretemp=nil, recursivesecond=nil)
14397
14399
  @Direction = direction
14398
14400
  @Data = data
14399
14401
  @InputDepth = inputdepth
14400
14402
  @OutputDepth = outputdepth
14401
14403
  @ExtParams = extparams
14402
14404
  @IgnoreTemp = ignoretemp
14405
+ @RecursiveSecond = recursivesecond
14403
14406
  end
14404
14407
 
14405
14408
  def deserialize(params)
@@ -14419,6 +14422,7 @@ module TencentCloud
14419
14422
  end
14420
14423
  end
14421
14424
  @IgnoreTemp = params['IgnoreTemp']
14425
+ @RecursiveSecond = params['RecursiveSecond']
14422
14426
  end
14423
14427
  end
14424
14428
 
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.636
4
+ version: 3.0.638
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-08-15 00:00:00.000000000 Z
11
+ date: 2023-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common