tencentcloud-sdk-gs 3.0.590 → 3.0.592
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 +16 -16
- 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: 2c2d2bdcbab35e94ec86c3f6d2b50e594f590197
|
4
|
+
data.tar.gz: 2c04794370f40df56badb5e9bf5775f5e39551f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 69970a8fc0b7e16078719bfce25cee7417f9d7e192ca01bf6bbfce2d684f36353ef364459a36931ed3e88eb0ac8bf3384d11ea7f73594b73b910bef10817714b
|
7
|
+
data.tar.gz: 80315bcb942b7c1562d2eef4fb1f15fb8fd14b6aedb0a5b843d3b3872ab0c62b57b1fb809a5aa26e15555f30a6442a52e0dae5bd3a5786a9f5fd1b958d8f3398
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.592
|
data/lib/v20191118/models.rb
CHANGED
@@ -59,7 +59,7 @@ module TencentCloud
|
|
59
59
|
# @type RunMode: String
|
60
60
|
|
61
61
|
attr_accessor :UserId, :GameId, :GameRegion, :GameParas, :ClientSession, :Resolution, :ImageUrl, :SetNo, :Bitrate, :MaxBitrate, :MinBitrate, :Fps, :UserIp, :Optimization, :HostUserId, :Role, :GameContext, :RunMode
|
62
|
-
|
62
|
+
|
63
63
|
def initialize(userid=nil, gameid=nil, gameregion=nil, gameparas=nil, clientsession=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)
|
64
64
|
@UserId = userid
|
65
65
|
@GameId = gameid
|
@@ -115,7 +115,7 @@ module TencentCloud
|
|
115
115
|
# @type RequestId: String
|
116
116
|
|
117
117
|
attr_accessor :ServerSession, :RoleNumber, :Role, :RequestId
|
118
|
-
|
118
|
+
|
119
119
|
def initialize(serversession=nil, rolenumber=nil, role=nil, requestid=nil)
|
120
120
|
@ServerSession = serversession
|
121
121
|
@RoleNumber = rolenumber
|
@@ -145,7 +145,7 @@ module TencentCloud
|
|
145
145
|
# @type GameType: String
|
146
146
|
|
147
147
|
attr_accessor :GameId, :GroupId, :GameRegion, :GameType
|
148
|
-
|
148
|
+
|
149
149
|
def initialize(gameid=nil, groupid=nil, gameregion=nil, gametype=nil)
|
150
150
|
@GameId = gameid
|
151
151
|
@GroupId = groupid
|
@@ -171,7 +171,7 @@ module TencentCloud
|
|
171
171
|
# @type RequestId: String
|
172
172
|
|
173
173
|
attr_accessor :Total, :Running, :RequestId
|
174
|
-
|
174
|
+
|
175
175
|
def initialize(total=nil, running=nil, requestid=nil)
|
176
176
|
@Total = total
|
177
177
|
@Running = running
|
@@ -193,7 +193,7 @@ module TencentCloud
|
|
193
193
|
# @type GameId: String
|
194
194
|
|
195
195
|
attr_accessor :UserId, :GameId
|
196
|
-
|
196
|
+
|
197
197
|
def initialize(userid=nil, gameid=nil)
|
198
198
|
@UserId = userid
|
199
199
|
@GameId = gameid
|
@@ -211,7 +211,7 @@ module TencentCloud
|
|
211
211
|
# @type RequestId: String
|
212
212
|
|
213
213
|
attr_accessor :RequestId
|
214
|
-
|
214
|
+
|
215
215
|
def initialize(requestid=nil)
|
216
216
|
@RequestId = requestid
|
217
217
|
end
|
@@ -229,7 +229,7 @@ module TencentCloud
|
|
229
229
|
# @type PublishUrl: String
|
230
230
|
|
231
231
|
attr_accessor :UserId, :PublishUrl
|
232
|
-
|
232
|
+
|
233
233
|
def initialize(userid=nil, publishurl=nil)
|
234
234
|
@UserId = userid
|
235
235
|
@PublishUrl = publishurl
|
@@ -247,7 +247,7 @@ module TencentCloud
|
|
247
247
|
# @type RequestId: String
|
248
248
|
|
249
249
|
attr_accessor :RequestId
|
250
|
-
|
250
|
+
|
251
251
|
def initialize(requestid=nil)
|
252
252
|
@RequestId = requestid
|
253
253
|
end
|
@@ -265,7 +265,7 @@ module TencentCloud
|
|
265
265
|
# @type HostUserId: String
|
266
266
|
|
267
267
|
attr_accessor :UserId, :HostUserId
|
268
|
-
|
268
|
+
|
269
269
|
def initialize(userid=nil, hostuserid=nil)
|
270
270
|
@UserId = userid
|
271
271
|
@HostUserId = hostuserid
|
@@ -283,7 +283,7 @@ module TencentCloud
|
|
283
283
|
# @type RequestId: String
|
284
284
|
|
285
285
|
attr_accessor :RequestId
|
286
|
-
|
286
|
+
|
287
287
|
def initialize(requestid=nil)
|
288
288
|
@RequestId = requestid
|
289
289
|
end
|
@@ -299,7 +299,7 @@ module TencentCloud
|
|
299
299
|
# @type UserId: String
|
300
300
|
|
301
301
|
attr_accessor :UserId
|
302
|
-
|
302
|
+
|
303
303
|
def initialize(userid=nil)
|
304
304
|
@UserId = userid
|
305
305
|
end
|
@@ -315,7 +315,7 @@ module TencentCloud
|
|
315
315
|
# @type RequestId: String
|
316
316
|
|
317
317
|
attr_accessor :RequestId
|
318
|
-
|
318
|
+
|
319
319
|
def initialize(requestid=nil)
|
320
320
|
@RequestId = requestid
|
321
321
|
end
|
@@ -337,7 +337,7 @@ module TencentCloud
|
|
337
337
|
# @type GameContext: String
|
338
338
|
|
339
339
|
attr_accessor :UserId, :GameId, :GameArchiveUrl, :GameContext
|
340
|
-
|
340
|
+
|
341
341
|
def initialize(userid=nil, gameid=nil, gamearchiveurl=nil, gamecontext=nil)
|
342
342
|
@UserId = userid
|
343
343
|
@GameId = gameid
|
@@ -359,7 +359,7 @@ module TencentCloud
|
|
359
359
|
# @type RequestId: String
|
360
360
|
|
361
361
|
attr_accessor :RequestId
|
362
|
-
|
362
|
+
|
363
363
|
def initialize(requestid=nil)
|
364
364
|
@RequestId = requestid
|
365
365
|
end
|
@@ -385,7 +385,7 @@ module TencentCloud
|
|
385
385
|
# @type GroupId: String
|
386
386
|
|
387
387
|
attr_accessor :UserId, :GameId, :GameRegion, :SetNo, :UserIp, :GroupId
|
388
|
-
|
388
|
+
|
389
389
|
def initialize(userid=nil, gameid=nil, gameregion=nil, setno=nil, userip=nil, groupid=nil)
|
390
390
|
@UserId = userid
|
391
391
|
@GameId = gameid
|
@@ -411,7 +411,7 @@ module TencentCloud
|
|
411
411
|
# @type RequestId: String
|
412
412
|
|
413
413
|
attr_accessor :RequestId
|
414
|
-
|
414
|
+
|
415
415
|
def initialize(requestid=nil)
|
416
416
|
@RequestId = requestid
|
417
417
|
end
|
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.592
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|