Class Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder (2.87.0)

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

Inheritance

java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

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>
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder

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;

Parameter
Name Description
value Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder

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;

Parameter
Name Description
builderForValue Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder

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;

Parameters
Name Description
index int
value Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder

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;

Parameters
Name Description
index int
builderForValue Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder

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;

Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder

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
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder

build()

public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow build()
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow

buildPartial()

public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow buildPartial()
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow

clear()

public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder clear()
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder
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;

Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder

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
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell

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
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder

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;

Returns
Type Description
List<Builder>

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;

Returns
Type Description
List<LayoutTableCell>

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
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCellOrBuilder

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()
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow other)

public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder mergeFrom(Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow other)
Parameter
Name Description
other Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder
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
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder

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;

Parameters
Name Description
index int
value Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder

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;

Parameters
Name Description
index int
builderForValue Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder