public static final class Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder extends GeneratedMessage.Builder<Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder> implements Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRowOrBuilder
Represents a row in a table.
Protobuf type
google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllCells(Iterable<? extends Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell> values)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder addAllCells(Iterable<? extends Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell> values)
A table row is a list of table cells.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell>
|
addCells(Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell value)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder addCells(Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell value)
A table row is a list of table cells.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
addCells(Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder builderForValue)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder addCells(Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder builderForValue)
A table row is a list of table cells.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
addCells(int index, Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell value)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder addCells(int index, Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell value)
A table row is a list of table cells.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
addCells(int index, Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder builderForValue)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder addCells(int index, Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder builderForValue)
A table row is a list of table cells.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
addCellsBuilder()
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder addCellsBuilder()
A table row is a list of table cells.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
addCellsBuilder(int index)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder addCellsBuilder(int index)
A table row is a list of table cells.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
| Parameter |
| Name |
Description |
index |
int
|
build()
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow build()
buildPartial()
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow buildPartial()
clear()
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder clear()
Overrides
clearCells()
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder clearCells()
A table row is a list of table cells.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
getCells(int index)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell getCells(int index)
A table row is a list of table cells.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
| Parameter |
| Name |
Description |
index |
int
|
getCellsBuilder(int index)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder getCellsBuilder(int index)
A table row is a list of table cells.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
| Parameter |
| Name |
Description |
index |
int
|
getCellsBuilderList()
public List<Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder> getCellsBuilderList()
A table row is a list of table cells.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
getCellsCount()
public int getCellsCount()
A table row is a list of table cells.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
| Returns |
| Type |
Description |
int |
|
getCellsList()
public List<Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell> getCellsList()
A table row is a list of table cells.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
getCellsOrBuilder(int index)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCellOrBuilder getCellsOrBuilder(int index)
A table row is a list of table cells.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
| Parameter |
| Name |
Description |
index |
int
|
getCellsOrBuilderList()
public List<? extends Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCellOrBuilder> getCellsOrBuilderList()
A table row is a list of table cells.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCellOrBuilder> |
|
getDefaultInstanceForType()
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow other)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder mergeFrom(Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow other)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
removeCells(int index)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder removeCells(int index)
A table row is a list of table cells.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
| Parameter |
| Name |
Description |
index |
int
|
setCells(int index, Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell value)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder setCells(int index, Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell value)
A table row is a list of table cells.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;
setCells(int index, Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder builderForValue)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder setCells(int index, Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder builderForValue)
A table row is a list of table cells.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;