File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
endpoints/getting-started Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ env: flex
3
3
4
4
endpoints_api_service :
5
5
# The following values are to be replaced by information from the output of
6
- # 'gcloud service-management deploy openapi.yaml' command.
7
- name : ENDPOINTS SERVICE-NAME
8
- config_id : ENDPOINTS CONFIG-ID
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
You can’t perform that action at this time.
0 commit comments