Skip to content

Commit

Permalink
chore: set packed = false on field_behavior extension
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 604675854
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 6, 2024
1 parent eeb00f9 commit 42c04fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/api/field_behavior.proto
Expand Up @@ -37,7 +37,7 @@ extend google.protobuf.FieldOptions {
// google.protobuf.Timestamp expire_time = 1
// [(google.api.field_behavior) = OUTPUT_ONLY,
// (google.api.field_behavior) = IMMUTABLE];
repeated google.api.FieldBehavior field_behavior = 1052;
repeated google.api.FieldBehavior field_behavior = 1052 [packed = false];
}

// An indicator of the behavior of a given field (for example, that a field
Expand Down

0 comments on commit 42c04fe

Please sign in to comment.