Class Document.Page.Table.TableRow.Builder (2.47.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.v1beta1.Document.Page.Table.TableRow

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
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.v1beta1.Document.Page.Table.TableCell cells = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.documentai.v1beta1.Document.Page.Table.TableCell>
Returns
Type Description
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.v1beta1.Document.Page.Table.TableCell cells = 1;

Parameter
Name Description
value Document.Page.Table.TableCell
Returns
Type Description
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.v1beta1.Document.Page.Table.TableCell cells = 1;

Parameter
Name Description
builderForValue Document.Page.Table.TableCell.Builder
Returns
Type Description
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.v1beta1.Document.Page.Table.TableCell cells = 1;

Parameters
Name Description
index int
value Document.Page.Table.TableCell
Returns
Type Description
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.v1beta1.Document.Page.Table.TableCell cells = 1;

Parameters
Name Description
index int
builderForValue Document.Page.Table.TableCell.Builder
Returns
Type Description
Document.Page.Table.TableRow.Builder

addCellsBuilder()

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

Cells that make up this row.

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

Returns
Type Description
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.v1beta1.Document.Page.Table.TableCell cells = 1;

Parameter
Name Description
index int
Returns
Type Description
Document.Page.Table.TableCell.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Document.Page.Table.TableRow.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Document.Page.Table.TableRow.Builder
Overrides

build()

public Document.Page.Table.TableRow build()
Returns
Type Description
Document.Page.Table.TableRow

buildPartial()

public Document.Page.Table.TableRow buildPartial()
Returns
Type Description
Document.Page.Table.TableRow

clear()

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

clearCells()

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

Cells that make up this row.

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

Returns
Type Description
Document.Page.Table.TableRow.Builder

clearField(Descriptors.FieldDescriptor field)

public Document.Page.Table.TableRow.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Document.Page.Table.TableRow.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Document.Page.Table.TableRow.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Document.Page.Table.TableRow.Builder
Overrides

clone()

public Document.Page.Table.TableRow.Builder clone()
Returns
Type Description
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.v1beta1.Document.Page.Table.TableCell cells = 1;

Parameter
Name Description
index int
Returns
Type Description
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.v1beta1.Document.Page.Table.TableCell cells = 1;

Parameter
Name Description
index int
Returns
Type Description
Document.Page.Table.TableCell.Builder

getCellsBuilderList()

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

Cells that make up this row.

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

Returns
Type Description
List<Builder>

getCellsCount()

public int getCellsCount()

Cells that make up this row.

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

Returns
Type Description
int

getCellsList()

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

Cells that make up this row.

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

Returns
Type Description
List<TableCell>

getCellsOrBuilder(int index)

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

Cells that make up this row.

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

Parameter
Name Description
index int
Returns
Type Description
Document.Page.Table.TableCellOrBuilder

getCellsOrBuilderList()

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

Cells that make up this row.

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

Returns
Type Description
List<? extends com.google.cloud.documentai.v1beta1.Document.Page.Table.TableCellOrBuilder>

getDefaultInstanceForType()

public Document.Page.Table.TableRow getDefaultInstanceForType()
Returns
Type Description
Document.Page.Table.TableRow

getDescriptorForType()

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

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Document.Page.Table.TableRow other)

public Document.Page.Table.TableRow.Builder mergeFrom(Document.Page.Table.TableRow other)
Parameter
Name Description
other Document.Page.Table.TableRow
Returns
Type Description
Document.Page.Table.TableRow.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Document.Page.Table.TableRow.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Document.Page.Table.TableRow.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Document.Page.Table.TableRow.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Document.Page.Table.TableRow.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Document.Page.Table.TableRow.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Document.Page.Table.TableRow.Builder
Overrides

removeCells(int index)

public Document.Page.Table.TableRow.Builder removeCells(int index)

Cells that make up this row.

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

Parameter
Name Description
index int
Returns
Type Description
Document.Page.Table.TableRow.Builder

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

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

Cells that make up this row.

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

Parameters
Name Description
index int
value Document.Page.Table.TableCell
Returns
Type Description
Document.Page.Table.TableRow.Builder

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

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

Cells that make up this row.

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

Parameters
Name Description
index int
builderForValue Document.Page.Table.TableCell.Builder
Returns
Type Description
Document.Page.Table.TableRow.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Document.Page.Table.TableRow.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Document.Page.Table.TableRow.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Document.Page.Table.TableRow.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Document.Page.Table.TableRow.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Document.Page.Table.TableRow.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Document.Page.Table.TableRow.Builder
Overrides