Skip to content

Commit e3b25af

Browse files
Google APIscopybara-github
authored andcommitted
docs: Deprecate election category HARM_CATEGORY_CIVIC_INTEGRITY
PiperOrigin-RevId: 752885936
1 parent 6be93a0 commit e3b25af

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

google/cloud/aiplatform/v1beta1/content.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ enum HarmCategory {
4949
// The harm category is sexually explicit content.
5050
HARM_CATEGORY_SEXUALLY_EXPLICIT = 4;
5151

52+
// Deprecated: Election filter is not longer supported.
5253
// The harm category is civic integrity.
53-
HARM_CATEGORY_CIVIC_INTEGRITY = 5;
54+
HARM_CATEGORY_CIVIC_INTEGRITY = 5 [deprecated = true];
5455
}
5556

5657
// Content Part modality

0 commit comments

Comments
 (0)