Interface Spec.ProtoTableRowOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Spec.ProtoTableRow, Spec.ProtoTableRow.Builder
    Enclosing class:
    Spec

    public static interface Spec.ProtoTableRowOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCells​(int index)
      / Represents the cells of a given table
      com.google.protobuf.ByteString getCellsBytes​(int index)
      / Represents the cells of a given table
      int getCellsCount()
      / Represents the cells of a given table
      List<String> getCellsList()
      / Represents the cells of a given table
      • 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

      • getCellsList

        List<String> getCellsList()
        / Represents the cells of a given table
         
        repeated string cells = 1;
      • getCellsCount

        int getCellsCount()
        / Represents the cells of a given table
         
        repeated string cells = 1;
      • getCells

        String getCells​(int index)
        / Represents the cells of a given table
         
        repeated string cells = 1;
      • getCellsBytes

        com.google.protobuf.ByteString getCellsBytes​(int index)
        / Represents the cells of a given table
         
        repeated string cells = 1;