Package org.mlflow.api.proto
Class Assessments.Expectation.SerializedValue.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
-
- org.mlflow.api.proto.Assessments.Expectation.SerializedValue.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,java.lang.Cloneable
,Assessments.Expectation.SerializedValueOrBuilder
- Enclosing class:
- Assessments.Expectation.SerializedValue
public static final class Assessments.Expectation.SerializedValue.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder> implements Assessments.Expectation.SerializedValueOrBuilder
Protobuf typemlflow.assessments.Expectation.SerializedValue
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Assessments.Expectation.SerializedValue.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
Assessments.Expectation.SerializedValue
build()
Assessments.Expectation.SerializedValue
buildPartial()
Assessments.Expectation.SerializedValue.Builder
clear()
Assessments.Expectation.SerializedValue.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Assessments.Expectation.SerializedValue.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Assessments.Expectation.SerializedValue.Builder
clearSerializationFormat()
Marks the serialization format for the expectation value.Assessments.Expectation.SerializedValue.Builder
clearValue()
The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.Assessments.Expectation.SerializedValue.Builder
clone()
Assessments.Expectation.SerializedValue
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
java.lang.String
getSerializationFormat()
Marks the serialization format for the expectation value.com.google.protobuf.ByteString
getSerializationFormatBytes()
Marks the serialization format for the expectation value.java.lang.String
getValue()
The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.com.google.protobuf.ByteString
getValueBytes()
The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.boolean
hasSerializationFormat()
Marks the serialization format for the expectation value.boolean
hasValue()
The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
Assessments.Expectation.SerializedValue.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Assessments.Expectation.SerializedValue.Builder
mergeFrom(com.google.protobuf.Message other)
Assessments.Expectation.SerializedValue.Builder
mergeFrom(Assessments.Expectation.SerializedValue other)
Assessments.Expectation.SerializedValue.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Assessments.Expectation.SerializedValue.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
Assessments.Expectation.SerializedValue.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
Assessments.Expectation.SerializedValue.Builder
setSerializationFormat(java.lang.String value)
Marks the serialization format for the expectation value.Assessments.Expectation.SerializedValue.Builder
setSerializationFormatBytes(com.google.protobuf.ByteString value)
Marks the serialization format for the expectation value.Assessments.Expectation.SerializedValue.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Assessments.Expectation.SerializedValue.Builder
setValue(java.lang.String value)
The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.Assessments.Expectation.SerializedValue.Builder
setValueBytes(com.google.protobuf.ByteString value)
The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
-
clear
public Assessments.Expectation.SerializedValue.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
-
getDefaultInstanceForType
public Assessments.Expectation.SerializedValue getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public Assessments.Expectation.SerializedValue build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Assessments.Expectation.SerializedValue buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Assessments.Expectation.SerializedValue.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
-
setField
public Assessments.Expectation.SerializedValue.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
-
clearField
public Assessments.Expectation.SerializedValue.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
-
clearOneof
public Assessments.Expectation.SerializedValue.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
-
setRepeatedField
public Assessments.Expectation.SerializedValue.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
-
addRepeatedField
public Assessments.Expectation.SerializedValue.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
-
mergeFrom
public Assessments.Expectation.SerializedValue.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Assessments.Expectation.SerializedValue.Builder>
-
mergeFrom
public Assessments.Expectation.SerializedValue.Builder mergeFrom(Assessments.Expectation.SerializedValue other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
-
mergeFrom
public Assessments.Expectation.SerializedValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Assessments.Expectation.SerializedValue.Builder>
- Throws:
java.io.IOException
-
hasSerializationFormat
public boolean hasSerializationFormat()
Marks the serialization format for the expectation value. This is a contract specific to the client. The service will not attempt to deserialize the value or validate the format. An example format is "JSON_FORMAT".
optional string serialization_format = 1;
- Specified by:
hasSerializationFormat
in interfaceAssessments.Expectation.SerializedValueOrBuilder
- Returns:
- Whether the serializationFormat field is set.
-
getSerializationFormat
public java.lang.String getSerializationFormat()
Marks the serialization format for the expectation value. This is a contract specific to the client. The service will not attempt to deserialize the value or validate the format. An example format is "JSON_FORMAT".
optional string serialization_format = 1;
- Specified by:
getSerializationFormat
in interfaceAssessments.Expectation.SerializedValueOrBuilder
- Returns:
- The serializationFormat.
-
getSerializationFormatBytes
public com.google.protobuf.ByteString getSerializationFormatBytes()
Marks the serialization format for the expectation value. This is a contract specific to the client. The service will not attempt to deserialize the value or validate the format. An example format is "JSON_FORMAT".
optional string serialization_format = 1;
- Specified by:
getSerializationFormatBytes
in interfaceAssessments.Expectation.SerializedValueOrBuilder
- Returns:
- The bytes for serializationFormat.
-
setSerializationFormat
public Assessments.Expectation.SerializedValue.Builder setSerializationFormat(java.lang.String value)
Marks the serialization format for the expectation value. This is a contract specific to the client. The service will not attempt to deserialize the value or validate the format. An example format is "JSON_FORMAT".
optional string serialization_format = 1;
- Parameters:
value
- The serializationFormat to set.- Returns:
- This builder for chaining.
-
clearSerializationFormat
public Assessments.Expectation.SerializedValue.Builder clearSerializationFormat()
Marks the serialization format for the expectation value. This is a contract specific to the client. The service will not attempt to deserialize the value or validate the format. An example format is "JSON_FORMAT".
optional string serialization_format = 1;
- Returns:
- This builder for chaining.
-
setSerializationFormatBytes
public Assessments.Expectation.SerializedValue.Builder setSerializationFormatBytes(com.google.protobuf.ByteString value)
Marks the serialization format for the expectation value. This is a contract specific to the client. The service will not attempt to deserialize the value or validate the format. An example format is "JSON_FORMAT".
optional string serialization_format = 1;
- Parameters:
value
- The bytes for serializationFormat to set.- Returns:
- This builder for chaining.
-
hasValue
public boolean hasValue()
The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.
optional string value = 2;
- Specified by:
hasValue
in interfaceAssessments.Expectation.SerializedValueOrBuilder
- Returns:
- Whether the value field is set.
-
getValue
public java.lang.String getValue()
The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.
optional string value = 2;
- Specified by:
getValue
in interfaceAssessments.Expectation.SerializedValueOrBuilder
- Returns:
- The value.
-
getValueBytes
public com.google.protobuf.ByteString getValueBytes()
The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.
optional string value = 2;
- Specified by:
getValueBytes
in interfaceAssessments.Expectation.SerializedValueOrBuilder
- Returns:
- The bytes for value.
-
setValue
public Assessments.Expectation.SerializedValue.Builder setValue(java.lang.String value)
The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.
optional string value = 2;
- Parameters:
value
- The value to set.- Returns:
- This builder for chaining.
-
clearValue
public Assessments.Expectation.SerializedValue.Builder clearValue()
The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.
optional string value = 2;
- Returns:
- This builder for chaining.
-
setValueBytes
public Assessments.Expectation.SerializedValue.Builder setValueBytes(com.google.protobuf.ByteString value)
The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.
optional string value = 2;
- Parameters:
value
- The bytes for value to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final Assessments.Expectation.SerializedValue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
-
mergeUnknownFields
public final Assessments.Expectation.SerializedValue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
-
-