Interface ColumnInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ColumnInfo, ColumnInfo.Builder

    public interface ColumnInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getId()
      optional uint32 id = 1;
      String getName()
      optional string name = 2;
      com.google.protobuf.ByteString getNameBytes()
      optional string name = 2;
      String getProtoClass()
      the name of the class implementing the proto object if the dataType=PROTOBUF
      com.google.protobuf.ByteString getProtoClassBytes()
      the name of the class implementing the proto object if the dataType=PROTOBUF
      String getType()
      optional string type = 3;
      com.google.protobuf.ByteString getTypeBytes()
      optional string type = 3;
      boolean hasId()
      optional uint32 id = 1;
      boolean hasName()
      optional string name = 2;
      boolean hasProtoClass()
      the name of the class implementing the proto object if the dataType=PROTOBUF
      boolean hasType()
      optional string type = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasId

        boolean hasId()
        optional uint32 id = 1;
      • getId

        int getId()
        optional uint32 id = 1;
      • hasName

        boolean hasName()
        optional string name = 2;
      • getName

        String getName()
        optional string name = 2;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 2;
      • hasType

        boolean hasType()
        optional string type = 3;
      • getType

        String getType()
        optional string type = 3;
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        optional string type = 3;
      • hasProtoClass

        boolean hasProtoClass()
        the name of the class implementing the proto object if the dataType=PROTOBUF
         
        optional string protoClass = 4;
      • getProtoClass

        String getProtoClass()
        the name of the class implementing the proto object if the dataType=PROTOBUF
         
        optional string protoClass = 4;
      • getProtoClassBytes

        com.google.protobuf.ByteString getProtoClassBytes()
        the name of the class implementing the proto object if the dataType=PROTOBUF
         
        optional string protoClass = 4;