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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210820/models.rb +6 -2
- 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: 7918ce152cc485cf10705b3d742bc12d559a653f
|
4
|
+
data.tar.gz: 8f73d2cba50b2ff247b89c2ffdde39942ff29c5b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f2d1327e074d33ca2a867726d59db2b865a5617f96bea95fd6a53d30d84bb025159208f8645ad815de7933156e7e3f9235b89966b00c8691ca3d7514abe96e0
|
7
|
+
data.tar.gz: b7ad89b637188ba34c04f6c18b40250bc7c68d143896ca7e4d09af75052af609534fd8a854701f97003a7376db59744fa2e8aa296c1c2e217b1077fef0b588c3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.688
|
data/lib/v20210820/models.rb
CHANGED
@@ -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.
|
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-
|
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
|