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 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.
      • 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.