Uses of Interface
relationalai.protocol.Schema.RelTypeOrBuilder
-
Packages that use Schema.RelTypeOrBuilder Package Description relationalai.protocol -
-
Uses of Schema.RelTypeOrBuilder in relationalai.protocol
Classes in relationalai.protocol that implement Schema.RelTypeOrBuilder Modifier and Type Class Description static class
Schema.RelType
Unionstatic class
Schema.RelType.Builder
UnionMethods in relationalai.protocol that return Schema.RelTypeOrBuilder Modifier and Type Method Description Schema.RelTypeOrBuilder
Schema.RelationId.Builder. getArgumentsOrBuilder(int index)
repeated .relationalai.protocol.RelType arguments = 1;
Schema.RelTypeOrBuilder
Schema.RelationId. getArgumentsOrBuilder(int index)
repeated .relationalai.protocol.RelType arguments = 1;
Schema.RelTypeOrBuilder
Schema.RelationIdOrBuilder. getArgumentsOrBuilder(int index)
repeated .relationalai.protocol.RelType arguments = 1;
Schema.RelTypeOrBuilder
Schema.ValueType.Builder. getArgumentTypesOrBuilder(int index)
Constant types are allowed, e.g.Schema.RelTypeOrBuilder
Schema.ValueType. getArgumentTypesOrBuilder(int index)
Constant types are allowed, e.g.Schema.RelTypeOrBuilder
Schema.ValueTypeOrBuilder. getArgumentTypesOrBuilder(int index)
Constant types are allowed, e.g.Schema.RelTypeOrBuilder
Schema.ConstantType.Builder. getRelTypeOrBuilder()
Required This is the type of the constant and describes whatever is in the RelTuple valueSchema.RelTypeOrBuilder
Schema.ConstantType. getRelTypeOrBuilder()
Required This is the type of the constant and describes whatever is in the RelTuple valueSchema.RelTypeOrBuilder
Schema.ConstantTypeOrBuilder. getRelTypeOrBuilder()
Required This is the type of the constant and describes whatever is in the RelTuple valueMethods in relationalai.protocol that return types with arguments of type Schema.RelTypeOrBuilder Modifier and Type Method Description List<? extends Schema.RelTypeOrBuilder>
Schema.RelationId.Builder. getArgumentsOrBuilderList()
repeated .relationalai.protocol.RelType arguments = 1;
List<? extends Schema.RelTypeOrBuilder>
Schema.RelationId. getArgumentsOrBuilderList()
repeated .relationalai.protocol.RelType arguments = 1;
List<? extends Schema.RelTypeOrBuilder>
Schema.RelationIdOrBuilder. getArgumentsOrBuilderList()
repeated .relationalai.protocol.RelType arguments = 1;
List<? extends Schema.RelTypeOrBuilder>
Schema.ValueType.Builder. getArgumentTypesOrBuilderList()
Constant types are allowed, e.g.List<? extends Schema.RelTypeOrBuilder>
Schema.ValueType. getArgumentTypesOrBuilderList()
Constant types are allowed, e.g.List<? extends Schema.RelTypeOrBuilder>
Schema.ValueTypeOrBuilder. getArgumentTypesOrBuilderList()
Constant types are allowed, e.g.
-