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.RelTypeSchema.RelType.Builder. build()Schema.RelTypeSchema.RelType.Builder. buildPartial()Schema.RelTypeSchema.RelationId.Builder. getArguments(int index)repeated .relationalai.protocol.RelType arguments = 1;Schema.RelTypeSchema.RelationId. getArguments(int index)repeated .relationalai.protocol.RelType arguments = 1;Schema.RelTypeSchema.RelationIdOrBuilder. getArguments(int index)repeated .relationalai.protocol.RelType arguments = 1;Schema.RelTypeSchema.ValueType.Builder. getArgumentTypes(int index)Constant types are allowed, e.g.Schema.RelTypeSchema.ValueType. getArgumentTypes(int index)Constant types are allowed, e.g.Schema.RelTypeSchema.ValueTypeOrBuilder. getArgumentTypes(int index)Constant types are allowed, e.g.static Schema.RelTypeSchema.RelType. getDefaultInstance()Schema.RelTypeSchema.RelType.Builder. getDefaultInstanceForType()Schema.RelTypeSchema.RelType. getDefaultInstanceForType()Schema.RelTypeSchema.ConstantType.Builder. getRelType()Required This is the type of the constant and describes whatever is in the RelTuple valueSchema.RelTypeSchema.ConstantType. getRelType()Required This is the type of the constant and describes whatever is in the RelTuple valueSchema.RelTypeSchema.ConstantTypeOrBuilder. getRelType()Required This is the type of the constant and describes whatever is in the RelTuple valuestatic Schema.RelTypeSchema.RelType. parseDelimitedFrom(InputStream input)static Schema.RelTypeSchema.RelType. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.RelTypeSchema.RelType. parseFrom(byte[] data)static Schema.RelTypeSchema.RelType. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.RelTypeSchema.RelType. parseFrom(com.google.protobuf.ByteString data)static Schema.RelTypeSchema.RelType. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.RelTypeSchema.RelType. parseFrom(com.google.protobuf.CodedInputStream input)static Schema.RelTypeSchema.RelType. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.RelTypeSchema.RelType. parseFrom(InputStream input)static Schema.RelTypeSchema.RelType. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.RelTypeSchema.RelType. parseFrom(ByteBuffer data)static Schema.RelTypeSchema.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.BuilderSchema.RelationId.Builder. addArguments(int index, Schema.RelType value)repeated .relationalai.protocol.RelType arguments = 1;Schema.RelationId.BuilderSchema.RelationId.Builder. addArguments(Schema.RelType value)repeated .relationalai.protocol.RelType arguments = 1;Schema.ValueType.BuilderSchema.ValueType.Builder. addArgumentTypes(int index, Schema.RelType value)Constant types are allowed, e.g.Schema.ValueType.BuilderSchema.ValueType.Builder. addArgumentTypes(Schema.RelType value)Constant types are allowed, e.g.Schema.RelType.BuilderSchema.RelType.Builder. mergeFrom(Schema.RelType other)Schema.ConstantType.BuilderSchema.ConstantType.Builder. mergeRelType(Schema.RelType value)Required This is the type of the constant and describes whatever is in the RelTuple valuestatic Schema.RelType.BuilderSchema.RelType. newBuilder(Schema.RelType prototype)Schema.RelationId.BuilderSchema.RelationId.Builder. setArguments(int index, Schema.RelType value)repeated .relationalai.protocol.RelType arguments = 1;Schema.ValueType.BuilderSchema.ValueType.Builder. setArgumentTypes(int index, Schema.RelType value)Constant types are allowed, e.g.Schema.ConstantType.BuilderSchema.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.BuilderSchema.RelationId.Builder. addAllArguments(Iterable<? extends Schema.RelType> values)repeated .relationalai.protocol.RelType arguments = 1;Schema.ValueType.BuilderSchema.ValueType.Builder. addAllArgumentTypes(Iterable<? extends Schema.RelType> values)Constant types are allowed, e.g.
-