Package gauge.messages
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 TypeMethodDescriptiongetCells(int index) / Represents the cells of a given tablecom.google.protobuf.ByteStringgetCellsBytes(int index) / Represents the cells of a given tableint/ Represents the cells of a given table/ Represents the cells of a given 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
-
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
/ 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.
-