Package gauge.messages
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 Summary
Modifier and TypeMethodDescription/ Contains the Headers for the table/ Contains the Headers for the tablegetRows(int index) / Contains the Rows for the tableint/ Contains the Rows for the table/ Contains the Rows for the tablegetRowsOrBuilder(int index) / Contains the Rows for the tableList<? extends Spec.ProtoTableRowOrBuilder>/ Contains the Rows for the tableboolean/ Contains the Headers for the tableMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
/ 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
/ Contains the Rows for the table
repeated .gauge.messages.ProtoTableRow rows = 2;
-