Starting April 29, 2025, Gemini 1.5 Pro and Gemini 1.5 Flash models are not available in projects that have no prior usage of these models, including new projects. For details, see
Model versions and lifecycle .
Send feedback
Class SafetySetting.Builder (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
public static final class SafetySetting . Builder extends GeneratedMessageV3 . Builder<SafetySetting . Builder > implements SafetySettingOrBuilder
Safety settings.
Protobuf type google.cloud.vertexai.v1beta1.SafetySetting
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SafetySetting . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public SafetySetting build ()
buildPartial()
public SafetySetting buildPartial ()
clear()
public SafetySetting . Builder clear ()
Overrides
clearCategory()
public SafetySetting . Builder clearCategory ()
Required. Harm category.
.google.cloud.vertexai.v1beta1.HarmCategory category = 1 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public SafetySetting . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public SafetySetting . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearThreshold()
public SafetySetting . Builder clearThreshold ()
Required. The harm block threshold.
.google.cloud.vertexai.v1beta1.SafetySetting.HarmBlockThreshold threshold = 2 [(.google.api.field_behavior) = REQUIRED];
clone()
public SafetySetting . Builder clone ()
Overrides
getCategory()
public HarmCategory getCategory ()
Required. Harm category.
.google.cloud.vertexai.v1beta1.HarmCategory category = 1 [(.google.api.field_behavior) = REQUIRED];
getCategoryValue()
public int getCategoryValue ()
Required. Harm category.
.google.cloud.vertexai.v1beta1.HarmCategory category = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
int
The enum numeric value on the wire for category.
getDefaultInstanceForType()
public SafetySetting getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getThreshold()
public SafetySetting . HarmBlockThreshold getThreshold ()
Required. The harm block threshold.
.google.cloud.vertexai.v1beta1.SafetySetting.HarmBlockThreshold threshold = 2 [(.google.api.field_behavior) = REQUIRED];
getThresholdValue()
public int getThresholdValue ()
Required. The harm block threshold.
.google.cloud.vertexai.v1beta1.SafetySetting.HarmBlockThreshold threshold = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
int
The enum numeric value on the wire for threshold.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(SafetySetting other)
public SafetySetting . Builder mergeFrom ( SafetySetting other )
public SafetySetting . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public SafetySetting . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SafetySetting . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setCategory(HarmCategory value)
public SafetySetting . Builder setCategory ( HarmCategory value )
Required. Harm category.
.google.cloud.vertexai.v1beta1.HarmCategory category = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
value
HarmCategory
The category to set.
setCategoryValue(int value)
public SafetySetting . Builder setCategoryValue ( int value )
Required. Harm category.
.google.cloud.vertexai.v1beta1.HarmCategory category = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
value
int
The enum numeric value on the wire for category to set.
setField(Descriptors.FieldDescriptor field, Object value)
public SafetySetting . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SafetySetting . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setThreshold(SafetySetting.HarmBlockThreshold value)
public SafetySetting . Builder setThreshold ( SafetySetting . HarmBlockThreshold value )
Required. The harm block threshold.
.google.cloud.vertexai.v1beta1.SafetySetting.HarmBlockThreshold threshold = 2 [(.google.api.field_behavior) = REQUIRED];
setThresholdValue(int value)
public SafetySetting . Builder setThresholdValue ( int value )
Required. The harm block threshold.
.google.cloud.vertexai.v1beta1.SafetySetting.HarmBlockThreshold threshold = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
value
int
The enum numeric value on the wire for threshold to set.
setUnknownFields(UnknownFieldSet unknownFields)
public final SafetySetting . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-18 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 UTC."],[],[]]