tencentcloud-sdk-ms 3.0.934 → 3.0.935
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180408/models.rb +61 -33
- 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: 199a5ebe9c6e81cc265f8dcbc1bd7d21c4434e58
|
4
|
+
data.tar.gz: 6021073cc93214a39aad1ff11a6ef616a858620b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3cbbfdebc3eada273c52b8e3ef79d8ef4de242c0def7bff460f14637420561512e79a64b2444368981834e1e1ee42a43ab70fd907a2fca23756eeaf0f92c8312
|
7
|
+
data.tar.gz: 5214c09453362aea0b6fe740e857bf244dc81861d6b6bcc9baa933d0fe8dbe6785a9efeebebefa64f41f4ff497c9b6301e0a80114ba8ff3b8d179dc3a517bb3a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.935
|
data/lib/v20180408/models.rb
CHANGED
@@ -777,8 +777,8 @@ module TencentCloud
|
|
777
777
|
|
778
778
|
attr_accessor :CosAppid, :CosBucket, :CosRegion, :ExpireTime, :CosId, :CosKey, :CosTocken, :CosPrefix, :CosToken, :RequestId
|
779
779
|
extend Gem::Deprecate
|
780
|
-
deprecate :CosTocken, :none, 2024,
|
781
|
-
deprecate :CosTocken=, :none, 2024,
|
780
|
+
deprecate :CosTocken, :none, 2024, 11
|
781
|
+
deprecate :CosTocken=, :none, 2024, 11
|
782
782
|
|
783
783
|
def initialize(cosappid=nil, cosbucket=nil, cosregion=nil, expiretime=nil, cosid=nil, coskey=nil, costocken=nil, cosprefix=nil, costoken=nil, requestid=nil)
|
784
784
|
@CosAppid = cosappid
|
@@ -2084,7 +2084,7 @@ module TencentCloud
|
|
2084
2084
|
# @param ResourceId: 资源id
|
2085
2085
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2086
2086
|
# @type ResourceId: String
|
2087
|
-
# @param EncryptState:
|
2087
|
+
# @param EncryptState: 加固状态:0等待,1成功,2任务中,3失败,4重试中
|
2088
2088
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2089
2089
|
# @type EncryptState: Integer
|
2090
2090
|
# @param EncryptErrno: 业务错误码
|
@@ -2292,6 +2292,9 @@ module TencentCloud
|
|
2292
2292
|
|
2293
2293
|
# 加固策略信息
|
2294
2294
|
class PlanInfo < TencentCloud::Common::AbstractModel
|
2295
|
+
# @param SetFile: Dex分离,0关闭,1开启
|
2296
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2297
|
+
# @type SetFile: String
|
2295
2298
|
# @param ApkSizeOpt: apk大小优化,0关闭,1开启
|
2296
2299
|
# @type ApkSizeOpt: Integer
|
2297
2300
|
# @param Dex: Dex加固,0关闭,1开启
|
@@ -2302,12 +2305,8 @@ module TencentCloud
|
|
2302
2305
|
# @type Bugly: Integer
|
2303
2306
|
# @param AntiRepack: 防止重打包,0关闭,1开启
|
2304
2307
|
# @type AntiRepack: Integer
|
2305
|
-
# @param SeperateDex: Dex分离,0关闭,1开启
|
2306
|
-
# @type SeperateDex: Integer
|
2307
2308
|
# @param Db: 内存保护,0关闭,1开启
|
2308
2309
|
# @type Db: Integer
|
2309
|
-
# @param DexSig: Dex签名校验,0关闭,1开启
|
2310
|
-
# @type DexSig: Integer
|
2311
2310
|
# @param SoInfo: So文件信息
|
2312
2311
|
# @type SoInfo: :class:`Tencentcloud::Ms.v20180408.models.SoInfo`
|
2313
2312
|
# @param AntiVMP: vmp,0关闭,1开启
|
@@ -2316,64 +2315,64 @@ module TencentCloud
|
|
2316
2315
|
# @type SoType: Array
|
2317
2316
|
# @param AntiLogLeak: 防日志泄漏,0关闭,1开启
|
2318
2317
|
# @type AntiLogLeak: Integer
|
2319
|
-
# @param AntiQemuRoot: root检测,0关闭,1开启
|
2320
|
-
# @type AntiQemuRoot: Integer
|
2321
2318
|
# @param AntiAssets: 资源防篡改,0关闭,1开启
|
2322
2319
|
# @type AntiAssets: Integer
|
2323
2320
|
# @param AntiScreenshot: 防止截屏,0关闭,1开启
|
2324
2321
|
# @type AntiScreenshot: Integer
|
2325
2322
|
# @param AntiSSL: SSL证书防窃取,0关闭,1开启
|
2326
2323
|
# @type AntiSSL: Integer
|
2327
|
-
# @param SetFile: Dex分离,0关闭,1开启
|
2328
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2329
|
-
# @type SetFile: String
|
2330
2324
|
# @param FileSign: Dex签名校验,0关闭,1开启
|
2331
2325
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2332
2326
|
# @type FileSign: String
|
2333
2327
|
# @param AntiRoot: root检测,0关闭,1开启
|
2334
2328
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2335
2329
|
# @type AntiRoot: String
|
2330
|
+
# @param SeperateDex: Dex分离,0关闭,1开启
|
2331
|
+
# @type SeperateDex: Integer
|
2332
|
+
# @param DexSig: Dex签名校验,0关闭,1开启
|
2333
|
+
# @type DexSig: Integer
|
2334
|
+
# @param AntiQemuRoot: root检测,0关闭,1开启
|
2335
|
+
# @type AntiQemuRoot: Integer
|
2336
2336
|
|
2337
|
-
attr_accessor :ApkSizeOpt, :Dex, :So, :Bugly, :AntiRepack, :
|
2337
|
+
attr_accessor :SetFile, :ApkSizeOpt, :Dex, :So, :Bugly, :AntiRepack, :Db, :SoInfo, :AntiVMP, :SoType, :AntiLogLeak, :AntiAssets, :AntiScreenshot, :AntiSSL, :FileSign, :AntiRoot, :SeperateDex, :DexSig, :AntiQemuRoot
|
2338
2338
|
extend Gem::Deprecate
|
2339
|
-
deprecate :SeperateDex, :none, 2024,
|
2340
|
-
deprecate :SeperateDex=, :none, 2024,
|
2341
|
-
deprecate :DexSig, :none, 2024,
|
2342
|
-
deprecate :DexSig=, :none, 2024,
|
2343
|
-
deprecate :AntiQemuRoot, :none, 2024,
|
2344
|
-
deprecate :AntiQemuRoot=, :none, 2024,
|
2345
|
-
|
2346
|
-
def initialize(apksizeopt=nil, dex=nil, so=nil, bugly=nil, antirepack=nil,
|
2339
|
+
deprecate :SeperateDex, :none, 2024, 11
|
2340
|
+
deprecate :SeperateDex=, :none, 2024, 11
|
2341
|
+
deprecate :DexSig, :none, 2024, 11
|
2342
|
+
deprecate :DexSig=, :none, 2024, 11
|
2343
|
+
deprecate :AntiQemuRoot, :none, 2024, 11
|
2344
|
+
deprecate :AntiQemuRoot=, :none, 2024, 11
|
2345
|
+
|
2346
|
+
def initialize(setfile=nil, apksizeopt=nil, dex=nil, so=nil, bugly=nil, antirepack=nil, db=nil, soinfo=nil, antivmp=nil, sotype=nil, antilogleak=nil, antiassets=nil, antiscreenshot=nil, antissl=nil, filesign=nil, antiroot=nil, seperatedex=nil, dexsig=nil, antiqemuroot=nil)
|
2347
|
+
@SetFile = setfile
|
2347
2348
|
@ApkSizeOpt = apksizeopt
|
2348
2349
|
@Dex = dex
|
2349
2350
|
@So = so
|
2350
2351
|
@Bugly = bugly
|
2351
2352
|
@AntiRepack = antirepack
|
2352
|
-
@SeperateDex = seperatedex
|
2353
2353
|
@Db = db
|
2354
|
-
@DexSig = dexsig
|
2355
2354
|
@SoInfo = soinfo
|
2356
2355
|
@AntiVMP = antivmp
|
2357
2356
|
@SoType = sotype
|
2358
2357
|
@AntiLogLeak = antilogleak
|
2359
|
-
@AntiQemuRoot = antiqemuroot
|
2360
2358
|
@AntiAssets = antiassets
|
2361
2359
|
@AntiScreenshot = antiscreenshot
|
2362
2360
|
@AntiSSL = antissl
|
2363
|
-
@SetFile = setfile
|
2364
2361
|
@FileSign = filesign
|
2365
2362
|
@AntiRoot = antiroot
|
2363
|
+
@SeperateDex = seperatedex
|
2364
|
+
@DexSig = dexsig
|
2365
|
+
@AntiQemuRoot = antiqemuroot
|
2366
2366
|
end
|
2367
2367
|
|
2368
2368
|
def deserialize(params)
|
2369
|
+
@SetFile = params['SetFile']
|
2369
2370
|
@ApkSizeOpt = params['ApkSizeOpt']
|
2370
2371
|
@Dex = params['Dex']
|
2371
2372
|
@So = params['So']
|
2372
2373
|
@Bugly = params['Bugly']
|
2373
2374
|
@AntiRepack = params['AntiRepack']
|
2374
|
-
@SeperateDex = params['SeperateDex']
|
2375
2375
|
@Db = params['Db']
|
2376
|
-
@DexSig = params['DexSig']
|
2377
2376
|
unless params['SoInfo'].nil?
|
2378
2377
|
@SoInfo = SoInfo.new
|
2379
2378
|
@SoInfo.deserialize(params['SoInfo'])
|
@@ -2381,13 +2380,14 @@ module TencentCloud
|
|
2381
2380
|
@AntiVMP = params['AntiVMP']
|
2382
2381
|
@SoType = params['SoType']
|
2383
2382
|
@AntiLogLeak = params['AntiLogLeak']
|
2384
|
-
@AntiQemuRoot = params['AntiQemuRoot']
|
2385
2383
|
@AntiAssets = params['AntiAssets']
|
2386
2384
|
@AntiScreenshot = params['AntiScreenshot']
|
2387
2385
|
@AntiSSL = params['AntiSSL']
|
2388
|
-
@SetFile = params['SetFile']
|
2389
2386
|
@FileSign = params['FileSign']
|
2390
2387
|
@AntiRoot = params['AntiRoot']
|
2388
|
+
@SeperateDex = params['SeperateDex']
|
2389
|
+
@DexSig = params['DexSig']
|
2390
|
+
@AntiQemuRoot = params['AntiQemuRoot']
|
2391
2391
|
end
|
2392
2392
|
end
|
2393
2393
|
|
@@ -2607,10 +2607,38 @@ module TencentCloud
|
|
2607
2607
|
# @type Errno: String
|
2608
2608
|
# @param ErrMsg: 对应errno的错误信息描述
|
2609
2609
|
# @type ErrMsg: String
|
2610
|
+
# @param ErrNo: 应用错误码:0、1-表示正常;
|
2611
|
+
|
2612
|
+
# 2表示System Error(engine analysis error).
|
2613
|
+
|
2614
|
+
# 3表示App analysis error, please confirm it.
|
2615
|
+
|
2616
|
+
# 4表示App have not cert, please confirm it.
|
2617
|
+
|
2618
|
+
# 5表示App size is zero, please confirm it.
|
2619
|
+
|
2620
|
+
# 6表示App have not package name, please confirm it.
|
2610
2621
|
|
2611
|
-
|
2622
|
+
# 7表示App build time is empty, please confirm it.
|
2623
|
+
|
2624
|
+
# 8表示App have not valid cert, please confirm it.
|
2625
|
+
|
2626
|
+
# 99表示Other error.
|
2627
|
+
|
2628
|
+
# 1000表示App downloadlink download fail, please confirm it.
|
2629
|
+
|
2630
|
+
# 1001表示APP md5 different between real md5, please confirm it.
|
2631
|
+
|
2632
|
+
# 1002表示App md5 uncollect, please offer downloadlink.
|
2633
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2634
|
+
# @type ErrNo: String
|
2635
|
+
|
2636
|
+
attr_accessor :Banner, :BoutiqueRecommand, :FloatWindows, :IntegralWall, :Md5, :NotifyBar, :Official, :PluginList, :OptPluginList, :SafeType, :Sid, :SoftName, :Spot, :VirusName, :VirusDesc, :RepackageStatus, :Errno, :ErrMsg, :ErrNo
|
2637
|
+
extend Gem::Deprecate
|
2638
|
+
deprecate :Errno, :none, 2024, 11
|
2639
|
+
deprecate :Errno=, :none, 2024, 11
|
2612
2640
|
|
2613
|
-
def initialize(banner=nil, boutiquerecommand=nil, floatwindows=nil, integralwall=nil, md5=nil, notifybar=nil, official=nil, pluginlist=nil, optpluginlist=nil, safetype=nil, sid=nil, softname=nil, spot=nil, virusname=nil, virusdesc=nil, repackagestatus=nil,
|
2641
|
+
def initialize(banner=nil, boutiquerecommand=nil, floatwindows=nil, integralwall=nil, md5=nil, notifybar=nil, official=nil, pluginlist=nil, optpluginlist=nil, safetype=nil, sid=nil, softname=nil, spot=nil, virusname=nil, virusdesc=nil, repackagestatus=nil, errmsg=nil, errno=nil)
|
2614
2642
|
@Banner = banner
|
2615
2643
|
@BoutiqueRecommand = boutiquerecommand
|
2616
2644
|
@FloatWindows = floatwindows
|
@@ -2627,8 +2655,8 @@ module TencentCloud
|
|
2627
2655
|
@VirusName = virusname
|
2628
2656
|
@VirusDesc = virusdesc
|
2629
2657
|
@RepackageStatus = repackagestatus
|
2630
|
-
@Errno = errno
|
2631
2658
|
@ErrMsg = errmsg
|
2659
|
+
@ErrNo = errno
|
2632
2660
|
end
|
2633
2661
|
|
2634
2662
|
def deserialize(params)
|
@@ -2662,8 +2690,8 @@ module TencentCloud
|
|
2662
2690
|
@VirusName = params['VirusName']
|
2663
2691
|
@VirusDesc = params['VirusDesc']
|
2664
2692
|
@RepackageStatus = params['RepackageStatus']
|
2665
|
-
@Errno = params['Errno']
|
2666
2693
|
@ErrMsg = params['ErrMsg']
|
2694
|
+
@ErrNo = params['ErrNo']
|
2667
2695
|
end
|
2668
2696
|
end
|
2669
2697
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.935
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|