Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
chore: regenerate README
Browse files Browse the repository at this point in the history
autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.
  • Loading branch information
yoshi-automation authored Sep 21, 2020
1 parent 4a76fd3 commit 541d7e6
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 6 deletions.
1 change: 0 additions & 1 deletion .kokoro/nightly/integration.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env_vars: {
key: "JOB_TYPE"
value: "integration"
}

# TODO: remove this after we've migrated all tests and scripts
env_vars: {
key: "GCLOUD_PROJECT"
Expand Down
4 changes: 2 additions & 2 deletions .kokoro/presubmit/integration.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ env_vars: {

# TODO: remove this after we've migrated all tests and scripts
env_vars: {
key: "GOOGLE_CLOUD_PROJECT"
key: "GCLOUD_PROJECT"
value: "gcloud-devel"
}

env_vars: {
key: "GCLOUD_PROJECT"
key: "GOOGLE_CLOUD_PROJECT"
value: "gcloud-devel"
}

Expand Down
4 changes: 2 additions & 2 deletions .kokoro/presubmit/samples.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ env_vars: {

# TODO: remove this after we've migrated all tests and scripts
env_vars: {
key: "GOOGLE_CLOUD_PROJECT"
key: "GCLOUD_PROJECT"
value: "java-docs-samples-testing"
}

env_vars: {
key: "GCLOUD_PROJECT"
key: "GOOGLE_CLOUD_PROJECT"
value: "java-docs-samples-testing"
}

Expand Down
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,30 @@ use this Cloud Gaming Client Library.



## Samples

Samples are in the [`samples/`](https://github.com/googleapis/java-game-servers/tree/master/samples) directory. The samples' `README.md`
has instructions for running the samples.

| Sample | Source Code | Try it |
| --------------------------- | --------------------------------- | ------ |
| Create Cluster | [source code](https://github.com/googleapis/java-game-servers/blob/master/samples/snippets/src/main/java/com/example/gameservices/clusters/CreateCluster.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-game-servers&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/gameservices/clusters/CreateCluster.java) |
| Delete Cluster | [source code](https://github.com/googleapis/java-game-servers/blob/master/samples/snippets/src/main/java/com/example/gameservices/clusters/DeleteCluster.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-game-servers&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/gameservices/clusters/DeleteCluster.java) |
| Get Cluster | [source code](https://github.com/googleapis/java-game-servers/blob/master/samples/snippets/src/main/java/com/example/gameservices/clusters/GetCluster.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-game-servers&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/gameservices/clusters/GetCluster.java) |
| List Clusters | [source code](https://github.com/googleapis/java-game-servers/blob/master/samples/snippets/src/main/java/com/example/gameservices/clusters/ListClusters.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-game-servers&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/gameservices/clusters/ListClusters.java) |
| Update Cluster | [source code](https://github.com/googleapis/java-game-servers/blob/master/samples/snippets/src/main/java/com/example/gameservices/clusters/UpdateCluster.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-game-servers&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/gameservices/clusters/UpdateCluster.java) |
| Create Deployment | [source code](https://github.com/googleapis/java-game-servers/blob/master/samples/snippets/src/main/java/com/example/gameservices/deployments/CreateDeployment.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-game-servers&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/gameservices/deployments/CreateDeployment.java) |
| Delete Deployment | [source code](https://github.com/googleapis/java-game-servers/blob/master/samples/snippets/src/main/java/com/example/gameservices/deployments/DeleteDeployment.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-game-servers&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/gameservices/deployments/DeleteDeployment.java) |
| Get Deployment | [source code](https://github.com/googleapis/java-game-servers/blob/master/samples/snippets/src/main/java/com/example/gameservices/deployments/GetDeployment.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-game-servers&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/gameservices/deployments/GetDeployment.java) |
| List Deployments | [source code](https://github.com/googleapis/java-game-servers/blob/master/samples/snippets/src/main/java/com/example/gameservices/deployments/ListDeployments.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-game-servers&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/gameservices/deployments/ListDeployments.java) |
| Update Deployment | [source code](https://github.com/googleapis/java-game-servers/blob/master/samples/snippets/src/main/java/com/example/gameservices/deployments/UpdateDeployment.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-game-servers&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/gameservices/deployments/UpdateDeployment.java) |
| Create Realm | [source code](https://github.com/googleapis/java-game-servers/blob/master/samples/snippets/src/main/java/com/example/gameservices/realms/CreateRealm.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-game-servers&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/gameservices/realms/CreateRealm.java) |
| Delete Realm | [source code](https://github.com/googleapis/java-game-servers/blob/master/samples/snippets/src/main/java/com/example/gameservices/realms/DeleteRealm.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-game-servers&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/gameservices/realms/DeleteRealm.java) |
| Get Realm | [source code](https://github.com/googleapis/java-game-servers/blob/master/samples/snippets/src/main/java/com/example/gameservices/realms/GetRealm.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-game-servers&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/gameservices/realms/GetRealm.java) |
| List Realms | [source code](https://github.com/googleapis/java-game-servers/blob/master/samples/snippets/src/main/java/com/example/gameservices/realms/ListRealms.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-game-servers&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/gameservices/realms/ListRealms.java) |
| Update Realm | [source code](https://github.com/googleapis/java-game-servers/blob/master/samples/snippets/src/main/java/com/example/gameservices/realms/UpdateRealm.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-game-servers&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/gameservices/realms/UpdateRealm.java) |



## Troubleshooting

Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-game-servers.git",
"sha": "b3f6ca29a9559344e7a59f0496e0dddb49b07880"
"sha": "f775977f4679c02e8f551d8a22f644cbf0908dbe"
}
},
{
Expand Down

0 comments on commit 541d7e6

Please sign in to comment.