-
Method Summary
optional .com.apple.foundationdb.relational.continuation.LiteralObject.Array array_object = 2;
optional .com.apple.foundationdb.relational.continuation.LiteralObject.Array array_object = 2;
optional bytes record_object = 3;
com.apple.foundationdb.record.planprotos.PComparableObject
if none of these are set, we consider the object to be NULL
com.apple.foundationdb.record.planprotos.PComparableObjectOrBuilder
if none of these are set, we consider the object to be NULL
boolean
optional .com.apple.foundationdb.relational.continuation.LiteralObject.Array array_object = 2;
boolean
optional bytes record_object = 3;
boolean
if none of these are set, we consider the object to be NULL
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasScalarObject
boolean hasScalarObject()
if none of these are set, we consider the object to be NULL
optional .com.apple.foundationdb.record.planprotos.PComparableObject scalar_object = 1;
- Returns:
- Whether the scalarObject field is set.
-
getScalarObject
com.apple.foundationdb.record.planprotos.PComparableObject getScalarObject()
if none of these are set, we consider the object to be NULL
optional .com.apple.foundationdb.record.planprotos.PComparableObject scalar_object = 1;
- Returns:
- The scalarObject.
-
getScalarObjectOrBuilder
com.apple.foundationdb.record.planprotos.PComparableObjectOrBuilder getScalarObjectOrBuilder()
if none of these are set, we consider the object to be NULL
optional .com.apple.foundationdb.record.planprotos.PComparableObject scalar_object = 1;
-
hasArrayObject
boolean hasArrayObject()
optional .com.apple.foundationdb.relational.continuation.LiteralObject.Array array_object = 2;
- Returns:
- Whether the arrayObject field is set.
-
getArrayObject
optional .com.apple.foundationdb.relational.continuation.LiteralObject.Array array_object = 2;
- Returns:
- The arrayObject.
-
getArrayObjectOrBuilder
optional .com.apple.foundationdb.relational.continuation.LiteralObject.Array array_object = 2;
-
hasRecordObject
boolean hasRecordObject()
optional bytes record_object = 3;
- Returns:
- Whether the recordObject field is set.
-
getRecordObject
optional bytes record_object = 3;
- Returns:
- The recordObject.