Interface Table.Row.ColumnInfoOrBuilder

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

    public static interface Table.Row.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 dataType is PROTOBUF
      com.google.protobuf.ByteString getProtoClassBytes()
      The name of the class implementing the proto object if dataType is 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 dataType is 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 dataType is PROTOBUF
         
        optional string protoClass = 4;
      • getProtoClass

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

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