Class Document.ChunkedDocument.Chunk.TableChunkField.Builder (2.66.0)

public static final class Document.ChunkedDocument.Chunk.TableChunkField.Builder extends GeneratedMessageV3.Builder<Document.ChunkedDocument.Chunk.TableChunkField.Builder> implements Document.ChunkedDocument.Chunk.TableChunkFieldOrBuilder

The table chunk field in the chunk.

Protobuf type google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk.TableChunkField

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Document.ChunkedDocument.Chunk.TableChunkField.Builder

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Document.ChunkedDocument.Chunk.TableChunkField.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Document.ChunkedDocument.Chunk.TableChunkField.Builder
Overrides

build()

public Document.ChunkedDocument.Chunk.TableChunkField build()
Returns
Type Description
Document.ChunkedDocument.Chunk.TableChunkField

buildPartial()

public Document.ChunkedDocument.Chunk.TableChunkField buildPartial()
Returns
Type Description
Document.ChunkedDocument.Chunk.TableChunkField

clear()

public Document.ChunkedDocument.Chunk.TableChunkField.Builder clear()
Returns
Type Description
Document.ChunkedDocument.Chunk.TableChunkField.Builder
Overrides

clearAnnotations()

public Document.ChunkedDocument.Chunk.TableChunkField.Builder clearAnnotations()

Annotation of the table chunk field.

.google.cloud.documentai.v1beta3.Document.Annotations annotations = 1;

Returns
Type Description
Document.ChunkedDocument.Chunk.TableChunkField.Builder

clearField(Descriptors.FieldDescriptor field)

public Document.ChunkedDocument.Chunk.TableChunkField.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Document.ChunkedDocument.Chunk.TableChunkField.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Document.ChunkedDocument.Chunk.TableChunkField.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Document.ChunkedDocument.Chunk.TableChunkField.Builder
Overrides

clone()

public Document.ChunkedDocument.Chunk.TableChunkField.Builder clone()
Returns
Type Description
Document.ChunkedDocument.Chunk.TableChunkField.Builder
Overrides

getAnnotations()

public Document.Annotations getAnnotations()

Annotation of the table chunk field.

.google.cloud.documentai.v1beta3.Document.Annotations annotations = 1;

Returns
Type Description
Document.Annotations

The annotations.

getAnnotationsBuilder()

public Document.Annotations.Builder getAnnotationsBuilder()

Annotation of the table chunk field.

.google.cloud.documentai.v1beta3.Document.Annotations annotations = 1;

Returns
Type Description
Document.Annotations.Builder

getAnnotationsOrBuilder()

public Document.AnnotationsOrBuilder getAnnotationsOrBuilder()

Annotation of the table chunk field.

.google.cloud.documentai.v1beta3.Document.Annotations annotations = 1;

Returns
Type Description
Document.AnnotationsOrBuilder

getDefaultInstanceForType()

public Document.ChunkedDocument.Chunk.TableChunkField getDefaultInstanceForType()
Returns
Type Description
Document.ChunkedDocument.Chunk.TableChunkField

getDescriptorForType()

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

hasAnnotations()

public boolean hasAnnotations()

Annotation of the table chunk field.

.google.cloud.documentai.v1beta3.Document.Annotations annotations = 1;

Returns
Type Description
boolean

Whether the annotations field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeAnnotations(Document.Annotations value)

public Document.ChunkedDocument.Chunk.TableChunkField.Builder mergeAnnotations(Document.Annotations value)

Annotation of the table chunk field.

.google.cloud.documentai.v1beta3.Document.Annotations annotations = 1;

Parameter
Name Description
value Document.Annotations
Returns
Type Description
Document.ChunkedDocument.Chunk.TableChunkField.Builder

mergeFrom(Document.ChunkedDocument.Chunk.TableChunkField other)

public Document.ChunkedDocument.Chunk.TableChunkField.Builder mergeFrom(Document.ChunkedDocument.Chunk.TableChunkField other)
Parameter
Name Description
other Document.ChunkedDocument.Chunk.TableChunkField
Returns
Type Description
Document.ChunkedDocument.Chunk.TableChunkField.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Document.ChunkedDocument.Chunk.TableChunkField.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Document.ChunkedDocument.Chunk.TableChunkField.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Document.ChunkedDocument.Chunk.TableChunkField.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Document.ChunkedDocument.Chunk.TableChunkField.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Document.ChunkedDocument.Chunk.TableChunkField.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Document.ChunkedDocument.Chunk.TableChunkField.Builder
Overrides

setAnnotations(Document.Annotations value)

public Document.ChunkedDocument.Chunk.TableChunkField.Builder setAnnotations(Document.Annotations value)

Annotation of the table chunk field.

.google.cloud.documentai.v1beta3.Document.Annotations annotations = 1;

Parameter
Name Description
value Document.Annotations
Returns
Type Description
Document.ChunkedDocument.Chunk.TableChunkField.Builder

setAnnotations(Document.Annotations.Builder builderForValue)

public Document.ChunkedDocument.Chunk.TableChunkField.Builder setAnnotations(Document.Annotations.Builder builderForValue)

Annotation of the table chunk field.

.google.cloud.documentai.v1beta3.Document.Annotations annotations = 1;

Parameter
Name Description
builderForValue Document.Annotations.Builder
Returns
Type Description
Document.ChunkedDocument.Chunk.TableChunkField.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Document.ChunkedDocument.Chunk.TableChunkField.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Document.ChunkedDocument.Chunk.TableChunkField.Builder
Overrides

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

public Document.ChunkedDocument.Chunk.TableChunkField.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Document.ChunkedDocument.Chunk.TableChunkField.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Document.ChunkedDocument.Chunk.TableChunkField.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Document.ChunkedDocument.Chunk.TableChunkField.Builder
Overrides