tencentcloud-sdk-wedata 3.0.686 → 3.0.688

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: 9e84c272aeb6c8b44ef0239ca43a89e7a3b97fac
4
- data.tar.gz: ae98d7f14ec5adf2a1819160450d39df566a1beb
3
+ metadata.gz: 7918ce152cc485cf10705b3d742bc12d559a653f
4
+ data.tar.gz: 8f73d2cba50b2ff247b89c2ffdde39942ff29c5b
5
5
  SHA512:
6
- metadata.gz: 09b6c721edc5fbd9af700faaa7b7020fc7021e73d503b3ec86ac25ce4dbde01ab3bec8ac225b8275345c6849f0fdfeb6e561d448f1f27d4104e62b08a18a6955
7
- data.tar.gz: e33f5fa4bf4027ebc2bd062154bb62004cc8232f8647c2dc8d7b0ea85c9ee30a128829b1b91191d31d6e3cce540e9b900694ffa6ff19e70a7fb3916e2cd50cd2
6
+ metadata.gz: 1f2d1327e074d33ca2a867726d59db2b865a5617f96bea95fd6a53d30d84bb025159208f8645ad815de7933156e7e3f9235b89966b00c8691ca3d7514abe96e0
7
+ data.tar.gz: b7ad89b637188ba34c04f6c18b40250bc7c68d143896ca7e4d09af75052af609534fd8a854701f97003a7376db59744fa2e8aa296c1c2e217b1077fef0b588c3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.686
1
+ 3.0.688
@@ -28208,10 +28208,12 @@ module TencentCloud
28208
28208
  # @type RunParams: String
28209
28209
  # @param ConfParams: 高级设置
28210
28210
  # @type ConfParams: String
28211
+ # @param ScriptEncryption: 脚本内容是否base64加密
28212
+ # @type ScriptEncryption: Boolean
28211
28213
 
28212
- attr_accessor :DatabaseType, :DatasourceId, :GroupId, :ScriptId, :ProjectId, :DatabaseName, :EngineId, :ScriptContent, :ResourceQueue, :DatasourceType, :ComputeResource, :RunParams, :ConfParams
28214
+ attr_accessor :DatabaseType, :DatasourceId, :GroupId, :ScriptId, :ProjectId, :DatabaseName, :EngineId, :ScriptContent, :ResourceQueue, :DatasourceType, :ComputeResource, :RunParams, :ConfParams, :ScriptEncryption
28213
28215
 
28214
- def initialize(databasetype=nil, datasourceid=nil, groupid=nil, scriptid=nil, projectid=nil, databasename=nil, engineid=nil, scriptcontent=nil, resourcequeue=nil, datasourcetype=nil, computeresource=nil, runparams=nil, confparams=nil)
28216
+ def initialize(databasetype=nil, datasourceid=nil, groupid=nil, scriptid=nil, projectid=nil, databasename=nil, engineid=nil, scriptcontent=nil, resourcequeue=nil, datasourcetype=nil, computeresource=nil, runparams=nil, confparams=nil, scriptencryption=nil)
28215
28217
  @DatabaseType = databasetype
28216
28218
  @DatasourceId = datasourceid
28217
28219
  @GroupId = groupid
@@ -28225,6 +28227,7 @@ module TencentCloud
28225
28227
  @ComputeResource = computeresource
28226
28228
  @RunParams = runparams
28227
28229
  @ConfParams = confparams
28230
+ @ScriptEncryption = scriptencryption
28228
28231
  end
28229
28232
 
28230
28233
  def deserialize(params)
@@ -28241,6 +28244,7 @@ module TencentCloud
28241
28244
  @ComputeResource = params['ComputeResource']
28242
28245
  @RunParams = params['RunParams']
28243
28246
  @ConfParams = params['ConfParams']
28247
+ @ScriptEncryption = params['ScriptEncryption']
28244
28248
  end
28245
28249
  end
28246
28250
 
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.686
4
+ version: 3.0.688
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-10-27 00:00:00.000000000 Z
11
+ date: 2023-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common