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.ConstantType
getConstantType()
.relationalai.protocol.ConstantType constant_type = 4;
Schema.ConstantTypeOrBuilder
getConstantTypeOrBuilder()
.relationalai.protocol.ConstantType constant_type = 4;
Schema.PrimitiveType
getPrimitiveType()
Only one of the following is allowed.int
getPrimitiveTypeValue()
Only one of the following is allowed.Schema.Kind
getTag()
.relationalai.protocol.Kind tag = 1;
int
getTagValue()
.relationalai.protocol.Kind tag = 1;
Schema.ValueType
getValueType()
.relationalai.protocol.ValueType value_type = 3;
Schema.ValueTypeOrBuilder
getValueTypeOrBuilder()
.relationalai.protocol.ValueType value_type = 3;
boolean
hasConstantType()
.relationalai.protocol.ConstantType constant_type = 4;
boolean
hasValueType()
.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;
-
-