tencentcloud-sdk-trro 3.0.1161 → 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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220325/models.rb +17 -13
- 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: 36b18fecc6f2fbe648f1872e266e8f36ffeefad0
|
|
4
|
+
data.tar.gz: 1cba8848bb8bea202ff34274e061cf413106e52f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe6fb4766928c2b01dfdd139ebf529b4d1a1ae66ba284d8b9eeb9bf27da6c36cb8f01adda911a4702b98492c7f73d871da7ac5b31cc256ec714c16f9935f0191
|
|
7
|
+
data.tar.gz: 90214002bfc1be3511e689d0f5486c808830abf89e54ebd0bb3045add5ad1b52416f4916297a5cf996668dda1200d97d435c8526567c600ef580ca41f9ff0a76
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1208
|
data/lib/v20220325/models.rb
CHANGED
|
@@ -464,28 +464,31 @@ module TencentCloud
|
|
|
464
464
|
|
|
465
465
|
# DescribeDeviceList请求参数结构体
|
|
466
466
|
class DescribeDeviceListRequest < TencentCloud::Common::AbstractModel
|
|
467
|
-
# @param ProjectId:
|
|
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:
|
|
471
|
+
# @param SearchWords: <p>对设备ID或Name按关键字进行模糊匹配,不填则不进行模糊匹配</p>
|
|
472
472
|
# @type SearchWords: String
|
|
473
|
-
# @param PageSize:
|
|
473
|
+
# @param PageSize: <p>每页返回的最大设备数,不填默认为10</p>
|
|
474
474
|
# @type PageSize: Integer
|
|
475
|
-
# @param PageNumber:
|
|
475
|
+
# @param PageNumber: <p>当前页码,不填默认为1(首页)</p>
|
|
476
476
|
# @type PageNumber: Integer
|
|
477
|
-
# @param DeviceStatus:
|
|
477
|
+
# @param DeviceStatus: <p>设备状态筛选,不填默认为不过滤。取值:["ready","connected","online"],online代表ready或connected</p>
|
|
478
478
|
# @type DeviceStatus: String
|
|
479
|
+
# @param RegisterType: <p>标识查询项目下的设备注册类型,默认不包含免注册登录设备。 若存在免注册登录设备,该参数传"1"</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,
|
|
2073
|
-
deprecate :RenderConst=, :none,
|
|
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.
|
|
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:
|
|
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
|