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

public static final class Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder extends GeneratedMessageV3.Builder<Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder> implements Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRowOrBuilder

Represents a row in a table.

Protobuf type google.cloud.documentai.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.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.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.documentai.v1beta3.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.v1beta3.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.v1beta3.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.v1beta3.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.v1beta3.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.v1beta3.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.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;

Parameter
Name Description
index int
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder
Overrides

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.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;

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

clearField(Descriptors.FieldDescriptor field)

public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder
Overrides

clone()

public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder clone()
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder
Overrides

getCells(int index)

public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell getCells(int index)

A table row is a list of table cells.

repeated .google.cloud.documentai.v1beta3.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.v1beta3.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.v1beta3.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.v1beta3.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.v1beta3.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.v1beta3.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.v1beta3.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell cells = 1;

Returns
Type Description
List<? extends com.google.cloud.documentai.v1beta3.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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
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.v1beta3.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.v1beta3.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.v1beta3.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

setField(Descriptors.FieldDescriptor field, Object value)

public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder
Overrides

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

public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder
Overrides