public static final class Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder extends GeneratedMessageV3.Builder<Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder> implements Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCellOrBuilder
Represents a cell in a table row.
Protobuf type
google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllBlocks(Iterable<? extends Document.DocumentLayout.DocumentLayoutBlock> values)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder addAllBlocks(Iterable<? extends Document.DocumentLayout.DocumentLayoutBlock> values)
A table cell is a list of blocks.
Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock>
|
addBlocks(Document.DocumentLayout.DocumentLayoutBlock value)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder addBlocks(Document.DocumentLayout.DocumentLayoutBlock value)
A table cell is a list of blocks.
Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
addBlocks(Document.DocumentLayout.DocumentLayoutBlock.Builder builderForValue)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder addBlocks(Document.DocumentLayout.DocumentLayoutBlock.Builder builderForValue)
A table cell is a list of blocks.
Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
addBlocks(int index, Document.DocumentLayout.DocumentLayoutBlock value)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder addBlocks(int index, Document.DocumentLayout.DocumentLayoutBlock value)
A table cell is a list of blocks.
Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
addBlocks(int index, Document.DocumentLayout.DocumentLayoutBlock.Builder builderForValue)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder addBlocks(int index, Document.DocumentLayout.DocumentLayoutBlock.Builder builderForValue)
A table cell is a list of blocks.
Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
addBlocksBuilder()
public Document.DocumentLayout.DocumentLayoutBlock.Builder addBlocksBuilder()
A table cell is a list of blocks.
Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
addBlocksBuilder(int index)
public Document.DocumentLayout.DocumentLayoutBlock.Builder addBlocksBuilder(int index)
A table cell is a list of blocks.
Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
Parameter |
Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell build()
buildPartial()
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell buildPartial()
clear()
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder clear()
Overrides
clearBlocks()
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder clearBlocks()
A table cell is a list of blocks.
Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
clearColSpan()
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder clearColSpan()
How many columns this cell spans.
int32 col_span = 3;
clearField(Descriptors.FieldDescriptor field)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearRowSpan()
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder clearRowSpan()
How many rows this cell spans.
int32 row_span = 2;
clone()
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder clone()
Overrides
getBlocks(int index)
public Document.DocumentLayout.DocumentLayoutBlock getBlocks(int index)
A table cell is a list of blocks.
Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
Parameter |
Name |
Description |
index |
int
|
getBlocksBuilder(int index)
public Document.DocumentLayout.DocumentLayoutBlock.Builder getBlocksBuilder(int index)
A table cell is a list of blocks.
Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
Parameter |
Name |
Description |
index |
int
|
getBlocksBuilderList()
public List<Document.DocumentLayout.DocumentLayoutBlock.Builder> getBlocksBuilderList()
A table cell is a list of blocks.
Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
getBlocksCount()
public int getBlocksCount()
A table cell is a list of blocks.
Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
Returns |
Type |
Description |
int |
|
getBlocksList()
public List<Document.DocumentLayout.DocumentLayoutBlock> getBlocksList()
A table cell is a list of blocks.
Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
getBlocksOrBuilder(int index)
public Document.DocumentLayout.DocumentLayoutBlockOrBuilder getBlocksOrBuilder(int index)
A table cell is a list of blocks.
Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
Parameter |
Name |
Description |
index |
int
|
getBlocksOrBuilderList()
public List<? extends Document.DocumentLayout.DocumentLayoutBlockOrBuilder> getBlocksOrBuilderList()
A table cell is a list of blocks.
Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlockOrBuilder> |
|
getColSpan()
How many columns this cell spans.
int32 col_span = 3;
Returns |
Type |
Description |
int |
The colSpan.
|
getDefaultInstanceForType()
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getRowSpan()
How many rows this cell spans.
int32 row_span = 2;
Returns |
Type |
Description |
int |
The rowSpan.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell other)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder mergeFrom(Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell other)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeBlocks(int index)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder removeBlocks(int index)
A table cell is a list of blocks.
Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
Parameter |
Name |
Description |
index |
int
|
setBlocks(int index, Document.DocumentLayout.DocumentLayoutBlock value)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder setBlocks(int index, Document.DocumentLayout.DocumentLayoutBlock value)
A table cell is a list of blocks.
Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
setBlocks(int index, Document.DocumentLayout.DocumentLayoutBlock.Builder builderForValue)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder setBlocks(int index, Document.DocumentLayout.DocumentLayoutBlock.Builder builderForValue)
A table cell is a list of blocks.
Repeated blocks support further hierarchies and nested blocks.
repeated .google.cloud.documentai.v1.Document.DocumentLayout.DocumentLayoutBlock blocks = 1;
setColSpan(int value)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder setColSpan(int value)
How many columns this cell spans.
int32 col_span = 3;
Parameter |
Name |
Description |
value |
int
The colSpan to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setRowSpan(int value)
public Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder setRowSpan(int value)
How many rows this cell spans.
int32 row_span = 2;
Parameter |
Name |
Description |
value |
int
The rowSpan to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides