@@ -30,13 +30,13 @@ message GetBookRequest {
3030 // The path of the book to retrieve.
3131 // Format: publishers/{publisher}/books/{book}
3232 string path = 1 [
33- (google .api.field_behavior) = REQUIRED ,
33+ (aep .api.field_behavior) = FIELD_BEHAVIOR_REQUIRED ,
3434 (google.api.resource_reference) = {
3535 type: "library.googleapis.com/Book"
3636 }];
3737
3838 // Non-standard required field.
39- google.protobuf.FieldMask read_mask = 2 [(google .api.field_behavior) = REQUIRED ];
39+ google.protobuf.FieldMask read_mask = 2 [(aep .api.field_info).field_behavior = FIELD_BEHAVIOR_REQUIRED ];
4040}
4141```
4242
@@ -48,12 +48,12 @@ message GetBookRequest {
4848 // The path of the book to retrieve.
4949 // Format: publishers/{publisher}/books/{book}
5050 string path = 1 [
51- (google .api.field_behavior) = REQUIRED ,
51+ (aep .api.field_behavior) = FIELD_BEHAVIOR_REQUIRED ,
5252 (google.api.resource_reference) = {
5353 type: "library.googleapis.com/Book"
5454 }];
5555
56- google.protobuf.FieldMask read_mask = 2 [(google .api.field_behavior) = OPTIONAL];
56+ google.protobuf.FieldMask read_mask = 2 [(aep .api.field_info).field_behavior = OPTIONAL];
5757}
5858```
5959
@@ -67,15 +67,15 @@ message GetBookRequest {
6767 // The path of the book to retrieve.
6868 // Format: publishers/{publisher}/books/{book}
6969 string path = 1 [
70- (google .api.field_behavior) = REQUIRED ,
70+ (aep .api.field_behavior) = FIELD_BEHAVIOR_REQUIRED ,
7171 (google.api.resource_reference) = {
7272 type: "library.googleapis.com/Book"
7373 }];
7474
7575 // (-- api-linter: core::0131::request-required-fields=disabled
7676 // aep.dev/not-precedent: We really need this field to be required because
7777 // reasons. --)
78- google.protobuf.FieldMask read_mask = 2 [(google .api.field_behavior) = REQUIRED ];
78+ google.protobuf.FieldMask read_mask = 2 [(aep .api.field_info).field_behavior = FIELD_BEHAVIOR_REQUIRED ];
7979}
8080```
8181
0 commit comments