Skip to content

Commit 83df85b

Browse files
Google APIscopybara-github
authored andcommitted
feat:Deprecate election category HARM_CATEGORY_CIVIC_INTEGRITY
PiperOrigin-RevId: 752390003
1 parent 8dab79f commit 83df85b

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)