Class ProtobufDataBuilder
java.lang.Object
com.apple.foundationdb.relational.api.ProtobufDataBuilder
- All Implemented Interfaces:
com.apple.foundationdb.relational.api.DynamicMessageBuilder
@Deprecated
@API(EXPERIMENTAL)
public class ProtobufDataBuilder
extends Object
implements com.apple.foundationdb.relational.api.DynamicMessageBuilder
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.apple.foundationdb.relational.api.DynamicMessageBuilder
addRepeatedField
(int fieldNumber, Object value) Deprecated.com.apple.foundationdb.relational.api.DynamicMessageBuilder
addRepeatedField
(String fieldName, Object value) Deprecated.com.apple.foundationdb.relational.api.DynamicMessageBuilder
addRepeatedFields
(int fieldNumber, Iterable<? extends Object> values) Deprecated.com.apple.foundationdb.relational.api.DynamicMessageBuilder
addRepeatedFields
(String fieldName, Iterable<? extends Object> values) Deprecated.com.apple.foundationdb.relational.api.DynamicMessageBuilder
addRepeatedFields
(String fieldName, Iterable<? extends Object> values, boolean isNullableArray) Deprecated.build()
Deprecated.convertMessage
(T m) Deprecated.Deprecated.Deprecated.getFieldType
(String fieldName) Deprecated.com.apple.foundationdb.relational.api.DynamicMessageBuilder
getNestedMessageBuilder
(int fieldNumber) Deprecated.com.apple.foundationdb.relational.api.DynamicMessageBuilder
getNestedMessageBuilder
(String fieldName) Deprecated.boolean
isPrimitive
(int fieldNumber) Deprecated.com.apple.foundationdb.relational.api.DynamicMessageBuilder
Deprecated.com.apple.foundationdb.relational.api.DynamicMessageBuilder
Deprecated.com.apple.foundationdb.relational.api.DynamicMessageBuilder
Deprecated.
-
Constructor Details
-
ProtobufDataBuilder
Deprecated.
-
-
Method Details
-
getFieldNames
Deprecated.- Specified by:
getFieldNames
in interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder
-
getFieldType
Deprecated.- Specified by:
getFieldType
in interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder
- Throws:
SQLException
-
isPrimitive
Deprecated.- Specified by:
isPrimitive
in interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder
- Throws:
SQLException
-
setField
public com.apple.foundationdb.relational.api.DynamicMessageBuilder setField(String fieldName, Object value) throws SQLException Deprecated.- Specified by:
setField
in interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder
- Throws:
SQLException
-
setField
public com.apple.foundationdb.relational.api.DynamicMessageBuilder setField(int fieldNumber, Object value) throws SQLException Deprecated.- Specified by:
setField
in interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder
- Throws:
SQLException
-
addRepeatedField
public com.apple.foundationdb.relational.api.DynamicMessageBuilder addRepeatedField(String fieldName, Object value) throws SQLException Deprecated.- Specified by:
addRepeatedField
in interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder
- Throws:
SQLException
-
addRepeatedField
public com.apple.foundationdb.relational.api.DynamicMessageBuilder addRepeatedField(int fieldNumber, Object value) throws SQLException Deprecated.- Specified by:
addRepeatedField
in interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder
- Throws:
SQLException
-
addRepeatedFields
public com.apple.foundationdb.relational.api.DynamicMessageBuilder addRepeatedFields(String fieldName, Iterable<? extends Object> values, boolean isNullableArray) throws SQLException Deprecated.- Specified by:
addRepeatedFields
in interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder
- Throws:
SQLException
-
addRepeatedFields
public com.apple.foundationdb.relational.api.DynamicMessageBuilder addRepeatedFields(String fieldName, Iterable<? extends Object> values) throws SQLException Deprecated.- Specified by:
addRepeatedFields
in interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder
- Throws:
SQLException
-
addRepeatedFields
public com.apple.foundationdb.relational.api.DynamicMessageBuilder addRepeatedFields(int fieldNumber, Iterable<? extends Object> values) throws SQLException Deprecated.- Specified by:
addRepeatedFields
in interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder
- Throws:
SQLException
-
build
Deprecated.- Specified by:
build
in interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder
-
convertMessage
Deprecated.- Specified by:
convertMessage
in interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder
- Throws:
SQLException
-
getNestedMessageBuilder
public com.apple.foundationdb.relational.api.DynamicMessageBuilder getNestedMessageBuilder(String fieldName) throws SQLException Deprecated.- Specified by:
getNestedMessageBuilder
in interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder
- Throws:
SQLException
-
getNestedMessageBuilder
public com.apple.foundationdb.relational.api.DynamicMessageBuilder getNestedMessageBuilder(int fieldNumber) throws SQLException Deprecated.- Specified by:
getNestedMessageBuilder
in interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder
- Throws:
SQLException
-
getDescriptor
Deprecated.- Specified by:
getDescriptor
in interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder
-
newBuilder
@Nonnull public com.apple.foundationdb.relational.api.DynamicMessageBuilder newBuilder()Deprecated.- Specified by:
newBuilder
in interfacecom.apple.foundationdb.relational.api.DynamicMessageBuilder
-