tencentcloud-sdk-dbbrain 1.0.268 → 1.0.269

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: 73f582357e096e680cdedf9450f476dfa0062118
4
- data.tar.gz: a7abc8b6e18c5d95de50bbbb506fd5fe871705e3
3
+ metadata.gz: a64a732e7ba2acb9c5a0acbd8e2ab344309d9453
4
+ data.tar.gz: 8ffbca9bba76ade5dbd59967f25f3aef6c854947
5
5
  SHA512:
6
- metadata.gz: 7a7e233f0fc8f27a7acc45f12729d662a02791a0fdb5e7cde27467f24fab3fa16619fda0f7980a2b492e235aa2d3a9a67776414ebb1ee0cacff0694d0d662426
7
- data.tar.gz: d0f0efb2ae324444c5f4f4311e89e1152aad3848b40cb2e31f3a1de7c6e451d0a4cde498a7c093357843b414e4e4e8555bf6f3a31872228a8760b15918ccc529
6
+ metadata.gz: 6f7b861a17301abfcff579e8c5993fdf5c6de2da4e7e7f97eeeda73f7c272873e1936202f9a50a2157a2f66ed1c346907f2886e0b89e1a8341e2baae694734c4
7
+ data.tar.gz: 0c553ba4a8e6db18b456c5841d9d3431cc634c499ef719a60c694e42e815eea31b9e536765877bfe85a654c83ad9915cd422ba419e18e9d9bb1bc88f688c30a6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.268
1
+ 1.0.269
@@ -1845,19 +1845,23 @@ module TencentCloud
1845
1845
  # @type SqlText: String
1846
1846
  # @param Schema: 库名。
1847
1847
  # @type Schema: String
1848
+ # @param Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL;"dbbrain-mysql" - 自建 MySQL,默认为"mysql"。
1849
+ # @type Product: String
1848
1850
 
1849
- attr_accessor :InstanceId, :SqlText, :Schema
1851
+ attr_accessor :InstanceId, :SqlText, :Schema, :Product
1850
1852
 
1851
- def initialize(instanceid=nil, sqltext=nil, schema=nil)
1853
+ def initialize(instanceid=nil, sqltext=nil, schema=nil, product=nil)
1852
1854
  @InstanceId = instanceid
1853
1855
  @SqlText = sqltext
1854
1856
  @Schema = schema
1857
+ @Product = product
1855
1858
  end
1856
1859
 
1857
1860
  def deserialize(params)
1858
1861
  @InstanceId = params['InstanceId']
1859
1862
  @SqlText = params['SqlText']
1860
1863
  @Schema = params['Schema']
1864
+ @Product = params['Product']
1861
1865
  end
1862
1866
  end
1863
1867
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dbbrain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.268
4
+ version: 1.0.269
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-02 00:00:00.000000000 Z
11
+ date: 2022-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common