Skip to content

Commit 9b596a4

Browse files
Google APIscopybara-github
authored andcommitted
feat:Deprecate election category HARM_CATEGORY_CIVIC_INTEGRITY
PiperOrigin-RevId: 752406975
1 parent 83df85b commit 9b596a4

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)