Skip to content

Commit

Permalink
Remove REQUIRED from the resource_id field.
Browse files Browse the repository at this point in the history
  • Loading branch information
yihanzhen authored Sep 19, 2023
1 parent 22fc686 commit b63e53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aip/general/0133.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ message CreateBookRequest {
//
// This value should be 4-63 characters, and valid characters
// are /[a-z][0-9]-/.
string book_id = 2 [(google.api.field_behavior) = REQUIRED];
string book_id = 2;
// The book to create.
Book book = 3 [(google.api.field_behavior) = REQUIRED];
Expand Down

0 comments on commit b63e53f

Please sign in to comment.