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: docs/dyn/run_v2.projects.locations.services.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,7 @@ <h3>Method Details</h3>
173
173
"satisfiesPzs": True or False, # Output only. Reserved for future use.
174
174
"scaling": { # Scaling settings applied at the service level rather than at the revision level. # Optional. Specifies service-level scaling settings
175
175
"manualInstanceCount": 42, # Optional. total instance count for the service in manual scaling mode. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving.
176
+
"maxInstanceCount": 42, # Optional. total max instances for the service. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving.
176
177
"minInstanceCount": 42, # Optional. total min instances for the service. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving.
177
178
"scalingMode": "A String", # Optional. The scaling mode for the service.
178
179
},
@@ -513,6 +514,7 @@ <h3>Method Details</h3>
513
514
"satisfiesPzs": True or False, # Output only. Reserved for future use.
514
515
"scaling": { # Scaling settings applied at the service level rather than at the revision level. # Optional. Specifies service-level scaling settings
515
516
"manualInstanceCount": 42, # Optional. total instance count for the service in manual scaling mode. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving.
517
+
"maxInstanceCount": 42, # Optional. total max instances for the service. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving.
516
518
"minInstanceCount": 42, # Optional. total min instances for the service. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving.
517
519
"scalingMode": "A String", # Optional. The scaling mode for the service.
518
520
},
@@ -840,6 +842,7 @@ <h3>Method Details</h3>
840
842
"satisfiesPzs": True or False, # Output only. Reserved for future use.
841
843
"scaling": { # Scaling settings applied at the service level rather than at the revision level. # Optional. Specifies service-level scaling settings
842
844
"manualInstanceCount": 42, # Optional. total instance count for the service in manual scaling mode. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving.
845
+
"maxInstanceCount": 42, # Optional. total max instances for the service. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving.
843
846
"minInstanceCount": 42, # Optional. total min instances for the service. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving.
844
847
"scalingMode": "A String", # Optional. The scaling mode for the service.
845
848
},
@@ -1124,6 +1127,7 @@ <h3>Method Details</h3>
1124
1127
"satisfiesPzs": True or False, # Output only. Reserved for future use.
1125
1128
"scaling": { # Scaling settings applied at the service level rather than at the revision level. # Optional. Specifies service-level scaling settings
1126
1129
"manualInstanceCount": 42, # Optional. total instance count for the service in manual scaling mode. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving.
1130
+
"maxInstanceCount": 42, # Optional. total max instances for the service. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving.
1127
1131
"minInstanceCount": 42, # Optional. total min instances for the service. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving.
1128
1132
"scalingMode": "A String", # Optional. The scaling mode for the service.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/run.v2.json
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1526,7 +1526,7 @@
1526
1526
}
1527
1527
}
1528
1528
},
1529
-
"revision": "20241206",
1529
+
"revision": "20241213",
1530
1530
"rootUrl": "https://run.googleapis.com/",
1531
1531
"schemas": {
1532
1532
"GoogleCloudRunV2BinaryAuthorization": {
@@ -3433,6 +3433,11 @@
3433
3433
"format": "int32",
3434
3434
"type": "integer"
3435
3435
},
3436
+
"maxInstanceCount": {
3437
+
"description": "Optional. total max instances for the service. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving.",
3438
+
"format": "int32",
3439
+
"type": "integer"
3440
+
},
3436
3441
"minInstanceCount": {
3437
3442
"description": "Optional. total min instances for the service. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving.",
0 commit comments