proto_docs/google/api/field_behavior.rb in google-cloud-tpu-v1-0.1.0 vs proto_docs/google/api/field_behavior.rb in google-cloud-tpu-v1-0.1.1

- old
+ new

@@ -58,8 +58,14 @@ # Denotes that a (repeated) field is an unordered list. # This indicates that the service may provide the elements of the list # in any arbitrary order, rather than the order the user originally # provided. Additionally, the list's order may or may not be stable. UNORDERED_LIST = 6 + + # Denotes that this field returns a non-empty default value if not set. + # This indicates that if the user provides the empty value in a request, + # a non-empty value will be returned. The user will not be aware of what + # non-empty value to expect. + NON_EMPTY_DEFAULT = 7 end end end