tencentcloud-sdk-ms 3.0.934 → 3.0.936

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180408/models.rb +59 -55
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b866242e389fd47c5da911686437f0848adefece
4
- data.tar.gz: 77c4971112175393f77bcfea080f2e06f919ea66
3
+ metadata.gz: bfc758447ca570f39184c8402edb866ec88b5756
4
+ data.tar.gz: 1479e5b43414e812068e3b82dc256ce0b2af8df0
5
5
  SHA512:
6
- metadata.gz: 3c143de98148d59316a81cb66e86e2ae239b1398620d79bac37dd2f7dab583d00d980d4979573a0ceb3f5ff1d29f39dd5663eea3b40ca9ef35b5ec44d643dec8
7
- data.tar.gz: 13d697a46ec38c9dd080404b11d08e2dd01707c0985fec65c47d4c5e97d6826345b9715380e101f7ac6213bc46afa47a188f7fd151aaafc271a7890c8502ee48
6
+ metadata.gz: 296e93c4a1f6c09b6926b469c62f2b205d2de1acdaa3fa6a0b286baa3c0b22546b34d8c9782067cf248511e187cb644d2389d392ff49eb97add88e9cd9e3e23c
7
+ data.tar.gz: d2eb030830bfc8232584f2d08bd56cdb7c8e90d6f2c4d9ff7b9f32f79e0e46e619c4d1db3508fa68c9b240d1ae907f6a61495e5ec281ea86513150c747f03e7f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.934
1
+ 3.0.936
@@ -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, 10
781
- deprecate :CosTocken=, :none, 2024, 10
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
@@ -1326,16 +1326,12 @@ module TencentCloud
1326
1326
  # @param ResourceId: 资源id
1327
1327
  # @type ResourceId: String
1328
1328
  # @param AndroidPlan: 上次加固策略
1329
- # 注意:此字段可能返回 null,表示取不到有效值。
1330
1329
  # @type AndroidPlan: :class:`Tencentcloud::Ms.v20180408.models.AndroidPlan`
1331
1330
  # @param AppletPlan: 上次小程序加固策略
1332
- # 注意:此字段可能返回 null,表示取不到有效值。
1333
1331
  # @type AppletPlan: :class:`Tencentcloud::Ms.v20180408.models.AppletPlan`
1334
1332
  # @param IOSPlan: 上次ios源码混淆加固配置
1335
- # 注意:此字段可能返回 null,表示取不到有效值。
1336
1333
  # @type IOSPlan: :class:`Tencentcloud::Ms.v20180408.models.IOSPlan`
1337
1334
  # @param SDKPlan: 上次sdk加固配置
1338
- # 注意:此字段可能返回 null,表示取不到有效值。
1339
1335
  # @type SDKPlan: :class:`Tencentcloud::Ms.v20180408.models.SDKPlan`
1340
1336
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1341
1337
  # @type RequestId: String
@@ -1944,16 +1940,12 @@ module TencentCloud
1944
1940
  # @param OrderId: 与当前任务关联的订单Id
1945
1941
  # @type OrderId: String
1946
1942
  # @param AndroidResult: 对应PlatformType平台类型值 1-android加固结果
1947
- # 注意:此字段可能返回 null,表示取不到有效值。
1948
1943
  # @type AndroidResult: :class:`Tencentcloud::Ms.v20180408.models.AndroidResult`
1949
1944
  # @param IOSResult: 对应PlatformType平台类型值 2-ios源码混淆加固结果
1950
- # 注意:此字段可能返回 null,表示取不到有效值。
1951
1945
  # @type IOSResult: :class:`Tencentcloud::Ms.v20180408.models.IOSResult`
1952
1946
  # @param SDKResult: 对应PlatformType平台类型值 3-sdk加固结果
1953
- # 注意:此字段可能返回 null,表示取不到有效值。
1954
1947
  # @type SDKResult: :class:`Tencentcloud::Ms.v20180408.models.SDKResult`
1955
1948
  # @param AppletResult: 对应PlatformType平台类型值 4-applet小程序加固结果
1956
- # 注意:此字段可能返回 null,表示取不到有效值。
1957
1949
  # @type AppletResult: :class:`Tencentcloud::Ms.v20180408.models.AppletResult`
1958
1950
 
1959
1951
  attr_accessor :PlatformType, :PlatformDesc, :OrderType, :OrderTypeDesc, :EncryptOpType, :EncryptOpTypeDesc, :ResourceId, :OrderId, :AndroidResult, :IOSResult, :SDKResult, :AppletResult
@@ -2073,40 +2065,28 @@ module TencentCloud
2073
2065
  # 渠道合作ios源码混淆加固结果
2074
2066
  class IOSResult < TencentCloud::Common::AbstractModel
2075
2067
  # @param ResultId: 加固任务结果Id
2076
- # 注意:此字段可能返回 null,表示取不到有效值。
2077
2068
  # @type ResultId: String
2078
2069
  # @param OpUin: 用户uid
2079
- # 注意:此字段可能返回 null,表示取不到有效值。
2080
2070
  # @type OpUin: Integer
2081
2071
  # @param EncryptType: 加固类型,这里为ios
2082
- # 注意:此字段可能返回 null,表示取不到有效值。
2083
2072
  # @type EncryptType: String
2084
2073
  # @param ResourceId: 资源id
2085
- # 注意:此字段可能返回 null,表示取不到有效值。
2086
2074
  # @type ResourceId: String
2087
- # @param EncryptState: 加固状态
2088
- # 注意:此字段可能返回 null,表示取不到有效值。
2075
+ # @param EncryptState: 加固状态:0等待,1成功,2任务中,3失败,4重试中
2089
2076
  # @type EncryptState: Integer
2090
2077
  # @param EncryptErrno: 业务错误码
2091
- # 注意:此字段可能返回 null,表示取不到有效值。
2092
2078
  # @type EncryptErrno: Integer
2093
2079
  # @param EncryptErrDesc: 业务错误信息
2094
- # 注意:此字段可能返回 null,表示取不到有效值。
2095
2080
  # @type EncryptErrDesc: String
2096
2081
  # @param CreatTime: 创建时间
2097
- # 注意:此字段可能返回 null,表示取不到有效值。
2098
2082
  # @type CreatTime: String
2099
2083
  # @param StartTime: 开始时间
2100
- # 注意:此字段可能返回 null,表示取不到有效值。
2101
2084
  # @type StartTime: String
2102
2085
  # @param EndTime: 结束时间
2103
- # 注意:此字段可能返回 null,表示取不到有效值。
2104
2086
  # @type EndTime: String
2105
2087
  # @param CostTime: 消耗时间
2106
- # 注意:此字段可能返回 null,表示取不到有效值。
2107
2088
  # @type CostTime: Integer
2108
2089
  # @param EncryptPkgUrl: 加固(混淆)包结果url
2109
- # 注意:此字段可能返回 null,表示取不到有效值。
2110
2090
  # @type EncryptPkgUrl: String
2111
2091
 
2112
2092
  attr_accessor :ResultId, :OpUin, :EncryptType, :ResourceId, :EncryptState, :EncryptErrno, :EncryptErrDesc, :CreatTime, :StartTime, :EndTime, :CostTime, :EncryptPkgUrl
@@ -2292,6 +2272,8 @@ module TencentCloud
2292
2272
 
2293
2273
  # 加固策略信息
2294
2274
  class PlanInfo < TencentCloud::Common::AbstractModel
2275
+ # @param SetFile: Dex分离,0关闭,1开启
2276
+ # @type SetFile: String
2295
2277
  # @param ApkSizeOpt: apk大小优化,0关闭,1开启
2296
2278
  # @type ApkSizeOpt: Integer
2297
2279
  # @param Dex: Dex加固,0关闭,1开启
@@ -2302,12 +2284,8 @@ module TencentCloud
2302
2284
  # @type Bugly: Integer
2303
2285
  # @param AntiRepack: 防止重打包,0关闭,1开启
2304
2286
  # @type AntiRepack: Integer
2305
- # @param SeperateDex: Dex分离,0关闭,1开启
2306
- # @type SeperateDex: Integer
2307
2287
  # @param Db: 内存保护,0关闭,1开启
2308
2288
  # @type Db: Integer
2309
- # @param DexSig: Dex签名校验,0关闭,1开启
2310
- # @type DexSig: Integer
2311
2289
  # @param SoInfo: So文件信息
2312
2290
  # @type SoInfo: :class:`Tencentcloud::Ms.v20180408.models.SoInfo`
2313
2291
  # @param AntiVMP: vmp,0关闭,1开启
@@ -2316,64 +2294,62 @@ module TencentCloud
2316
2294
  # @type SoType: Array
2317
2295
  # @param AntiLogLeak: 防日志泄漏,0关闭,1开启
2318
2296
  # @type AntiLogLeak: Integer
2319
- # @param AntiQemuRoot: root检测,0关闭,1开启
2320
- # @type AntiQemuRoot: Integer
2321
2297
  # @param AntiAssets: 资源防篡改,0关闭,1开启
2322
2298
  # @type AntiAssets: Integer
2323
2299
  # @param AntiScreenshot: 防止截屏,0关闭,1开启
2324
2300
  # @type AntiScreenshot: Integer
2325
2301
  # @param AntiSSL: SSL证书防窃取,0关闭,1开启
2326
2302
  # @type AntiSSL: Integer
2327
- # @param SetFile: Dex分离,0关闭,1开启
2328
- # 注意:此字段可能返回 null,表示取不到有效值。
2329
- # @type SetFile: String
2330
2303
  # @param FileSign: Dex签名校验,0关闭,1开启
2331
- # 注意:此字段可能返回 null,表示取不到有效值。
2332
2304
  # @type FileSign: String
2333
2305
  # @param AntiRoot: root检测,0关闭,1开启
2334
- # 注意:此字段可能返回 null,表示取不到有效值。
2335
2306
  # @type AntiRoot: String
2307
+ # @param SeperateDex: Dex分离,0关闭,1开启
2308
+ # @type SeperateDex: Integer
2309
+ # @param DexSig: Dex签名校验,0关闭,1开启
2310
+ # @type DexSig: Integer
2311
+ # @param AntiQemuRoot: root检测,0关闭,1开启
2312
+ # @type AntiQemuRoot: Integer
2336
2313
 
2337
- attr_accessor :ApkSizeOpt, :Dex, :So, :Bugly, :AntiRepack, :SeperateDex, :Db, :DexSig, :SoInfo, :AntiVMP, :SoType, :AntiLogLeak, :AntiQemuRoot, :AntiAssets, :AntiScreenshot, :AntiSSL, :SetFile, :FileSign, :AntiRoot
2314
+ attr_accessor :SetFile, :ApkSizeOpt, :Dex, :So, :Bugly, :AntiRepack, :Db, :SoInfo, :AntiVMP, :SoType, :AntiLogLeak, :AntiAssets, :AntiScreenshot, :AntiSSL, :FileSign, :AntiRoot, :SeperateDex, :DexSig, :AntiQemuRoot
2338
2315
  extend Gem::Deprecate
2339
- deprecate :SeperateDex, :none, 2024, 10
2340
- deprecate :SeperateDex=, :none, 2024, 10
2341
- deprecate :DexSig, :none, 2024, 10
2342
- deprecate :DexSig=, :none, 2024, 10
2343
- deprecate :AntiQemuRoot, :none, 2024, 10
2344
- deprecate :AntiQemuRoot=, :none, 2024, 10
2345
-
2346
- def initialize(apksizeopt=nil, dex=nil, so=nil, bugly=nil, antirepack=nil, seperatedex=nil, db=nil, dexsig=nil, soinfo=nil, antivmp=nil, sotype=nil, antilogleak=nil, antiqemuroot=nil, antiassets=nil, antiscreenshot=nil, antissl=nil, setfile=nil, filesign=nil, antiroot=nil)
2316
+ deprecate :SeperateDex, :none, 2024, 11
2317
+ deprecate :SeperateDex=, :none, 2024, 11
2318
+ deprecate :DexSig, :none, 2024, 11
2319
+ deprecate :DexSig=, :none, 2024, 11
2320
+ deprecate :AntiQemuRoot, :none, 2024, 11
2321
+ deprecate :AntiQemuRoot=, :none, 2024, 11
2322
+
2323
+ 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)
2324
+ @SetFile = setfile
2347
2325
  @ApkSizeOpt = apksizeopt
2348
2326
  @Dex = dex
2349
2327
  @So = so
2350
2328
  @Bugly = bugly
2351
2329
  @AntiRepack = antirepack
2352
- @SeperateDex = seperatedex
2353
2330
  @Db = db
2354
- @DexSig = dexsig
2355
2331
  @SoInfo = soinfo
2356
2332
  @AntiVMP = antivmp
2357
2333
  @SoType = sotype
2358
2334
  @AntiLogLeak = antilogleak
2359
- @AntiQemuRoot = antiqemuroot
2360
2335
  @AntiAssets = antiassets
2361
2336
  @AntiScreenshot = antiscreenshot
2362
2337
  @AntiSSL = antissl
2363
- @SetFile = setfile
2364
2338
  @FileSign = filesign
2365
2339
  @AntiRoot = antiroot
2340
+ @SeperateDex = seperatedex
2341
+ @DexSig = dexsig
2342
+ @AntiQemuRoot = antiqemuroot
2366
2343
  end
2367
2344
 
2368
2345
  def deserialize(params)
2346
+ @SetFile = params['SetFile']
2369
2347
  @ApkSizeOpt = params['ApkSizeOpt']
2370
2348
  @Dex = params['Dex']
2371
2349
  @So = params['So']
2372
2350
  @Bugly = params['Bugly']
2373
2351
  @AntiRepack = params['AntiRepack']
2374
- @SeperateDex = params['SeperateDex']
2375
2352
  @Db = params['Db']
2376
- @DexSig = params['DexSig']
2377
2353
  unless params['SoInfo'].nil?
2378
2354
  @SoInfo = SoInfo.new
2379
2355
  @SoInfo.deserialize(params['SoInfo'])
@@ -2381,13 +2357,14 @@ module TencentCloud
2381
2357
  @AntiVMP = params['AntiVMP']
2382
2358
  @SoType = params['SoType']
2383
2359
  @AntiLogLeak = params['AntiLogLeak']
2384
- @AntiQemuRoot = params['AntiQemuRoot']
2385
2360
  @AntiAssets = params['AntiAssets']
2386
2361
  @AntiScreenshot = params['AntiScreenshot']
2387
2362
  @AntiSSL = params['AntiSSL']
2388
- @SetFile = params['SetFile']
2389
2363
  @FileSign = params['FileSign']
2390
2364
  @AntiRoot = params['AntiRoot']
2365
+ @SeperateDex = params['SeperateDex']
2366
+ @DexSig = params['DexSig']
2367
+ @AntiQemuRoot = params['AntiQemuRoot']
2391
2368
  end
2392
2369
  end
2393
2370
 
@@ -2607,10 +2584,37 @@ module TencentCloud
2607
2584
  # @type Errno: String
2608
2585
  # @param ErrMsg: 对应errno的错误信息描述
2609
2586
  # @type ErrMsg: String
2587
+ # @param ErrNo: 应用错误码:0、1-表示正常;
2588
+
2589
+ # 2表示System Error(engine analysis error).
2590
+
2591
+ # 3表示App analysis error, please confirm it.
2592
+
2593
+ # 4表示App have not cert, please confirm it.
2594
+
2595
+ # 5表示App size is zero, please confirm it.
2596
+
2597
+ # 6表示App have not package name, please confirm it.
2610
2598
 
2611
- attr_accessor :Banner, :BoutiqueRecommand, :FloatWindows, :IntegralWall, :Md5, :NotifyBar, :Official, :PluginList, :OptPluginList, :SafeType, :Sid, :SoftName, :Spot, :VirusName, :VirusDesc, :RepackageStatus, :Errno, :ErrMsg
2599
+ # 7表示App build time is empty, please confirm it.
2600
+
2601
+ # 8表示App have not valid cert, please confirm it.
2602
+
2603
+ # 99表示Other error.
2604
+
2605
+ # 1000表示App downloadlink download fail, please confirm it.
2606
+
2607
+ # 1001表示APP md5 different between real md5, please confirm it.
2608
+
2609
+ # 1002表示App md5 uncollect, please offer downloadlink.
2610
+ # @type ErrNo: String
2611
+
2612
+ attr_accessor :Banner, :BoutiqueRecommand, :FloatWindows, :IntegralWall, :Md5, :NotifyBar, :Official, :PluginList, :OptPluginList, :SafeType, :Sid, :SoftName, :Spot, :VirusName, :VirusDesc, :RepackageStatus, :Errno, :ErrMsg, :ErrNo
2613
+ extend Gem::Deprecate
2614
+ deprecate :Errno, :none, 2024, 11
2615
+ deprecate :Errno=, :none, 2024, 11
2612
2616
 
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, errno=nil, errmsg=nil)
2617
+ 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
2618
  @Banner = banner
2615
2619
  @BoutiqueRecommand = boutiquerecommand
2616
2620
  @FloatWindows = floatwindows
@@ -2627,8 +2631,8 @@ module TencentCloud
2627
2631
  @VirusName = virusname
2628
2632
  @VirusDesc = virusdesc
2629
2633
  @RepackageStatus = repackagestatus
2630
- @Errno = errno
2631
2634
  @ErrMsg = errmsg
2635
+ @ErrNo = errno
2632
2636
  end
2633
2637
 
2634
2638
  def deserialize(params)
@@ -2662,8 +2666,8 @@ module TencentCloud
2662
2666
  @VirusName = params['VirusName']
2663
2667
  @VirusDesc = params['VirusDesc']
2664
2668
  @RepackageStatus = params['RepackageStatus']
2665
- @Errno = params['Errno']
2666
2669
  @ErrMsg = params['ErrMsg']
2670
+ @ErrNo = params['ErrNo']
2667
2671
  end
2668
2672
  end
2669
2673
 
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.934
4
+ version: 3.0.936
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-10-31 00:00:00.000000000 Z
11
+ date: 2024-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common