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: products/appengine/api.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -497,8 +497,8 @@ objects:
497
497
description: |
498
498
Automatic scaling is based on request rate, response latencies, and other application metrics.
499
499
conflicts:
500
-
- basicScaling
501
-
- manualScaling
500
+
- basic_scaling
501
+
- manual_scaling
502
502
properties:
503
503
- !ruby/object:Api::Type::Integer
504
504
name: 'maxConcurrentRequests'
@@ -550,8 +550,8 @@ objects:
550
550
description: |
551
551
Basic scaling creates instances when your application receives requests. Each instance will be shut down when the application becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.
552
552
conflicts:
553
-
- automaticScaling
554
-
- manualScaling
553
+
- automatic_scaling
554
+
- manual_scaling
555
555
properties:
556
556
- !ruby/object:Api::Type::String
557
557
name: 'idleTimeout'
@@ -569,8 +569,8 @@ objects:
569
569
description: |
570
570
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
0 commit comments