@@ -326,7 +326,12 @@ message Book {
326326 repeated Author author = 5 ;
327327
328328 // Field for path.
329- string path = 10018 ;
329+ string path = 10018 [
330+ (aep.api.field_info ) = {
331+ field_behavior : [FIELD_BEHAVIOR_OUTPUT_ONLY]
332+ },
333+ (google.api.field_behavior ) = OUTPUT_ONLY
334+ ];
330335}
331336
332337// A BookEdition.
@@ -348,7 +353,12 @@ message BookEdition {
348353 ];
349354
350355 // Field for path.
351- string path = 10018 ;
356+ string path = 10018 [
357+ (aep.api.field_info ) = {
358+ field_behavior : [FIELD_BEHAVIOR_OUTPUT_ONLY]
359+ },
360+ (google.api.field_behavior ) = OUTPUT_ONLY
361+ ];
352362}
353363
354364// A Isbn.
@@ -361,7 +371,12 @@ message Isbn {
361371 };
362372
363373 // Field for path.
364- string path = 10018 ;
374+ string path = 10018 [
375+ (aep.api.field_info ) = {
376+ field_behavior : [FIELD_BEHAVIOR_OUTPUT_ONLY]
377+ },
378+ (google.api.field_behavior ) = OUTPUT_ONLY
379+ ];
365380}
366381
367382// A Item.
@@ -393,7 +408,12 @@ message Item {
393408 ];
394409
395410 // Field for path.
396- string path = 10018 ;
411+ string path = 10018 [
412+ (aep.api.field_info ) = {
413+ field_behavior : [FIELD_BEHAVIOR_OUTPUT_ONLY]
414+ },
415+ (google.api.field_behavior ) = OUTPUT_ONLY
416+ ];
397417}
398418
399419// A Publisher.
@@ -409,7 +429,12 @@ message Publisher {
409429 string description = 1 ;
410430
411431 // Field for path.
412- string path = 10018 ;
432+ string path = 10018 [
433+ (aep.api.field_info ) = {
434+ field_behavior : [FIELD_BEHAVIOR_OUTPUT_ONLY]
435+ },
436+ (google.api.field_behavior ) = OUTPUT_ONLY
437+ ];
413438}
414439
415440// A Store.
@@ -433,7 +458,12 @@ message Store {
433458 string description = 2 ;
434459
435460 // Field for path.
436- string path = 10018 ;
461+ string path = 10018 [
462+ (aep.api.field_info ) = {
463+ field_behavior : [FIELD_BEHAVIOR_OUTPUT_ONLY]
464+ },
465+ (google.api.field_behavior ) = OUTPUT_ONLY
466+ ];
437467}
438468
439469// A Create request for a book resource.
0 commit comments