File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
java/com/example/endpoints
multiple-versions/src/main/appengine Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ endpoints_api_service:
24
24
# The following values are to be replaced by information from the output of
25
25
# 'gcloud endpoints services deploy openapi-appengine.yaml' command.
26
26
name : ENDPOINTS-SERVICE-NAME
27
- config_id : ENDPOINTS-CONFIG-ID
27
+ rollout_strategy : managed
28
28
# [END configuration]
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2015 Google Inc.
3
- *
2
+ * Copyright 2017 Google Inc.
3
+ *
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
6
6
* You may obtain a copy of the License at
12
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
- */
15
+ */
16
16
17
17
18
18
package com .example .endpoints ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ handlers:
21
21
secure : always
22
22
23
23
endpoints_api_service :
24
- # The following values are to be replaced by information from the output of
24
+ # The following value is to be replaced by information from the output of
25
25
# 'gcloud endpoints services deploy openapi-v1.yaml openapi-v2.yaml' command.
26
26
name : ENDPOINTS-SERVICE-NAME
27
- config_id : ENDPOINTS-CONFIG-ID
27
+ rollout_strategy : managed
You can’t perform that action at this time.
0 commit comments