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 SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Assessments.Expectation.SerializedValue.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Assessments.Expectation.SerializedValuebuild()Assessments.Expectation.SerializedValuebuildPartial()Assessments.Expectation.SerializedValue.Builderclear()Assessments.Expectation.SerializedValue.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Assessments.Expectation.SerializedValue.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Assessments.Expectation.SerializedValue.BuilderclearSerializationFormat()Marks the serialization format for the expectation value.Assessments.Expectation.SerializedValue.BuilderclearValue()The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.Assessments.Expectation.SerializedValue.Builderclone()Assessments.Expectation.SerializedValuegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()java.lang.StringgetSerializationFormat()Marks the serialization format for the expectation value.com.google.protobuf.ByteStringgetSerializationFormatBytes()Marks the serialization format for the expectation value.java.lang.StringgetValue()The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.com.google.protobuf.ByteStringgetValueBytes()The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.booleanhasSerializationFormat()Marks the serialization format for the expectation value.booleanhasValue()The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Assessments.Expectation.SerializedValue.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Assessments.Expectation.SerializedValue.BuildermergeFrom(com.google.protobuf.Message other)Assessments.Expectation.SerializedValue.BuildermergeFrom(Assessments.Expectation.SerializedValue other)Assessments.Expectation.SerializedValue.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Assessments.Expectation.SerializedValue.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Assessments.Expectation.SerializedValue.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)Assessments.Expectation.SerializedValue.BuildersetSerializationFormat(java.lang.String value)Marks the serialization format for the expectation value.Assessments.Expectation.SerializedValue.BuildersetSerializationFormatBytes(com.google.protobuf.ByteString value)Marks the serialization format for the expectation value.Assessments.Expectation.SerializedValue.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Assessments.Expectation.SerializedValue.BuildersetValue(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.BuildersetValueBytes(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.BuildergetAllFields, 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.BuilderfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
 - 
Methods inherited from class com.google.protobuf.AbstractMessageLite.BuilderaddAll, addAll, mergeFrom, newUninitializedMessageException
 
- 
 
- 
- 
- 
Method Detail- 
getDescriptorpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor() 
 - 
internalGetFieldAccessorTableprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() - Specified by:
- internalGetFieldAccessorTablein class- com.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
 
 - 
clearpublic Assessments.Expectation.SerializedValue.Builder clear() - Specified by:
- clearin interface- com.google.protobuf.Message.Builder
- Specified by:
- clearin interface- com.google.protobuf.MessageLite.Builder
- Overrides:
- clearin class- com.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
 
 - 
getDescriptorForTypepublic com.google.protobuf.Descriptors.Descriptor getDescriptorForType() - Specified by:
- getDescriptorForTypein interface- com.google.protobuf.Message.Builder
- Specified by:
- getDescriptorForTypein interface- com.google.protobuf.MessageOrBuilder
- Overrides:
- getDescriptorForTypein class- com.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
 
 - 
getDefaultInstanceForTypepublic Assessments.Expectation.SerializedValue getDefaultInstanceForType() - Specified by:
- getDefaultInstanceForTypein interface- com.google.protobuf.MessageLiteOrBuilder
- Specified by:
- getDefaultInstanceForTypein interface- com.google.protobuf.MessageOrBuilder
 
 - 
buildpublic Assessments.Expectation.SerializedValue build() - Specified by:
- buildin interface- com.google.protobuf.Message.Builder
- Specified by:
- buildin interface- com.google.protobuf.MessageLite.Builder
 
 - 
buildPartialpublic Assessments.Expectation.SerializedValue buildPartial() - Specified by:
- buildPartialin interface- com.google.protobuf.Message.Builder
- Specified by:
- buildPartialin interface- com.google.protobuf.MessageLite.Builder
 
 - 
clonepublic Assessments.Expectation.SerializedValue.Builder clone() - Specified by:
- clonein interface- com.google.protobuf.Message.Builder
- Specified by:
- clonein interface- com.google.protobuf.MessageLite.Builder
- Overrides:
- clonein class- com.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
 
 - 
setFieldpublic Assessments.Expectation.SerializedValue.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) - Specified by:
- setFieldin interface- com.google.protobuf.Message.Builder
- Overrides:
- setFieldin class- com.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
 
 - 
clearFieldpublic Assessments.Expectation.SerializedValue.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
- clearFieldin interface- com.google.protobuf.Message.Builder
- Overrides:
- clearFieldin class- com.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
 
 - 
clearOneofpublic Assessments.Expectation.SerializedValue.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
- clearOneofin interface- com.google.protobuf.Message.Builder
- Overrides:
- clearOneofin class- com.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
 
 - 
setRepeatedFieldpublic Assessments.Expectation.SerializedValue.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) - Specified by:
- setRepeatedFieldin interface- com.google.protobuf.Message.Builder
- Overrides:
- setRepeatedFieldin class- com.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
 
 - 
addRepeatedFieldpublic Assessments.Expectation.SerializedValue.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) - Specified by:
- addRepeatedFieldin interface- com.google.protobuf.Message.Builder
- Overrides:
- addRepeatedFieldin class- com.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
 
 - 
mergeFrompublic Assessments.Expectation.SerializedValue.Builder mergeFrom(com.google.protobuf.Message other) - Specified by:
- mergeFromin interface- com.google.protobuf.Message.Builder
- Overrides:
- mergeFromin class- com.google.protobuf.AbstractMessage.Builder<Assessments.Expectation.SerializedValue.Builder>
 
 - 
mergeFrompublic Assessments.Expectation.SerializedValue.Builder mergeFrom(Assessments.Expectation.SerializedValue other) 
 - 
isInitializedpublic final boolean isInitialized() - Specified by:
- isInitializedin interface- com.google.protobuf.MessageLiteOrBuilder
- Overrides:
- isInitializedin class- com.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
 
 - 
mergeFrompublic Assessments.Expectation.SerializedValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException - Specified by:
- mergeFromin interface- com.google.protobuf.Message.Builder
- Specified by:
- mergeFromin interface- com.google.protobuf.MessageLite.Builder
- Overrides:
- mergeFromin class- com.google.protobuf.AbstractMessage.Builder<Assessments.Expectation.SerializedValue.Builder>
- Throws:
- java.io.IOException
 
 - 
hasSerializationFormatpublic 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:
- hasSerializationFormatin interface- Assessments.Expectation.SerializedValueOrBuilder
- Returns:
- Whether the serializationFormat field is set.
 
 - 
getSerializationFormatpublic 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:
- getSerializationFormatin interface- Assessments.Expectation.SerializedValueOrBuilder
- Returns:
- The serializationFormat.
 
 - 
getSerializationFormatBytespublic 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:
- getSerializationFormatBytesin interface- Assessments.Expectation.SerializedValueOrBuilder
- Returns:
- The bytes for serializationFormat.
 
 - 
setSerializationFormatpublic 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.
 
 - 
clearSerializationFormatpublic 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.
 
 - 
setSerializationFormatBytespublic 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.
 
 - 
hasValuepublic 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:
- hasValuein interface- Assessments.Expectation.SerializedValueOrBuilder
- Returns:
- Whether the value field is set.
 
 - 
getValuepublic 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:
- getValuein interface- Assessments.Expectation.SerializedValueOrBuilder
- Returns:
- The value.
 
 - 
getValueBytespublic 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:
- getValueBytesin interface- Assessments.Expectation.SerializedValueOrBuilder
- Returns:
- The bytes for value.
 
 - 
setValuepublic 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.
 
 - 
clearValuepublic 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.
 
 - 
setValueBytespublic 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.
 
 - 
setUnknownFieldspublic final Assessments.Expectation.SerializedValue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
- setUnknownFieldsin interface- com.google.protobuf.Message.Builder
- Overrides:
- setUnknownFieldsin class- com.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
 
 - 
mergeUnknownFieldspublic final Assessments.Expectation.SerializedValue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
- mergeUnknownFieldsin interface- com.google.protobuf.Message.Builder
- Overrides:
- mergeUnknownFieldsin class- com.google.protobuf.GeneratedMessageV3.Builder<Assessments.Expectation.SerializedValue.Builder>
 
 
- 
 
-