Class Guardrail.ModelSafety (0.1.0)

public static final class Guardrail.ModelSafety extends GeneratedMessage implements Guardrail.ModelSafetyOrBuilder

Model safety settings overrides. When this is set, it will override the default settings and trigger the guardrail if the response is considered unsafe.

Protobuf type google.cloud.ces.v1.Guardrail.ModelSafety

Static Fields

SAFETY_SETTINGS_FIELD_NUMBER

public static final int SAFETY_SETTINGS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Guardrail.ModelSafety getDefaultInstance()
Returns
Type Description
Guardrail.ModelSafety

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Guardrail.ModelSafety.Builder newBuilder()
Returns
Type Description
Guardrail.ModelSafety.Builder

newBuilder(Guardrail.ModelSafety prototype)

public static Guardrail.ModelSafety.Builder newBuilder(Guardrail.ModelSafety prototype)
Parameter
Name Description
prototype Guardrail.ModelSafety
Returns
Type Description
Guardrail.ModelSafety.Builder

parseDelimitedFrom(InputStream input)

public static Guardrail.ModelSafety parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Guardrail.ModelSafety
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Guardrail.ModelSafety parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Guardrail.ModelSafety
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Guardrail.ModelSafety parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Guardrail.ModelSafety
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Guardrail.ModelSafety parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Guardrail.ModelSafety
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Guardrail.ModelSafety parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Guardrail.ModelSafety
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Guardrail.ModelSafety parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Guardrail.ModelSafety
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Guardrail.ModelSafety parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Guardrail.ModelSafety
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Guardrail.ModelSafety parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Guardrail.ModelSafety
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Guardrail.ModelSafety parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Guardrail.ModelSafety
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Guardrail.ModelSafety parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Guardrail.ModelSafety
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Guardrail.ModelSafety parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Guardrail.ModelSafety
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Guardrail.ModelSafety parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Guardrail.ModelSafety
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Guardrail.ModelSafety> parser()
Returns
Type Description
Parser<ModelSafety>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Guardrail.ModelSafety getDefaultInstanceForType()
Returns
Type Description
Guardrail.ModelSafety

getParserForType()

public Parser<Guardrail.ModelSafety> getParserForType()
Returns
Type Description
Parser<ModelSafety>
Overrides

getSafetySettings(int index)

public Guardrail.ModelSafety.SafetySetting getSafetySettings(int index)

Required. List of safety settings.

repeated .google.cloud.ces.v1.Guardrail.ModelSafety.SafetySetting safety_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
Guardrail.ModelSafety.SafetySetting

getSafetySettingsCount()

public int getSafetySettingsCount()

Required. List of safety settings.

repeated .google.cloud.ces.v1.Guardrail.ModelSafety.SafetySetting safety_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getSafetySettingsList()

public List<Guardrail.ModelSafety.SafetySetting> getSafetySettingsList()

Required. List of safety settings.

repeated .google.cloud.ces.v1.Guardrail.ModelSafety.SafetySetting safety_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<SafetySetting>

getSafetySettingsOrBuilder(int index)

public Guardrail.ModelSafety.SafetySettingOrBuilder getSafetySettingsOrBuilder(int index)

Required. List of safety settings.

repeated .google.cloud.ces.v1.Guardrail.ModelSafety.SafetySetting safety_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
Guardrail.ModelSafety.SafetySettingOrBuilder

getSafetySettingsOrBuilderList()

public List<? extends Guardrail.ModelSafety.SafetySettingOrBuilder> getSafetySettingsOrBuilderList()

Required. List of safety settings.

repeated .google.cloud.ces.v1.Guardrail.ModelSafety.SafetySetting safety_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.ces.v1.Guardrail.ModelSafety.SafetySettingOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Guardrail.ModelSafety.Builder newBuilderForType()
Returns
Type Description
Guardrail.ModelSafety.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected Guardrail.ModelSafety.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Guardrail.ModelSafety.Builder
Overrides

toBuilder()

public Guardrail.ModelSafety.Builder toBuilder()
Returns
Type Description
Guardrail.ModelSafety.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException