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

    Modifier and Type
    Method
    Description
    int
    optional uint32 columnId = 1;
    com.google.protobuf.ByteString
    optional bytes data = 2;
    boolean
    optional uint32 columnId = 1;
    boolean
    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 Details

    • hasColumnId

      boolean hasColumnId()
      optional uint32 columnId = 1;
      Returns:
      Whether the columnId field is set.
    • getColumnId

      int getColumnId()
      optional uint32 columnId = 1;
      Returns:
      The columnId.
    • hasData

      boolean hasData()
      optional bytes data = 2;
      Returns:
      Whether the data field is set.
    • getData

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