Skip to content

Commit f78cd2f

Browse files
Google APIscopybara-github
authored andcommitted
docs: Marks the google.cloud.essentialcontacts.v1.Contact.validation_state field as output_only
PiperOrigin-RevId: 685731240
1 parent a26064a commit f78cd2f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

google/cloud/essentialcontacts/v1/service.proto

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)