proto_docs/google/api/field_behavior.rb in google-cloud-iot-v1-0.3.1 vs proto_docs/google/api/field_behavior.rb in google-cloud-iot-v1-0.3.2

- old
+ new

@@ -55,11 +55,17 @@ # resource, but may not be changed thereafter. IMMUTABLE = 5 # 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 + # 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