We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yarn_config
oneof
1 parent afc5066 commit c782e45Copy full SHA for c782e45
1 file changed
google/cloud/dataproc/v1/autoscaling_policies.proto
@@ -153,8 +153,10 @@ message AutoscalingPolicy {
153
154
// Basic algorithm for autoscaling.
155
message BasicAutoscalingAlgorithm {
156
- // Required. YARN autoscaling configuration.
157
- BasicYarnAutoscalingConfig yarn_config = 1 [(google.api.field_behavior) = REQUIRED];
+ oneof config {
+ // Required. YARN autoscaling configuration.
158
+ BasicYarnAutoscalingConfig yarn_config = 1 [(google.api.field_behavior) = REQUIRED];
159
+ }
160
161
// Optional. Duration between scaling events. A scaling period starts after
162
// the update operation from the previous event has completed.
0 commit comments