File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
endpoints/getting-started Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11runtime : php
22env : flex
33
4- beta_settings :
5- # Enable Google Cloud Endpoints API management.
6- use_endpoints_api_management : true
7- # Specify the Swagger API specification.
8- endpoints_swagger_spec_file : openapi.yaml
4+ endpoints_api_service :
5+ # The following values are to be replaced by information from the output of
6+ # 'gcloud service-management deploy openapi.yaml' command. If you have
7+ # previously run the deploy command, you can list your existing configuration
8+ # ids using the 'configs list' command as follows:
9+ # 'gcloud service-management configs list --service=echo-api.endpoints.[PROJECT-ID].cloud.goog'
10+ # where echo-api.endpoints.[PROJECT-ID].cloud.goog is your Endpoints service name.
11+ name : ENDPOINTS SERVICE NAME
12+ config_id : ENDPOINTS CONFIG ID
Original file line number Diff line number Diff line change 44 description : " A simple Google Cloud Endpoints API example."
55 title : " Endpoints Example"
66 version : " 1.0.0"
7- host : " YOUR-PROJECT-ID.appspot.com "
7+ host : " echo-api.endpoints. YOUR-PROJECT-ID.cloud.goog "
88# [END swagger]
99basePath : " /"
1010consumes :
You can’t perform that action at this time.
0 commit comments