We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b2b61 commit aa136faCopy full SHA for aa136fa
1 file changed
google/api/field_behavior.proto
@@ -81,4 +81,10 @@ enum FieldBehavior {
81
// in any arbitrary order, rather than the order the user originally
82
// provided. Additionally, the list's order may or may not be stable.
83
UNORDERED_LIST = 6;
84
+
85
+ // Denotes that this field returns a non-empty default value if not set.
86
+ // This indicates that if the user provides the empty value in a request,
87
+ // a non-empty value will be returned. The user will not be aware of what
88
+ // non-empty value to expect.
89
+ NON_EMPTY_DEFAULT = 7;
90
}
0 commit comments