tencentcloud-sdk-gs 3.0.1186 → 3.0.1205
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/v20191118/models.rb +14 -8
- 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: 7f101fce3d5d8567bda02013430b8f297dbee843
|
|
4
|
+
data.tar.gz: f711d0505bd18414ec51b9bcc168742a7ced3696
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d157a36235e1763497d4753ca28f5c32c34d42ffe72c6d43407c0820e9caa43cff32178cd6d3c34c8719e6efdcfb61f5cb7db9578a1f197338fc0280310c8941
|
|
7
|
+
data.tar.gz: 8580d9f0bd611c0df923911cf22769bedce5f02b0052e8ae8aeb6a946e8479b0ce5727fabf9d75fa6e92a81ccb029cb8a9f3fba4bc9b141ced39619f540dac12
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1205
|
data/lib/v20191118/models.rb
CHANGED
|
@@ -186,10 +186,14 @@ module TencentCloud
|
|
|
186
186
|
# @type CreateTime: String
|
|
187
187
|
# @param HostServerSerialNumber: 机箱 ID
|
|
188
188
|
# @type HostServerSerialNumber: String
|
|
189
|
+
# @param ServiceStatus: 服务状态。
|
|
190
|
+
# IDLE:未连接
|
|
191
|
+
# ESTABLISHED:连接中
|
|
192
|
+
# @type ServiceStatus: String
|
|
189
193
|
|
|
190
|
-
attr_accessor :AndroidInstanceId, :AndroidInstanceRegion, :AndroidInstanceZone, :State, :AndroidInstanceType, :AndroidInstanceImageId, :Width, :Height, :HostSerialNumber, :AndroidInstanceGroupId, :AndroidInstanceLabels, :Name, :UserId, :PrivateIP, :CreateTime, :HostServerSerialNumber
|
|
194
|
+
attr_accessor :AndroidInstanceId, :AndroidInstanceRegion, :AndroidInstanceZone, :State, :AndroidInstanceType, :AndroidInstanceImageId, :Width, :Height, :HostSerialNumber, :AndroidInstanceGroupId, :AndroidInstanceLabels, :Name, :UserId, :PrivateIP, :CreateTime, :HostServerSerialNumber, :ServiceStatus
|
|
191
195
|
|
|
192
|
-
def initialize(androidinstanceid=nil, androidinstanceregion=nil, androidinstancezone=nil, state=nil, androidinstancetype=nil, androidinstanceimageid=nil, width=nil, height=nil, hostserialnumber=nil, androidinstancegroupid=nil, androidinstancelabels=nil, name=nil, userid=nil, privateip=nil, createtime=nil, hostserverserialnumber=nil)
|
|
196
|
+
def initialize(androidinstanceid=nil, androidinstanceregion=nil, androidinstancezone=nil, state=nil, androidinstancetype=nil, androidinstanceimageid=nil, width=nil, height=nil, hostserialnumber=nil, androidinstancegroupid=nil, androidinstancelabels=nil, name=nil, userid=nil, privateip=nil, createtime=nil, hostserverserialnumber=nil, servicestatus=nil)
|
|
193
197
|
@AndroidInstanceId = androidinstanceid
|
|
194
198
|
@AndroidInstanceRegion = androidinstanceregion
|
|
195
199
|
@AndroidInstanceZone = androidinstancezone
|
|
@@ -206,6 +210,7 @@ module TencentCloud
|
|
|
206
210
|
@PrivateIP = privateip
|
|
207
211
|
@CreateTime = createtime
|
|
208
212
|
@HostServerSerialNumber = hostserverserialnumber
|
|
213
|
+
@ServiceStatus = servicestatus
|
|
209
214
|
end
|
|
210
215
|
|
|
211
216
|
def deserialize(params)
|
|
@@ -232,6 +237,7 @@ module TencentCloud
|
|
|
232
237
|
@PrivateIP = params['PrivateIP']
|
|
233
238
|
@CreateTime = params['CreateTime']
|
|
234
239
|
@HostServerSerialNumber = params['HostServerSerialNumber']
|
|
240
|
+
@ServiceStatus = params['ServiceStatus']
|
|
235
241
|
end
|
|
236
242
|
end
|
|
237
243
|
|
|
@@ -275,8 +281,8 @@ module TencentCloud
|
|
|
275
281
|
|
|
276
282
|
attr_accessor :AndroidAppId, :Name, :AndroidAppVersion, :PackageName, :PackageVersion, :PackageLabel, :VersionName
|
|
277
283
|
extend Gem::Deprecate
|
|
278
|
-
deprecate :PackageVersion, :none,
|
|
279
|
-
deprecate :PackageVersion=, :none,
|
|
284
|
+
deprecate :PackageVersion, :none, 2026, 1
|
|
285
|
+
deprecate :PackageVersion=, :none, 2026, 1
|
|
280
286
|
|
|
281
287
|
def initialize(androidappid=nil, name=nil, androidappversion=nil, packagename=nil, packageversion=nil, packagelabel=nil, versionname=nil)
|
|
282
288
|
@AndroidAppId = androidappid
|
|
@@ -1559,7 +1565,7 @@ module TencentCloud
|
|
|
1559
1565
|
# @type MinBitrate: Integer
|
|
1560
1566
|
# @param Fps: 帧率,可设置为30、45、60、90、120、144
|
|
1561
1567
|
# @type Fps: Integer
|
|
1562
|
-
# @param UserIp:
|
|
1568
|
+
# @param UserIp: 【推荐填写】用户IP,用户客户端的公网IP,用于就近调度,不填将严重影响用户体验
|
|
1563
1569
|
# @type UserIp: String
|
|
1564
1570
|
# @param Optimization: 【已废弃】优化项,便于客户灰度开启新的优化项,默认为0
|
|
1565
1571
|
# @type Optimization: Integer
|
|
@@ -2147,8 +2153,8 @@ module TencentCloud
|
|
|
2147
2153
|
|
|
2148
2154
|
attr_accessor :Total, :Labels, :AndroidInstanceLabels, :RequestId
|
|
2149
2155
|
extend Gem::Deprecate
|
|
2150
|
-
deprecate :Labels, :none,
|
|
2151
|
-
deprecate :Labels=, :none,
|
|
2156
|
+
deprecate :Labels, :none, 2026, 1
|
|
2157
|
+
deprecate :Labels=, :none, 2026, 1
|
|
2152
2158
|
|
|
2153
2159
|
def initialize(total=nil, labels=nil, androidinstancelabels=nil, requestid=nil)
|
|
2154
2160
|
@Total = total
|
|
@@ -4706,7 +4712,7 @@ module TencentCloud
|
|
|
4706
4712
|
# @type GameRegion: String
|
|
4707
4713
|
# @param SetNo: 【废弃】资源池编号
|
|
4708
4714
|
# @type SetNo: Integer
|
|
4709
|
-
# @param UserIp:
|
|
4715
|
+
# @param UserIp: 【推荐填写】用户IP,用户客户端的公网IP,用于就近调度,不填将严重影响用户体验
|
|
4710
4716
|
# @type UserIp: String
|
|
4711
4717
|
# @param GroupId: 分组ID
|
|
4712
4718
|
# @type GroupId: String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-gs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1205
|
|
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-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|