tencentcloud-sdk-gs 1.0.289 → 1.0.292

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: f8b2e8fc2923b959693129b9c6c6a3aa415da884
4
- data.tar.gz: 0254605083ab40ad98bfe54138225428d3cf374b
3
+ metadata.gz: 5e7c3f8295a757d923aecb366b8b93ba08ce2892
4
+ data.tar.gz: 5d9bc5fcd65c1e8894304cb74724e13d53aefe1f
5
5
  SHA512:
6
- metadata.gz: 4611d4c921ae411e2eef2de80abae969460b74e78e25f321bb9656ef543ca574620cef72dc2c4dde4878068be3b48f45ecb0b9eb8c96929fb69c3420f2d123a6
7
- data.tar.gz: 7b68ba232072dd7a08dd21ee3f5ab4674d0ca753769955f58624e42e50992bcadfb09f2dfc305d7795a74530381461177816fcd3164644c0b595d2a71f434e45
6
+ metadata.gz: e9f6890043fd48c6fd482005d430ea307025251b799e0ee73b269b08394c07b4f3573bd5963da52427b87d7120090fced73141684f6629415eb12d0dd370f730
7
+ data.tar.gz: f3082679e16af8d39360170bf1a725b006ce1ca9dfbcc50f1085278f747c2f88b12aef7e2e8fcddca5ff4da52c8899dd85d0744adcfbf74edf7ac4342871defa
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.289
1
+ 1.0.292
@@ -53,10 +53,14 @@ module TencentCloud
53
53
  # @type Role: String
54
54
  # @param GameContext: 游戏相关参数
55
55
  # @type GameContext: String
56
+ # @param RunMode: 云端运行模式。
57
+ # RunWithoutClient:允许无客户端连接的情况下仍保持云端 App 运行
58
+ # 默认值(空):要求必须有客户端连接才会保持云端 App 运行。
59
+ # @type RunMode: String
56
60
 
57
- attr_accessor :ClientSession, :UserId, :GameId, :GameRegion, :GameParas, :Resolution, :ImageUrl, :SetNo, :Bitrate, :MaxBitrate, :MinBitrate, :Fps, :UserIp, :Optimization, :HostUserId, :Role, :GameContext
61
+ attr_accessor :ClientSession, :UserId, :GameId, :GameRegion, :GameParas, :Resolution, :ImageUrl, :SetNo, :Bitrate, :MaxBitrate, :MinBitrate, :Fps, :UserIp, :Optimization, :HostUserId, :Role, :GameContext, :RunMode
58
62
 
59
- def initialize(clientsession=nil, userid=nil, gameid=nil, gameregion=nil, gameparas=nil, resolution=nil, imageurl=nil, setno=nil, bitrate=nil, maxbitrate=nil, minbitrate=nil, fps=nil, userip=nil, optimization=nil, hostuserid=nil, role=nil, gamecontext=nil)
63
+ def initialize(clientsession=nil, userid=nil, gameid=nil, gameregion=nil, gameparas=nil, resolution=nil, imageurl=nil, setno=nil, bitrate=nil, maxbitrate=nil, minbitrate=nil, fps=nil, userip=nil, optimization=nil, hostuserid=nil, role=nil, gamecontext=nil, runmode=nil)
60
64
  @ClientSession = clientsession
61
65
  @UserId = userid
62
66
  @GameId = gameid
@@ -74,6 +78,7 @@ module TencentCloud
74
78
  @HostUserId = hostuserid
75
79
  @Role = role
76
80
  @GameContext = gamecontext
81
+ @RunMode = runmode
77
82
  end
78
83
 
79
84
  def deserialize(params)
@@ -94,6 +99,7 @@ module TencentCloud
94
99
  @HostUserId = params['HostUserId']
95
100
  @Role = params['Role']
96
101
  @GameContext = params['GameContext']
102
+ @RunMode = params['RunMode']
97
103
  end
98
104
  end
99
105
 
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: 1.0.289
4
+ version: 1.0.292
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-03-30 00:00:00.000000000 Z
11
+ date: 2022-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common