tencentcloud-sdk-trro 3.0.1160 → 3.0.1208

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220325/models.rb +17 -13
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 394688527a46305ed39e38882bb8300f0b01bc3c
4
- data.tar.gz: aac7243ed74d2d267645315dd640d507b33554e7
3
+ metadata.gz: 36b18fecc6f2fbe648f1872e266e8f36ffeefad0
4
+ data.tar.gz: 1cba8848bb8bea202ff34274e061cf413106e52f
5
5
  SHA512:
6
- metadata.gz: 17c44b9ac9e8b2a2555b1ab1e85b8514d56915d1a100fdfbc6a0e9145db306d66b1809b9ca280da9d87e6386879d066af43c120f10cd2d8b13235c53a15883d9
7
- data.tar.gz: f495f453ee728cdcb1b291cdbb02e989ed486bc3754fa71f63d4a340ae13e8602fbb064585f23591f07635c63686d758289b18cb1174b311967856bce6d2d2d2
6
+ metadata.gz: fe6fb4766928c2b01dfdd139ebf529b4d1a1ae66ba284d8b9eeb9bf27da6c36cb8f01adda911a4702b98492c7f73d871da7ac5b31cc256ec714c16f9935f0191
7
+ data.tar.gz: 90214002bfc1be3511e689d0f5486c808830abf89e54ebd0bb3045add5ad1b52416f4916297a5cf996668dda1200d97d435c8526567c600ef580ca41f9ff0a76
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1160
1
+ 3.0.1208
@@ -464,28 +464,31 @@ module TencentCloud
464
464
 
465
465
  # DescribeDeviceList请求参数结构体
466
466
  class DescribeDeviceListRequest < TencentCloud::Common::AbstractModel
467
- # @param ProjectId: 设备所属项目ID
467
+ # @param ProjectId: <p>设备所属项目ID</p>
468
468
  # @type ProjectId: String
469
- # @param DeviceType: 设备类型筛选,不填默认为全部设备类型
469
+ # @param DeviceType: <p>设备类型筛选,不填默认为全部设备类型</p>
470
470
  # @type DeviceType: String
471
- # @param SearchWords: 对设备ID或Name按关键字进行模糊匹配,不填则不进行模糊匹配
471
+ # @param SearchWords: <p>对设备ID或Name按关键字进行模糊匹配,不填则不进行模糊匹配</p>
472
472
  # @type SearchWords: String
473
- # @param PageSize: 每页返回的最大设备数,不填默认为10
473
+ # @param PageSize: <p>每页返回的最大设备数,不填默认为10</p>
474
474
  # @type PageSize: Integer
475
- # @param PageNumber: 当前页码,不填默认为1(首页)
475
+ # @param PageNumber: <p>当前页码,不填默认为1(首页)</p>
476
476
  # @type PageNumber: Integer
477
- # @param DeviceStatus: 设备状态筛选,不填默认为不过滤。取值:["ready","connected","online"],online代表ready或connected
477
+ # @param DeviceStatus: <p>设备状态筛选,不填默认为不过滤。取值:[&quot;ready&quot;,&quot;connected&quot;,&quot;online&quot;],online代表ready或connected</p>
478
478
  # @type DeviceStatus: String
479
+ # @param RegisterType: <p>标识查询项目下的设备注册类型,默认不包含免注册登录设备。 若存在免注册登录设备,该参数传&quot;1&quot;</p><p>枚举值:</p><ul><li>0: 项目不包含免注册登录设备</li><li>1: 项目包含免注册登录设备</li></ul><p>默认值:0</p>
480
+ # @type RegisterType: Integer
479
481
 
480
- attr_accessor :ProjectId, :DeviceType, :SearchWords, :PageSize, :PageNumber, :DeviceStatus
482
+ attr_accessor :ProjectId, :DeviceType, :SearchWords, :PageSize, :PageNumber, :DeviceStatus, :RegisterType
481
483
 
482
- def initialize(projectid=nil, devicetype=nil, searchwords=nil, pagesize=nil, pagenumber=nil, devicestatus=nil)
484
+ def initialize(projectid=nil, devicetype=nil, searchwords=nil, pagesize=nil, pagenumber=nil, devicestatus=nil, registertype=nil)
483
485
  @ProjectId = projectid
484
486
  @DeviceType = devicetype
485
487
  @SearchWords = searchwords
486
488
  @PageSize = pagesize
487
489
  @PageNumber = pagenumber
488
490
  @DeviceStatus = devicestatus
491
+ @RegisterType = registertype
489
492
  end
490
493
 
491
494
  def deserialize(params)
@@ -495,16 +498,17 @@ module TencentCloud
495
498
  @PageSize = params['PageSize']
496
499
  @PageNumber = params['PageNumber']
497
500
  @DeviceStatus = params['DeviceStatus']
501
+ @RegisterType = params['RegisterType']
498
502
  end
499
503
  end
500
504
 
501
505
  # DescribeDeviceList返回参数结构体
502
506
  class DescribeDeviceListResponse < TencentCloud::Common::AbstractModel
503
- # @param Devices: 设备信息列表
507
+ # @param Devices: <p>设备信息列表</p>
504
508
  # @type Devices: Array
505
- # @param Total: 设备总数
509
+ # @param Total: <p>设备总数</p>
506
510
  # @type Total: Integer
507
- # @param Num: 本次返回的设备数
511
+ # @param Num: <p>本次返回的设备数</p>
508
512
  # @type Num: Integer
509
513
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
510
514
  # @type RequestId: String
@@ -2069,8 +2073,8 @@ module TencentCloud
2069
2073
 
2070
2074
  attr_accessor :DeviceType, :StartTime, :EndTime, :SessionId, :Rate, :Fps, :Lost, :NetworkLatency, :VideoLatency, :CpuUsed, :MemUsed, :TimeOffset, :ProjectId, :DeviceId, :Ver, :SdkMode, :DecodeCost, :RenderConst, :K100, :K150, :NACK, :BitRateEstimate, :Width, :Height, :EncodeCost, :CaptureCost, :RenderCost, :ConfigWidth, :ConfigHeight, :FrameDelta, :MaxFrameDelta, :TotalBitrateEstimate, :Lag100Duration, :Lag150Duration, :MultiMode, :MultiNet
2071
2075
  extend Gem::Deprecate
2072
- deprecate :RenderConst, :none, 2025, 10
2073
- deprecate :RenderConst=, :none, 2025, 10
2076
+ deprecate :RenderConst, :none, 2026, 1
2077
+ deprecate :RenderConst=, :none, 2026, 1
2074
2078
 
2075
2079
  def initialize(devicetype=nil, starttime=nil, endtime=nil, sessionid=nil, rate=nil, fps=nil, lost=nil, networklatency=nil, videolatency=nil, cpuused=nil, memused=nil, timeoffset=nil, projectid=nil, deviceid=nil, ver=nil, sdkmode=nil, decodecost=nil, renderconst=nil, k100=nil, k150=nil, nack=nil, bitrateestimate=nil, width=nil, height=nil, encodecost=nil, capturecost=nil, rendercost=nil, configwidth=nil, configheight=nil, framedelta=nil, maxframedelta=nil, totalbitrateestimate=nil, lag100duration=nil, lag150duration=nil, multimode=nil, multinet=nil)
2076
2080
  @DeviceType = devicetype
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-trro
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1160
4
+ version: 3.0.1208
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-10-28 00:00:00.000000000 Z
11
+ date: 2026-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20220325/models.rb
37
36
  - lib/v20220325/client.rb
37
+ - lib/v20220325/models.rb
38
38
  - lib/tencentcloud-sdk-trro.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby