Skip to content

Commit a642f65

Browse files
feat: check status of long running operation by its name (#65)
For each client method returning a long running operation, a separate method to check its status is added. Added methods: `checkCreateGameServerClusterProgress`, `checkCreateGameServerConfigProgress`, `checkCreateGameServerDeploymentProgress`, `checkCreateRealmProgress`, `checkDeleteGameServerClusterProgress`, `checkDeleteGameServerConfigProgress`, `checkDeleteGameServerDeploymentProgress`, `checkDeleteRealmProgress`, `checkUpdateGameServerClusterProgress`, `checkUpdateGameServerDeploymentProgress`, `checkUpdateGameServerDeploymentRolloutProgress`, `checkUpdateRealmProgress`.
1 parent 8a2207c commit a642f65

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

generated,README.md/README.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@
1212

1313
* [Before you begin](#before-you-begin)
1414
* [Samples](#samples)
15+
* [Create_cluster](#create_cluster)
1516
* [Create_realm](#create_realm)
17+
* [Delete_cluster](#delete_cluster)
1618
* [Delete_realm](#delete_realm)
19+
* [Get_cluster](#get_cluster)
1720
* [Get_realm](#get_realm)
21+
* [List_clusters](#list_clusters)
1822
* [List_realms](#list_realms)
1923
* [Create Game Server Realm](#create-game-server-realm)
2024

@@ -33,6 +37,23 @@ Before running the samples, make sure you've followed the steps outlined in
3337

3438

3539

40+
### Create_cluster
41+
42+
View the [source code](https://github.com/googleapis/nodejs-game-servers/blob/master/samples/create_cluster.js).
43+
44+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-game-servers&page=editor&open_in_editor=samples/create_cluster.js,samples/README.md)
45+
46+
__Usage:__
47+
48+
49+
`node samples/create_cluster.js`
50+
51+
52+
-----
53+
54+
55+
56+
3657
### Create_realm
3758

3859
View the [source code](https://github.com/googleapis/nodejs-game-servers/blob/master/samples/create_realm.js).
@@ -50,6 +71,23 @@ __Usage:__
5071

5172

5273

74+
### Delete_cluster
75+
76+
View the [source code](https://github.com/googleapis/nodejs-game-servers/blob/master/samples/delete_cluster.js).
77+
78+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-game-servers&page=editor&open_in_editor=samples/delete_cluster.js,samples/README.md)
79+
80+
__Usage:__
81+
82+
83+
`node samples/delete_cluster.js`
84+
85+
86+
-----
87+
88+
89+
90+
5391
### Delete_realm
5492

5593
View the [source code](https://github.com/googleapis/nodejs-game-servers/blob/master/samples/delete_realm.js).
@@ -67,6 +105,23 @@ __Usage:__
67105

68106

69107

108+
### Get_cluster
109+
110+
View the [source code](https://github.com/googleapis/nodejs-game-servers/blob/master/samples/get_cluster.js).
111+
112+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-game-servers&page=editor&open_in_editor=samples/get_cluster.js,samples/README.md)
113+
114+
__Usage:__
115+
116+
117+
`node samples/get_cluster.js`
118+
119+
120+
-----
121+
122+
123+
124+
70125
### Get_realm
71126

72127
View the [source code](https://github.com/googleapis/nodejs-game-servers/blob/master/samples/get_realm.js).
@@ -84,6 +139,23 @@ __Usage:__
84139

85140

86141

142+
### List_clusters
143+
144+
View the [source code](https://github.com/googleapis/nodejs-game-servers/blob/master/samples/list_clusters.js).
145+
146+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-game-servers&page=editor&open_in_editor=samples/list_clusters.js,samples/README.md)
147+
148+
__Usage:__
149+
150+
151+
`node samples/list_clusters.js`
152+
153+
154+
-----
155+
156+
157+
158+
87159
### List_realms
88160

89161
View the [source code](https://github.com/googleapis/nodejs-game-servers/blob/master/samples/list_realms.js).

0 commit comments

Comments
 (0)