We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab02f3 commit c6eb517Copy full SHA for c6eb517
2 files changed
google/cloud/run/v2/BUILD.bazel
@@ -379,7 +379,6 @@ load(
379
380
csharp_proto_library(
381
name = "run_csharp_proto",
382
- extra_opts = [],
383
deps = [":run_proto"],
384
)
385
google/cloud/run/v2/vendor_settings.proto
@@ -158,6 +158,12 @@ message ServiceScaling {
158
159
// Optional. The scaling mode for the service.
160
ScalingMode scaling_mode = 3 [(google.api.field_behavior) = OPTIONAL];
161
+
162
+ // Optional. total instance count for the service in manual scaling mode. This
163
+ // number of instances is divided among all revisions with specified traffic
164
+ // based on the percent of traffic they are receiving.
165
+ optional int32 manual_instance_count = 6
166
+ [(google.api.field_behavior) = OPTIONAL];
167
}
168
169
// Hardware constraints configuration.
0 commit comments