public static final class SafetySetting.Builder extends GeneratedMessageV3.Builder<SafetySetting.Builder> implements SafetySettingOrBuilder
Safety settings.
Protobuf type google.cloud.aiplatform.v1.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
public static final Descriptors.Descriptor getDescriptor()
Methods
public SafetySetting.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public SafetySetting build()
public SafetySetting buildPartial()
public SafetySetting.Builder clear()
Overrides
public SafetySetting.Builder clearCategory()
Required. Harm category.
.google.cloud.aiplatform.v1.HarmCategory category = 1 [(.google.api.field_behavior) = REQUIRED];
public SafetySetting.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public SafetySetting.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public SafetySetting.Builder clearThreshold()
Required. The harm block threshold.
.google.cloud.aiplatform.v1.SafetySetting.HarmBlockThreshold threshold = 2 [(.google.api.field_behavior) = REQUIRED];
public SafetySetting.Builder clone()
Overrides
public HarmCategory getCategory()
Required. Harm category.
.google.cloud.aiplatform.v1.HarmCategory category = 1 [(.google.api.field_behavior) = REQUIRED];
public int getCategoryValue()
Required. Harm category.
.google.cloud.aiplatform.v1.HarmCategory category = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for category.
|
public SafetySetting getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public SafetySetting.HarmBlockThreshold getThreshold()
Required. The harm block threshold.
.google.cloud.aiplatform.v1.SafetySetting.HarmBlockThreshold threshold = 2 [(.google.api.field_behavior) = REQUIRED];
public int getThresholdValue()
Required. The harm block threshold.
.google.cloud.aiplatform.v1.SafetySetting.HarmBlockThreshold threshold = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for threshold.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public SafetySetting.Builder mergeFrom(SafetySetting other)
public SafetySetting.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public SafetySetting.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public final SafetySetting.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public SafetySetting.Builder setCategory(HarmCategory value)
Required. Harm category.
.google.cloud.aiplatform.v1.HarmCategory category = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | HarmCategory
The category to set.
|
public SafetySetting.Builder setCategoryValue(int value)
Required. Harm category.
.google.cloud.aiplatform.v1.HarmCategory category = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | int
The enum numeric value on the wire for category to set.
|
public SafetySetting.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public SafetySetting.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public SafetySetting.Builder setThreshold(SafetySetting.HarmBlockThreshold value)
Required. The harm block threshold.
.google.cloud.aiplatform.v1.SafetySetting.HarmBlockThreshold threshold = 2 [(.google.api.field_behavior) = REQUIRED];
public SafetySetting.Builder setThresholdValue(int value)
Required. The harm block threshold.
.google.cloud.aiplatform.v1.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.
|
public final SafetySetting.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides