Skip to content

Commit fd16b6a

Browse files
authored
fix(compute): remove proto3_optional from parent_id (#712)
1 parent 9ef0015 commit fd16b6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/compute/v1/compute.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9946,7 +9946,7 @@ message InsertFirewallPolicyRequest {
99469946
FirewallPolicy firewall_policy_resource = 495049532 [(google.api.field_behavior) = REQUIRED];
99479947

99489948
// Parent ID for this request. The ID can be either be "folders/[FOLDER_ID]" if the parent is a folder or "organizations/[ORGANIZATION_ID]" if the parent is an organization.
9949-
optional string parent_id = 459714768 [
9949+
string parent_id = 459714768 [
99509950
(google.cloud.operation_request_field) = "parent_id",
99519951
(google.api.field_behavior) = REQUIRED
99529952
];

0 commit comments

Comments
 (0)