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.Kind
Schema.Kind. forNumber(int value)
Schema.Kind
Schema.RelType.Builder. getTag()
.relationalai.protocol.Kind tag = 1;
Schema.Kind
Schema.RelType. getTag()
.relationalai.protocol.Kind tag = 1;
Schema.Kind
Schema.RelTypeOrBuilder. getTag()
.relationalai.protocol.Kind tag = 1;
static Schema.Kind
Schema.Kind. valueOf(int value)
Deprecated.static Schema.Kind
Schema.Kind. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Schema.Kind
Schema.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.Builder
Schema.RelType.Builder. setTag(Schema.Kind value)
.relationalai.protocol.Kind tag = 1;
-