Package relationalai.protocol
Interface Schema.RelTypeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Schema.RelType,Schema.RelType.Builder
- Enclosing class:
- Schema
public static interface Schema.RelTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Schema.ConstantTypegetConstantType().relationalai.protocol.ConstantType constant_type = 4;Schema.ConstantTypeOrBuildergetConstantTypeOrBuilder().relationalai.protocol.ConstantType constant_type = 4;Schema.PrimitiveTypegetPrimitiveType()Only one of the following is allowed.intgetPrimitiveTypeValue()Only one of the following is allowed.Schema.KindgetTag().relationalai.protocol.Kind tag = 1;intgetTagValue().relationalai.protocol.Kind tag = 1;Schema.ValueTypegetValueType().relationalai.protocol.ValueType value_type = 3;Schema.ValueTypeOrBuildergetValueTypeOrBuilder().relationalai.protocol.ValueType value_type = 3;booleanhasConstantType().relationalai.protocol.ConstantType constant_type = 4;booleanhasValueType().relationalai.protocol.ValueType value_type = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTagValue
int getTagValue()
.relationalai.protocol.Kind tag = 1;- Returns:
- The enum numeric value on the wire for tag.
-
getTag
Schema.Kind getTag()
.relationalai.protocol.Kind tag = 1;- Returns:
- The tag.
-
getPrimitiveTypeValue
int getPrimitiveTypeValue()
Only one of the following is allowed.
.relationalai.protocol.PrimitiveType primitive_type = 2;- Returns:
- The enum numeric value on the wire for primitiveType.
-
getPrimitiveType
Schema.PrimitiveType getPrimitiveType()
Only one of the following is allowed.
.relationalai.protocol.PrimitiveType primitive_type = 2;- Returns:
- The primitiveType.
-
hasValueType
boolean hasValueType()
.relationalai.protocol.ValueType value_type = 3;- Returns:
- Whether the valueType field is set.
-
getValueType
Schema.ValueType getValueType()
.relationalai.protocol.ValueType value_type = 3;- Returns:
- The valueType.
-
getValueTypeOrBuilder
Schema.ValueTypeOrBuilder getValueTypeOrBuilder()
.relationalai.protocol.ValueType value_type = 3;
-
hasConstantType
boolean hasConstantType()
.relationalai.protocol.ConstantType constant_type = 4;- Returns:
- Whether the constantType field is set.
-
getConstantType
Schema.ConstantType getConstantType()
.relationalai.protocol.ConstantType constant_type = 4;- Returns:
- The constantType.
-
getConstantTypeOrBuilder
Schema.ConstantTypeOrBuilder getConstantTypeOrBuilder()
.relationalai.protocol.ConstantType constant_type = 4;
-
-