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

    Modifier and Type
    Method
    Description
    int
    optional uint32 id = 1;
    optional string name = 2;
    com.google.protobuf.ByteString
    optional string name = 2;
    the name of the class implementing the proto object if the dataType=PROTOBUF
    com.google.protobuf.ByteString
    the name of the class implementing the proto object if the dataType=PROTOBUF
    optional string type = 3;
    com.google.protobuf.ByteString
    optional string type = 3;
    boolean
    optional uint32 id = 1;
    boolean
    optional string name = 2;
    boolean
    the name of the class implementing the proto object if the dataType=PROTOBUF
    boolean
    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 Details

    • hasId

      boolean hasId()
      optional uint32 id = 1;
      Returns:
      Whether the id field is set.
    • getId

      int getId()
      optional uint32 id = 1;
      Returns:
      The id.
    • hasName

      boolean hasName()
      optional string name = 2;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
      optional string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      optional string name = 2;
      Returns:
      The bytes for name.
    • hasType

      boolean hasType()
      optional string type = 3;
      Returns:
      Whether the type field is set.
    • getType

      String getType()
      optional string type = 3;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      optional string type = 3;
      Returns:
      The bytes for type.
    • hasProtoClass

      boolean hasProtoClass()
      the name of the class implementing the proto object if the dataType=PROTOBUF
       
      optional string protoClass = 4;
      Returns:
      Whether the protoClass field is set.
    • getProtoClass

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

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