Class Document.Page.Table.TableRow.Builder (2.10.0)

public static final class Document.Page.Table.TableRow.Builder extends GeneratedMessageV3.Builder<Document.Page.Table.TableRow.Builder> implements Document.Page.Table.TableRowOrBuilder

A row of table cells.

Protobuf type google.cloud.documentai.v1beta2.Document.Page.Table.TableRow

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllCells(Iterable<? extends Document.Page.Table.TableCell> values)

public Document.Page.Table.TableRow.Builder addAllCells(Iterable<? extends Document.Page.Table.TableCell> values)

Cells that make up this row.

repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.documentai.v1beta2.Document.Page.Table.TableCell>
Returns
TypeDescription
Document.Page.Table.TableRow.Builder

addCells(Document.Page.Table.TableCell value)

public Document.Page.Table.TableRow.Builder addCells(Document.Page.Table.TableCell value)

Cells that make up this row.

repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;

Parameter
NameDescription
valueDocument.Page.Table.TableCell
Returns
TypeDescription
Document.Page.Table.TableRow.Builder

addCells(Document.Page.Table.TableCell.Builder builderForValue)

public Document.Page.Table.TableRow.Builder addCells(Document.Page.Table.TableCell.Builder builderForValue)

Cells that make up this row.

repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;

Parameter
NameDescription
builderForValueDocument.Page.Table.TableCell.Builder
Returns
TypeDescription
Document.Page.Table.TableRow.Builder

addCells(int index, Document.Page.Table.TableCell value)

public Document.Page.Table.TableRow.Builder addCells(int index, Document.Page.Table.TableCell value)

Cells that make up this row.

repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;

Parameters
NameDescription
indexint
valueDocument.Page.Table.TableCell
Returns
TypeDescription
Document.Page.Table.TableRow.Builder

addCells(int index, Document.Page.Table.TableCell.Builder builderForValue)

public Document.Page.Table.TableRow.Builder addCells(int index, Document.Page.Table.TableCell.Builder builderForValue)

Cells that make up this row.

repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;

Parameters
NameDescription
indexint
builderForValueDocument.Page.Table.TableCell.Builder
Returns
TypeDescription
Document.Page.Table.TableRow.Builder

addCellsBuilder()

public Document.Page.Table.TableCell.Builder addCellsBuilder()

Cells that make up this row.

repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;

Returns
TypeDescription
Document.Page.Table.TableCell.Builder

addCellsBuilder(int index)

public Document.Page.Table.TableCell.Builder addCellsBuilder(int index)

Cells that make up this row.

repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Document.Page.Table.TableCell.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Document.Page.Table.TableRow.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Document.Page.Table.TableRow.Builder
Overrides

build()

public Document.Page.Table.TableRow build()
Returns
TypeDescription
Document.Page.Table.TableRow

buildPartial()

public Document.Page.Table.TableRow buildPartial()
Returns
TypeDescription
Document.Page.Table.TableRow

clear()

public Document.Page.Table.TableRow.Builder clear()
Returns
TypeDescription
Document.Page.Table.TableRow.Builder
Overrides

clearCells()

public Document.Page.Table.TableRow.Builder clearCells()

Cells that make up this row.

repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;

Returns
TypeDescription
Document.Page.Table.TableRow.Builder

clearField(Descriptors.FieldDescriptor field)

public Document.Page.Table.TableRow.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Document.Page.Table.TableRow.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Document.Page.Table.TableRow.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Document.Page.Table.TableRow.Builder
Overrides

clone()

public Document.Page.Table.TableRow.Builder clone()
Returns
TypeDescription
Document.Page.Table.TableRow.Builder
Overrides

getCells(int index)

public Document.Page.Table.TableCell getCells(int index)

Cells that make up this row.

repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Document.Page.Table.TableCell

getCellsBuilder(int index)

public Document.Page.Table.TableCell.Builder getCellsBuilder(int index)

Cells that make up this row.

repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Document.Page.Table.TableCell.Builder

getCellsBuilderList()

public List<Document.Page.Table.TableCell.Builder> getCellsBuilderList()

Cells that make up this row.

repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;

Returns
TypeDescription
List<Builder>

getCellsCount()

public int getCellsCount()

Cells that make up this row.

repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;

Returns
TypeDescription
int

getCellsList()

public List<Document.Page.Table.TableCell> getCellsList()

Cells that make up this row.

repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;

Returns
TypeDescription
List<TableCell>

getCellsOrBuilder(int index)

public Document.Page.Table.TableCellOrBuilder getCellsOrBuilder(int index)

Cells that make up this row.

repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Document.Page.Table.TableCellOrBuilder

getCellsOrBuilderList()

public List<? extends Document.Page.Table.TableCellOrBuilder> getCellsOrBuilderList()

Cells that make up this row.

repeated .google.cloud.documentai.v1beta2.Document.Page.Table.TableCell cells = 1;

Returns
TypeDescription
List<? extends com.google.cloud.documentai.v1beta2.Document.Page.Table.TableCellOrBuilder>

getDefaultInstanceForType()

public Document.Page.Table.TableRow getDefaultInstanceForType()
Returns
TypeDescription
Document.Page.Table.TableRow

getDescriptorForType()

public Descriptors.Descriptor