Skip to content

Commit 79a3b41

Browse files
Google APIscopybara-github
authored andcommitted
docs: Deprecate election category HARM_CATEGORY_CIVIC_INTEGRITY
PiperOrigin-RevId: 752787310
1 parent 180250c commit 79a3b41

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

google/cloud/aiplatform/v1/content.proto

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

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

5556
// Content Part modality

0 commit comments

Comments
 (0)