Interface Spec.ProtoTableOrBuilder

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

public static interface Spec.ProtoTableOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasHeaders

      boolean hasHeaders()
       / Contains the Headers for the table
       
      .gauge.messages.ProtoTableRow headers = 1;
      Returns:
      Whether the headers field is set.
    • getHeaders

      Spec.ProtoTableRow getHeaders()
       / Contains the Headers for the table
       
      .gauge.messages.ProtoTableRow headers = 1;
      Returns:
      The headers.
    • getHeadersOrBuilder

      Spec.ProtoTableRowOrBuilder getHeadersOrBuilder()
       / Contains the Headers for the table
       
      .gauge.messages.ProtoTableRow headers = 1;
    • getRowsList

      List<Spec.ProtoTableRow> getRowsList()
       / Contains the Rows for the table
       
      repeated .gauge.messages.ProtoTableRow rows = 2;
    • getRows

      Spec.ProtoTableRow getRows(int index)
       / Contains the Rows for the table
       
      repeated .gauge.messages.ProtoTableRow rows = 2;
    • getRowsCount

      int getRowsCount()
       / Contains the Rows for the table
       
      repeated .gauge.messages.ProtoTableRow rows = 2;
    • getRowsOrBuilderList

      List<? extends Spec.ProtoTableRowOrBuilder> getRowsOrBuilderList()
       / Contains the Rows for the table
       
      repeated .gauge.messages.ProtoTableRow rows = 2;
    • getRowsOrBuilder

      Spec.ProtoTableRowOrBuilder getRowsOrBuilder(int index)
       / Contains the Rows for the table
       
      repeated .gauge.messages.ProtoTableRow rows = 2;