Class SummaryOptions.Builder (2.46.0)

public static final class SummaryOptions.Builder extends GeneratedMessageV3.Builder<SummaryOptions.Builder> implements SummaryOptionsOrBuilder

Metadata for document summarization.

Protobuf type google.cloud.documentai.v1beta3.SummaryOptions

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SummaryOptions.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
SummaryOptions.Builder
Overrides

build()

public SummaryOptions build()
Returns
Type Description
SummaryOptions

buildPartial()

public SummaryOptions buildPartial()
Returns
Type Description
SummaryOptions

clear()

public SummaryOptions.Builder clear()
Returns
Type Description
SummaryOptions.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public SummaryOptions.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
SummaryOptions.Builder
Overrides

clearFormat()

public SummaryOptions.Builder clearFormat()

The format the summary should be in.

.google.cloud.documentai.v1beta3.SummaryOptions.Format format = 2;

Returns
Type Description
SummaryOptions.Builder

This builder for chaining.

clearLength()

public SummaryOptions.Builder clearLength()

How long the summary should be.

.google.cloud.documentai.v1beta3.SummaryOptions.Length length = 1;

Returns
Type Description
SummaryOptions.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public SummaryOptions.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
SummaryOptions.Builder
Overrides

clone()

public SummaryOptions.Builder clone()
Returns
Type Description
SummaryOptions.Builder
Overrides

getDefaultInstanceForType()

public SummaryOptions getDefaultInstanceForType()
Returns
Type Description
SummaryOptions

getDescriptorForType()

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

getFormat()

public SummaryOptions.Format getFormat()

The format the summary should be in.

.google.cloud.documentai.v1beta3.SummaryOptions.Format format = 2;

Returns
Type Description
SummaryOptions.Format

The format.

getFormatValue()

public int getFormatValue()

The format the summary should be in.

.google.cloud.documentai.v1beta3.SummaryOptions.Format format = 2;

Returns
Type Description
int

The enum numeric value on the wire for format.

getLength()

public SummaryOptions.Length getLength()

How long the summary should be.

.google.cloud.documentai.v1beta3.SummaryOptions.Length length = 1;

Returns
Type Description
SummaryOptions.Length

The length.

getLengthValue()

public int getLengthValue()

How long the summary should be.

.google.cloud.documentai.v1beta3.SummaryOptions.Length length = 1;

Returns
Type Description
int

The enum numeric value on the wire for length.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SummaryOptions other)

public SummaryOptions.Builder mergeFrom(SummaryOptions other)
Parameter
Name Description
other SummaryOptions
Returns
Type Description
SummaryOptions.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SummaryOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SummaryOptions.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public SummaryOptions.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
SummaryOptions.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SummaryOptions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SummaryOptions.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public SummaryOptions.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
SummaryOptions.Builder
Overrides

setFormat(SummaryOptions.Format value)

public SummaryOptions.Builder setFormat(SummaryOptions.Format value)

The format the summary should be in.

.google.cloud.documentai.v1beta3.SummaryOptions.Format format = 2;

Parameter
Name Description
value SummaryOptions.Format

The format to set.

Returns
Type Description
SummaryOptions.Builder

This builder for chaining.

setFormatValue(int value)

public SummaryOptions.Builder setFormatValue(int value)

The format the summary should be in.

.google.cloud.documentai.v1beta3.SummaryOptions.Format format = 2;

Parameter
Name Description
value int

The enum numeric value on the wire for format to set.

Returns
Type Description
SummaryOptions.Builder

This builder for chaining.

setLength(SummaryOptions.Length value)

public SummaryOptions.Builder setLength(SummaryOptions.Length value)

How long the summary should be.

.google.cloud.documentai.v1beta3.SummaryOptions.Length length = 1;

Parameter
Name Description
value SummaryOptions.Length

The length to set.

Returns
Type Description
SummaryOptions.Builder

This builder for chaining.

setLengthValue(int value)

public SummaryOptions.Builder setLengthValue(int value)

How long the summary should be.

.google.cloud.documentai.v1beta3.SummaryOptions.Length length = 1;

Parameter
Name Description
value int

The enum numeric value on the wire for length to set.

Returns
Type Description
SummaryOptions.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

public final SummaryOptions.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SummaryOptions.Builder
Overrides