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

    Modifier and Type
    Method
    Description
    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
    / Represents the cells of a given table
    / 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 Details

    • getCellsList

      List<String> getCellsList()
       / Represents the cells of a given table
       
      repeated string cells = 1;
      Returns:
      A list containing the cells.
    • getCellsCount

      int getCellsCount()
       / Represents the cells of a given table
       
      repeated string cells = 1;
      Returns:
      The count of cells.
    • getCells

      String getCells(int index)
       / Represents the cells of a given table
       
      repeated string cells = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The cells at the given index.
    • getCellsBytes

      com.google.protobuf.ByteString getCellsBytes(int index)
       / Represents the cells of a given table
       
      repeated string cells = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the cells at the given index.