Interface Document.Page.Table.TableRowOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Document.Page.Table.TableRow
,Document.Page.Table.TableRow.Builder
- Enclosing class:
- Document.Page.Table
public static interface Document.Page.Table.TableRowOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Document.Page.Table.TableCell
getCells(int index)
Cells that make up this row.int
getCellsCount()
Cells that make up this row.List<Document.Page.Table.TableCell>
getCellsList()
Cells that make up this row.Document.Page.Table.TableCellOrBuilder
getCellsOrBuilder(int index)
Cells that make up this row.List<? extends Document.Page.Table.TableCellOrBuilder>
getCellsOrBuilderList()
Cells that make up this row.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCellsList
List<Document.Page.Table.TableCell> getCellsList()
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
-
getCells
Document.Page.Table.TableCell getCells(int index)
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
-
getCellsCount
int getCellsCount()
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
-
getCellsOrBuilderList
List<? extends Document.Page.Table.TableCellOrBuilder> getCellsOrBuilderList()
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
-
getCellsOrBuilder
Document.Page.Table.TableCellOrBuilder getCellsOrBuilder(int index)
Cells that make up this row.
repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;
-
-