diff --git a/AiPlatform/metadata/V1/Content.php b/AiPlatform/metadata/V1/Content.php
index 2d38c30b3279..8f5c13f8aa31 100644
Binary files a/AiPlatform/metadata/V1/Content.php and b/AiPlatform/metadata/V1/Content.php differ
diff --git a/AiPlatform/src/V1/SafetySetting/HarmBlockThreshold.php b/AiPlatform/src/V1/SafetySetting/HarmBlockThreshold.php
index d2ce3664a520..72afac89d6f1 100644
--- a/AiPlatform/src/V1/SafetySetting/HarmBlockThreshold.php
+++ b/AiPlatform/src/V1/SafetySetting/HarmBlockThreshold.php
@@ -43,6 +43,12 @@ class HarmBlockThreshold
* Generated from protobuf enum BLOCK_NONE = 4;
*/
const BLOCK_NONE = 4;
+ /**
+ * Turn off the safety filter.
+ *
+ * Generated from protobuf enum OFF = 5;
+ */
+ const OFF = 5;
private static $valueToName = [
self::HARM_BLOCK_THRESHOLD_UNSPECIFIED => 'HARM_BLOCK_THRESHOLD_UNSPECIFIED',
@@ -50,6 +56,7 @@ class HarmBlockThreshold
self::BLOCK_MEDIUM_AND_ABOVE => 'BLOCK_MEDIUM_AND_ABOVE',
self::BLOCK_ONLY_HIGH => 'BLOCK_ONLY_HIGH',
self::BLOCK_NONE => 'BLOCK_NONE',
+ self::OFF => 'OFF',
];
public static function name($value)