tencentcloud-sdk-bma 3.0.428 → 3.0.430

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: b83c4c3e1f41c55ee7e6f6de0314f0309418a31b
4
- data.tar.gz: c3826e9588e1426a0f0f07fcb5e6ecfc723b1e9a
3
+ metadata.gz: 76debdbdf2b617de0975e4ef4ce3bf9f3836f192
4
+ data.tar.gz: 9b799a3dd0dc16a03cb344b415a497a31583ff1c
5
5
  SHA512:
6
- metadata.gz: a6d0892e7f9cd61bc6b8901cb0d675a68263b0da988f16631069f508a73997de97f8997e549b57a5aa7bc0cb5d6f9fdad6f9e12f4d196941e83499d87ffa4d82
7
- data.tar.gz: 08e12ca04b7b8e8dc71667e193129370815294c47153f163ee8b1cd477d0cb7c07f61b59e9c4ed7ef7b4271f664ce7552f9f58bc2e7a81e8c59dd25e939a807d
6
+ metadata.gz: aed61eea5f8e947d42cdf6ec3e80d39a3b202979e9fbde38cd9c5f038c4e267f26ef5cc43ce27cfa65fbbe2bb92a5bce174ec3c8236f339ee2abb03b1514b39a
7
+ data.tar.gz: 9004dc98829ef2e916316e75133960802c4caa1835a67e10e67c1b47ce3c7b5776f81f2dc81ee7cafd0cdee0581dbffc33b8b70f4835340cc1e1b6caf35a97ee
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.428
1
+ 3.0.430
@@ -197,6 +197,30 @@ module TencentCloud
197
197
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
198
198
  end
199
199
 
200
+ # 版权保护-新建取证接口
201
+
202
+ # @param request: Request instance for CreateCRObtain.
203
+ # @type request: :class:`Tencentcloud::bma::V20210624::CreateCRObtainRequest`
204
+ # @rtype: :class:`Tencentcloud::bma::V20210624::CreateCRObtainResponse`
205
+ def CreateCRObtain(request)
206
+ body = send_request('CreateCRObtain', request.serialize)
207
+ response = JSON.parse(body)
208
+ if response['Response'].key?('Error') == false
209
+ model = CreateCRObtainResponse.new
210
+ model.deserialize(response['Response'])
211
+ model
212
+ else
213
+ code = response['Response']['Error']['Code']
214
+ message = response['Response']['Error']['Message']
215
+ reqid = response['Response']['RequestId']
216
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
217
+ end
218
+ rescue TencentCloud::Common::TencentCloudSDKException => e
219
+ raise e
220
+ rescue StandardError => e
221
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
222
+ end
223
+
200
224
  # 版权保护-新建发函接口
201
225
 
202
226
  # @param request: Request instance for CreateCRRight.
@@ -425,6 +425,78 @@ module TencentCloud
425
425
  end
426
426
  end
427
427
 
428
+ # CreateCRObtain请求参数结构体
429
+ class CreateCRObtainRequest < TencentCloud::Common::AbstractModel
430
+ # @param WorkId: 已存证的作品ID
431
+ # @type WorkId: Integer
432
+ # @param TortUrl: 侵权链接
433
+ # @type TortUrl: String
434
+ # @param ObtainType: 取证类型 1-网页取证 2-过程取证
435
+ # @type ObtainType: Integer
436
+ # @param WorkTitle: 侵权标题
437
+ # @type WorkTitle: String
438
+ # @param TortPlat: 侵权平台
439
+ # @type TortPlat: String
440
+ # @param ObtainDuration: 过程取证的取证时长 6-300分钟
441
+ # @type ObtainDuration: Integer
442
+ # @param ObtainUrl: 取证回调地址
443
+ # @type ObtainUrl: String
444
+ # @param WorkCategory: xxx
445
+ # @type WorkCategory: String
446
+ # @param WorkType: xxx
447
+ # @type WorkType: String
448
+
449
+ attr_accessor :WorkId, :TortUrl, :ObtainType, :WorkTitle, :TortPlat, :ObtainDuration, :ObtainUrl, :WorkCategory, :WorkType
450
+
451
+ def initialize(workid=nil, torturl=nil, obtaintype=nil, worktitle=nil, tortplat=nil, obtainduration=nil, obtainurl=nil, workcategory=nil, worktype=nil)
452
+ @WorkId = workid
453
+ @TortUrl = torturl
454
+ @ObtainType = obtaintype
455
+ @WorkTitle = worktitle
456
+ @TortPlat = tortplat
457
+ @ObtainDuration = obtainduration
458
+ @ObtainUrl = obtainurl
459
+ @WorkCategory = workcategory
460
+ @WorkType = worktype
461
+ end
462
+
463
+ def deserialize(params)
464
+ @WorkId = params['WorkId']
465
+ @TortUrl = params['TortUrl']
466
+ @ObtainType = params['ObtainType']
467
+ @WorkTitle = params['WorkTitle']
468
+ @TortPlat = params['TortPlat']
469
+ @ObtainDuration = params['ObtainDuration']
470
+ @ObtainUrl = params['ObtainUrl']
471
+ @WorkCategory = params['WorkCategory']
472
+ @WorkType = params['WorkType']
473
+ end
474
+ end
475
+
476
+ # CreateCRObtain返回参数结构体
477
+ class CreateCRObtainResponse < TencentCloud::Common::AbstractModel
478
+ # @param TortId: 侵权ID
479
+ # @type TortId: Integer
480
+ # @param TortNum: xxx
481
+ # @type TortNum: String
482
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
483
+ # @type RequestId: String
484
+
485
+ attr_accessor :TortId, :TortNum, :RequestId
486
+
487
+ def initialize(tortid=nil, tortnum=nil, requestid=nil)
488
+ @TortId = tortid
489
+ @TortNum = tortnum
490
+ @RequestId = requestid
491
+ end
492
+
493
+ def deserialize(params)
494
+ @TortId = params['TortId']
495
+ @TortNum = params['TortNum']
496
+ @RequestId = params['RequestId']
497
+ end
498
+ end
499
+
428
500
  # CreateCRRightFile请求参数结构体
429
501
  class CreateCRRightFileRequest < TencentCloud::Common::AbstractModel
430
502
  # @param WorkId: 作品ID
@@ -975,11 +1047,11 @@ module TencentCloud
975
1047
 
976
1048
  # DescribeBPFakeURLs返回参数结构体
977
1049
  class DescribeBPFakeURLsResponse < TencentCloud::Common::AbstractModel
978
- # @param FakeURLInfos: xxx
1050
+ # @param FakeURLInfos: 仿冒网址列表
979
1051
  # @type FakeURLInfos: Array
980
- # @param TotalCount: xxx
1052
+ # @param TotalCount: 总量
981
1053
  # @type TotalCount: Integer
982
- # @param ExportURL: xxx
1054
+ # @param ExportURL: 导出量
983
1055
  # @type ExportURL: String
984
1056
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
985
1057
  # @type RequestId: String
@@ -1030,9 +1102,9 @@ module TencentCloud
1030
1102
 
1031
1103
  # DescribeBPProtectURLs返回参数结构体
1032
1104
  class DescribeBPProtectURLsResponse < TencentCloud::Common::AbstractModel
1033
- # @param ProtectURLInfos: xxx
1105
+ # @param ProtectURLInfos: 保护网址列表
1034
1106
  # @type ProtectURLInfos: Array
1035
- # @param TotalCount: xxx
1107
+ # @param TotalCount: 总量
1036
1108
  # @type TotalCount: Integer
1037
1109
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1038
1110
  # @type RequestId: String
@@ -1092,9 +1164,9 @@ module TencentCloud
1092
1164
 
1093
1165
  # DescribeBPReportFakeURLs返回参数结构体
1094
1166
  class DescribeBPReportFakeURLsResponse < TencentCloud::Common::AbstractModel
1095
- # @param ReportFakeURLInfos: xxx
1167
+ # @param ReportFakeURLInfos: 举报网站列表
1096
1168
  # @type ReportFakeURLInfos: Array
1097
- # @param TotalCount: xxx
1169
+ # @param TotalCount: 总量
1098
1170
  # @type TotalCount: Integer
1099
1171
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1100
1172
  # @type RequestId: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-bma
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.428
4
+ version: 3.0.430
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-10-14 00:00:00.000000000 Z
11
+ date: 2022-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common