Skip to content

Commit

Permalink
fix Dataproc: add missing REQUIRED annotation.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 304305096
  • Loading branch information
Google APIs authored and copybara-github committed Apr 2, 2020
1 parent 7e1b880 commit 7504771
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion google/cloud/dataproc/v1/autoscaling_policies.proto
Original file line number Diff line number Diff line change
@@ -273,7 +273,9 @@ message CreateAutoscalingPolicyRequest {
];

// The autoscaling policy to create.
AutoscalingPolicy policy = 2;
AutoscalingPolicy policy = 2 [
(google.api.field_behavior) = REQUIRED
];
}

// A request to fetch an autoscaling policy.

0 comments on commit 7504771

Please sign in to comment.