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.RelTuple
Schema.RelTuple.Builder. build()
Schema.RelTuple
Schema.RelTuple.Builder. buildPartial()
static Schema.RelTuple
Schema.RelTuple. getDefaultInstance()
Schema.RelTuple
Schema.RelTuple.Builder. getDefaultInstanceForType()
Schema.RelTuple
Schema.RelTuple. getDefaultInstanceForType()
Schema.RelTuple
Schema.ConstantType.Builder. getValue()
The tuple contains only the values that are not constant.Schema.RelTuple
Schema.ConstantType. getValue()
The tuple contains only the values that are not constant.Schema.RelTuple
Schema.ConstantTypeOrBuilder. getValue()
The tuple contains only the values that are not constant.static Schema.RelTuple
Schema.RelTuple. parseDelimitedFrom(InputStream input)
static Schema.RelTuple
Schema.RelTuple. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema.RelTuple
Schema.RelTuple. parseFrom(byte[] data)
static Schema.RelTuple
Schema.RelTuple. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema.RelTuple
Schema.RelTuple. parseFrom(com.google.protobuf.ByteString data)
static Schema.RelTuple
Schema.RelTuple. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema.RelTuple
Schema.RelTuple. parseFrom(com.google.protobuf.CodedInputStream input)
static Schema.RelTuple
Schema.RelTuple. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema.RelTuple
Schema.RelTuple. parseFrom(InputStream input)
static Schema.RelTuple
Schema.RelTuple. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema.RelTuple
Schema.RelTuple. parseFrom(ByteBuffer data)
static Schema.RelTuple
Schema.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.Builder
Schema.RelTuple.Builder. mergeFrom(Schema.RelTuple other)
Schema.ConstantType.Builder
Schema.ConstantType.Builder. mergeValue(Schema.RelTuple value)
The tuple contains only the values that are not constant.static Schema.RelTuple.Builder
Schema.RelTuple. newBuilder(Schema.RelTuple prototype)
Schema.ConstantType.Builder
Schema.ConstantType.Builder. setValue(Schema.RelTuple value)
The tuple contains only the values that are not constant.
-