Uses of Class
relationalai.protocol.Schema.RelTuple
-
Packages that use Schema.RelTuple Package Description relationalai.protocol -
-
Uses of Schema.RelTuple in relationalai.protocol
Methods in relationalai.protocol that return Schema.RelTuple Modifier and Type Method Description Schema.RelTupleSchema.RelTuple.Builder. build()Schema.RelTupleSchema.RelTuple.Builder. buildPartial()static Schema.RelTupleSchema.RelTuple. getDefaultInstance()Schema.RelTupleSchema.RelTuple.Builder. getDefaultInstanceForType()Schema.RelTupleSchema.RelTuple. getDefaultInstanceForType()Schema.RelTupleSchema.ConstantType.Builder. getValue()The tuple contains only the values that are not constant.Schema.RelTupleSchema.ConstantType. getValue()The tuple contains only the values that are not constant.Schema.RelTupleSchema.ConstantTypeOrBuilder. getValue()The tuple contains only the values that are not constant.static Schema.RelTupleSchema.RelTuple. parseDelimitedFrom(InputStream input)static Schema.RelTupleSchema.RelTuple. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.RelTupleSchema.RelTuple. parseFrom(byte[] data)static Schema.RelTupleSchema.RelTuple. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.RelTupleSchema.RelTuple. parseFrom(com.google.protobuf.ByteString data)static Schema.RelTupleSchema.RelTuple. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.RelTupleSchema.RelTuple. parseFrom(com.google.protobuf.CodedInputStream input)static Schema.RelTupleSchema.RelTuple. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.RelTupleSchema.RelTuple. parseFrom(InputStream input)static Schema.RelTupleSchema.RelTuple. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.RelTupleSchema.RelTuple. parseFrom(ByteBuffer data)static Schema.RelTupleSchema.RelTuple. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in relationalai.protocol that return types with arguments of type Schema.RelTuple Modifier and Type Method Description com.google.protobuf.Parser<Schema.RelTuple>Schema.RelTuple. getParserForType()static com.google.protobuf.Parser<Schema.RelTuple>Schema.RelTuple. parser()Methods in relationalai.protocol with parameters of type Schema.RelTuple Modifier and Type Method Description Schema.RelTuple.BuilderSchema.RelTuple.Builder. mergeFrom(Schema.RelTuple other)Schema.ConstantType.BuilderSchema.ConstantType.Builder. mergeValue(Schema.RelTuple value)The tuple contains only the values that are not constant.static Schema.RelTuple.BuilderSchema.RelTuple. newBuilder(Schema.RelTuple prototype)Schema.ConstantType.BuilderSchema.ConstantType.Builder. setValue(Schema.RelTuple value)The tuple contains only the values that are not constant.
-