Uses of Class
relationalai.protocol.Schema.RelType
-
Packages that use Schema.RelType Package Description relationalai.protocol -
-
Uses of Schema.RelType in relationalai.protocol
Methods in relationalai.protocol that return Schema.RelType Modifier and Type Method Description Schema.RelType
Schema.RelType.Builder. build()
Schema.RelType
Schema.RelType.Builder. buildPartial()
Schema.RelType
Schema.RelationId.Builder. getArguments(int index)
repeated .relationalai.protocol.RelType arguments = 1;
Schema.RelType
Schema.RelationId. getArguments(int index)
repeated .relationalai.protocol.RelType arguments = 1;
Schema.RelType
Schema.RelationIdOrBuilder. getArguments(int index)
repeated .relationalai.protocol.RelType arguments = 1;
Schema.RelType
Schema.ValueType.Builder. getArgumentTypes(int index)
Constant types are allowed, e.g.Schema.RelType
Schema.ValueType. getArgumentTypes(int index)
Constant types are allowed, e.g.Schema.RelType
Schema.ValueTypeOrBuilder. getArgumentTypes(int index)
Constant types are allowed, e.g.static Schema.RelType
Schema.RelType. getDefaultInstance()
Schema.RelType
Schema.RelType.Builder. getDefaultInstanceForType()
Schema.RelType
Schema.RelType. getDefaultInstanceForType()
Schema.RelType
Schema.ConstantType.Builder. getRelType()
Required This is the type of the constant and describes whatever is in the RelTuple valueSchema.RelType
Schema.ConstantType. getRelType()
Required This is the type of the constant and describes whatever is in the RelTuple valueSchema.RelType
Schema.ConstantTypeOrBuilder. getRelType()
Required This is the type of the constant and describes whatever is in the RelTuple valuestatic Schema.RelType
Schema.RelType. parseDelimitedFrom(InputStream input)
static Schema.RelType
Schema.RelType. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema.RelType
Schema.RelType. parseFrom(byte[] data)
static Schema.RelType
Schema.RelType. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema.RelType
Schema.RelType. parseFrom(com.google.protobuf.ByteString data)
static Schema.RelType
Schema.RelType. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema.RelType
Schema.RelType. parseFrom(com.google.protobuf.CodedInputStream input)
static Schema.RelType
Schema.RelType. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema.RelType
Schema.RelType. parseFrom(InputStream input)
static Schema.RelType
Schema.RelType. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema.RelType
Schema.RelType. parseFrom(ByteBuffer data)
static Schema.RelType
Schema.RelType. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in relationalai.protocol that return types with arguments of type Schema.RelType Modifier and Type Method Description List<Schema.RelType>
Schema.RelationId.Builder. getArgumentsList()
repeated .relationalai.protocol.RelType arguments = 1;
List<Schema.RelType>
Schema.RelationId. getArgumentsList()
repeated .relationalai.protocol.RelType arguments = 1;
List<Schema.RelType>
Schema.RelationIdOrBuilder. getArgumentsList()
repeated .relationalai.protocol.RelType arguments = 1;
List<Schema.RelType>
Schema.ValueType.Builder. getArgumentTypesList()
Constant types are allowed, e.g.List<Schema.RelType>
Schema.ValueType. getArgumentTypesList()
Constant types are allowed, e.g.List<Schema.RelType>
Schema.ValueTypeOrBuilder. getArgumentTypesList()
Constant types are allowed, e.g.com.google.protobuf.Parser<Schema.RelType>
Schema.RelType. getParserForType()
static com.google.protobuf.Parser<Schema.RelType>
Schema.RelType. parser()
Methods in relationalai.protocol with parameters of type Schema.RelType Modifier and Type Method Description Schema.RelationId.Builder
Schema.RelationId.Builder. addArguments(int index, Schema.RelType value)
repeated .relationalai.protocol.RelType arguments = 1;
Schema.RelationId.Builder
Schema.RelationId.Builder. addArguments(Schema.RelType value)
repeated .relationalai.protocol.RelType arguments = 1;
Schema.ValueType.Builder
Schema.ValueType.Builder. addArgumentTypes(int index, Schema.RelType value)
Constant types are allowed, e.g.Schema.ValueType.Builder
Schema.ValueType.Builder. addArgumentTypes(Schema.RelType value)
Constant types are allowed, e.g.Schema.RelType.Builder
Schema.RelType.Builder. mergeFrom(Schema.RelType other)
Schema.ConstantType.Builder
Schema.ConstantType.Builder. mergeRelType(Schema.RelType value)
Required This is the type of the constant and describes whatever is in the RelTuple valuestatic Schema.RelType.Builder
Schema.RelType. newBuilder(Schema.RelType prototype)
Schema.RelationId.Builder
Schema.RelationId.Builder. setArguments(int index, Schema.RelType value)
repeated .relationalai.protocol.RelType arguments = 1;
Schema.ValueType.Builder
Schema.ValueType.Builder. setArgumentTypes(int index, Schema.RelType value)
Constant types are allowed, e.g.Schema.ConstantType.Builder
Schema.ConstantType.Builder. setRelType(Schema.RelType value)
Required This is the type of the constant and describes whatever is in the RelTuple valueMethod parameters in relationalai.protocol with type arguments of type Schema.RelType Modifier and Type Method Description Schema.RelationId.Builder
Schema.RelationId.Builder. addAllArguments(Iterable<? extends Schema.RelType> values)
repeated .relationalai.protocol.RelType arguments = 1;
Schema.ValueType.Builder
Schema.ValueType.Builder. addAllArgumentTypes(Iterable<? extends Schema.RelType> values)
Constant types are allowed, e.g.
-