public class Gs2RealtimeClient extends AbstractGs2Client<Gs2RealtimeClient>
| Modifier and Type | Field and Description |
|---|---|
static String |
ENDPOINT |
credential, region| Constructor and Description |
|---|
Gs2RealtimeClient(IGs2Credential credential)
コンストラクタ。
|
| Modifier and Type | Method and Description |
|---|---|
CreateGatheringResult |
createGathering(CreateGatheringRequest request)
ギャザリングを作成します
|
CreateGatheringPoolResult |
createGatheringPool(CreateGatheringPoolRequest request)
ギャザリングプールを新規作成します
|
void |
deleteGathering(DeleteGatheringRequest request)
ギャザリングを削除します
|
void |
deleteGatheringPool(DeleteGatheringPoolRequest request)
ギャザリングプールを削除します
|
DescribeGatheringResult |
describeGathering(DescribeGatheringRequest request)
ギャザリングの一覧を取得します
|
DescribeGatheringPoolResult |
describeGatheringPool(DescribeGatheringPoolRequest request)
ギャザリングプールの一覧を取得します
|
GetGatheringResult |
getGathering(GetGatheringRequest request)
ギャザリングを取得します
|
GetGatheringPoolResult |
getGatheringPool(GetGatheringPoolRequest request)
ギャザリングプールを取得します
|
UpdateGatheringPoolResult |
updateGatheringPool(UpdateGatheringPoolRequest request)
ギャザリングプールを更新します
|
createHttpDelete, createHttpGet, createHttpPost, createHttpPut, doRequest, getRegion, setRegion, withRegionpublic static String ENDPOINT
public Gs2RealtimeClient(IGs2Credential credential)
credential - 認証情報public CreateGatheringResult createGathering(CreateGatheringRequest request)
request - リクエストパラメータpublic CreateGatheringPoolResult createGatheringPool(CreateGatheringPoolRequest request)
request - リクエストパラメータpublic void deleteGathering(DeleteGatheringRequest request)
request - リクエストパラメータpublic void deleteGatheringPool(DeleteGatheringPoolRequest request)
request - リクエストパラメータpublic DescribeGatheringResult describeGathering(DescribeGatheringRequest request)
request - リクエストパラメータpublic DescribeGatheringPoolResult describeGatheringPool(DescribeGatheringPoolRequest request)
request - リクエストパラメータpublic GetGatheringResult getGathering(GetGatheringRequest request)
request - リクエストパラメータpublic GetGatheringPoolResult getGatheringPool(GetGatheringPoolRequest request)
request - リクエストパラメータpublic UpdateGatheringPoolResult updateGatheringPool(UpdateGatheringPoolRequest request)
request - リクエストパラメータCopyright © 2016 Game Server Services, Inc. AllRights Reserved.