Interface Table.Row.CellOrBuilder

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

    public static interface Table.Row.CellOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getColumnId()
      optional uint32 columnId = 1;
      com.google.protobuf.ByteString getData()
      optional bytes data = 2;
      boolean hasColumnId()
      optional uint32 columnId = 1;
      boolean hasData()
      optional bytes data = 2;
      • 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

      • hasColumnId

        boolean hasColumnId()
        optional uint32 columnId = 1;
      • getColumnId

        int getColumnId()
        optional uint32 columnId = 1;
      • hasData

        boolean hasData()
        optional bytes data = 2;
      • getData

        com.google.protobuf.ByteString getData()
        optional bytes data = 2;