You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: endpoints/getting-started/README.md
+7-3
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,15 @@
1
1
# Google Cloud Endpoints
2
2
This sample demonstrates how to use Google Cloud Endpoints using Java.
3
3
4
-
## Deploying to Google App Engine Flexible Environment
4
+
## Pre-deployment steps
5
+
6
+
### Edit and deploy the OpenAPI specification
5
7
6
-
### Edit the Swagger API specification
8
+
1. Open the [src/main/appengine/swagger.yaml](src/main/appengine/swagger.yaml) file in your favorite editor, and replace the YOUR-PROJECT-ID `host` line with your actual Google Cloud Platform project id.
7
9
8
-
Open the [src/main/appengine/swagger.yaml](src/main/appengine/swagger.yaml) file in your favorite editor, and replace the YOUR-PROJECT-ID `host` line with your actual Google Cloud Platform project Id.
10
+
2. Deploy the service configuration. For information on how to do this, see the Configuring Endpoints and Deploying the Sample API sections [here](https://cloud.google.com/endpoints/docs/quickstart-container-engine).
11
+
12
+
## Deploying to Google App Engine Flexible Environment
0 commit comments