Uses of Class
relationalai.protocol.Schema.Kind
-
Packages that use Schema.Kind Package Description relationalai.protocol -
-
Uses of Schema.Kind in relationalai.protocol
Methods in relationalai.protocol that return Schema.Kind Modifier and Type Method Description static Schema.KindSchema.Kind. forNumber(int value)Schema.KindSchema.RelType.Builder. getTag().relationalai.protocol.Kind tag = 1;Schema.KindSchema.RelType. getTag().relationalai.protocol.Kind tag = 1;Schema.KindSchema.RelTypeOrBuilder. getTag().relationalai.protocol.Kind tag = 1;static Schema.KindSchema.Kind. valueOf(int value)Deprecated.static Schema.KindSchema.Kind. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Schema.KindSchema.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static Schema.Kind[]Schema.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in relationalai.protocol that return types with arguments of type Schema.Kind Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Schema.Kind>Schema.Kind. internalGetValueMap()Methods in relationalai.protocol with parameters of type Schema.Kind Modifier and Type Method Description Schema.RelType.BuilderSchema.RelType.Builder. setTag(Schema.Kind value).relationalai.protocol.Kind tag = 1;
-