tencentcloud-sdk-mgobe 1.0.348 → 1.0.351
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/v20201014/client.rb +14 -0
- 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: a26d5545092fc5429236ca863204c7dc68b70d3b
|
4
|
+
data.tar.gz: b28379cf6d68e73944ca1c4854f20fa4d8e91ae6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3125c31524a6b2398c55fd482dc367820924f7ed7e5907a35c1122783942bf8ee4bfd17e4b1a3a707acdf7c95f82a52b76c531d46bf31cc0eddb515a10f2b1af
|
7
|
+
data.tar.gz: a29921f5f3501ea513fc8f84549d83776ad159507e8ab34c4b51a63f2efa50f44b33894dd290e8211c073cd0afb0d6978dcf3a6253056c8e4be0c08d63e29827
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.351
|
data/lib/v20201014/client.rb
CHANGED
@@ -29,6 +29,8 @@ module TencentCloud
|
|
29
29
|
end
|
30
30
|
|
31
31
|
|
32
|
+
# 此接口无法使用,游戏联机对战引擎MGOBE已于6.1正式下架,感谢您的支持
|
33
|
+
|
32
34
|
# 修改房间玩家自定义属性
|
33
35
|
|
34
36
|
# @param request: Request instance for ChangeRoomPlayerProfile.
|
@@ -53,6 +55,8 @@ module TencentCloud
|
|
53
55
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
54
56
|
end
|
55
57
|
|
58
|
+
# 此接口无法使用,游戏联机对战引擎MGOBE已于6.1正式下架,感谢您的支持
|
59
|
+
|
56
60
|
# 修改玩家自定义状态
|
57
61
|
|
58
62
|
# @param request: Request instance for ChangeRoomPlayerStatus.
|
@@ -77,6 +81,8 @@ module TencentCloud
|
|
77
81
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
78
82
|
end
|
79
83
|
|
84
|
+
# 此接口无法使用,游戏联机对战引擎MGOBE已于6.1正式下架,感谢您的支持
|
85
|
+
|
80
86
|
# 该接口用于查询玩家信息。支持两种用法,当OpenId不传的时候,PlayerId必传,传入PlayerId可以查询当前PlayerId的玩家信息,当OpenId传入的时候,PlayerId可不传,按照OpenId查询玩家信息。
|
81
87
|
|
82
88
|
# @param request: Request instance for DescribePlayer.
|
@@ -101,6 +107,8 @@ module TencentCloud
|
|
101
107
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
102
108
|
end
|
103
109
|
|
110
|
+
# 此接口无法使用,游戏联机对战引擎MGOBE已于6.1正式下架,感谢您的支持
|
111
|
+
|
104
112
|
# 该接口用于查询房间信息。支持两种用法,当房间Id不传的时候,玩家Id必传,传入玩家Id可以查询当前玩家所在的房间信息,当房间Id传入的时候,玩家Id可不传,按照房间Id查询房间信息。
|
105
113
|
|
106
114
|
# @param request: Request instance for DescribeRoom.
|
@@ -125,6 +133,8 @@ module TencentCloud
|
|
125
133
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
126
134
|
end
|
127
135
|
|
136
|
+
# 此接口无法使用,游戏联机对战引擎MGOBE已于6.1正式下架,感谢您的支持
|
137
|
+
|
128
138
|
# 通过game_id、room_id解散房间
|
129
139
|
|
130
140
|
# @param request: Request instance for DismissRoom.
|
@@ -149,6 +159,8 @@ module TencentCloud
|
|
149
159
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
150
160
|
end
|
151
161
|
|
162
|
+
# 此接口无法使用,游戏联机对战引擎MGOBE已于6.1正式下架,感谢您的支持
|
163
|
+
|
152
164
|
# 修改房间
|
153
165
|
|
154
166
|
# @param request: Request instance for ModifyRoom.
|
@@ -173,6 +185,8 @@ module TencentCloud
|
|
173
185
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
174
186
|
end
|
175
187
|
|
188
|
+
# 此接口无法使用,游戏联机对战引擎MGOBE已于6.1正式下架,感谢您的支持
|
189
|
+
|
176
190
|
# 踢出房间玩家
|
177
191
|
|
178
192
|
# @param request: Request instance for RemoveRoomPlayer.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-mgobe
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.351
|
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-07-
|
11
|
+
date: 2022-07-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|