File tree Expand file tree Collapse file tree
google/cloud/essentialcontacts/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,9 +163,10 @@ message Contact {
163163 // for a list of supported languages.
164164 string language_tag = 4 [(google.api.field_behavior ) = REQUIRED ];
165165
166- // The validity of the contact. A contact is considered valid if it is the
167- // correct recipient for notifications for a particular resource.
168- ValidationState validation_state = 8 ;
166+ // Output only. The validity of the contact. A contact is considered valid if
167+ // it is the correct recipient for notifications for a particular resource.
168+ ValidationState validation_state = 8
169+ [(google.api.field_behavior ) = OUTPUT_ONLY ];
169170
170171 // The last time the validation_state was updated, either manually or
171172 // automatically. A contact is considered stale if its validation state was
You can’t perform that action at this time.
0 commit comments