public static final class Document.Page.Dimension.Builder extends GeneratedMessage.Builder<Document.Page.Dimension.Builder> implements Document.Page.DimensionOrBuilderDimension for the page.
Protobuf type google.cloud.documentai.v1.Document.Page.Dimension
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Document.Page.Dimension.BuilderImplements
Document.Page.DimensionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Document.Page.Dimension build()| Returns | |
|---|---|
| Type | Description |
Document.Page.Dimension |
|
buildPartial()
public Document.Page.Dimension buildPartial()| Returns | |
|---|---|
| Type | Description |
Document.Page.Dimension |
|
clear()
public Document.Page.Dimension.Builder clear()| Returns | |
|---|---|
| Type | Description |
Document.Page.Dimension.Builder |
|
clearHeight()
public Document.Page.Dimension.Builder clearHeight()Page height.
float height = 2;
| Returns | |
|---|---|
| Type | Description |
Document.Page.Dimension.Builder |
This builder for chaining. |
clearUnit()
public Document.Page.Dimension.Builder clearUnit()Dimension unit.
string unit = 3;
| Returns | |
|---|---|
| Type | Description |
Document.Page.Dimension.Builder |
This builder for chaining. |
clearWidth()
public Document.Page.Dimension.Builder clearWidth()Page width.
float width = 1;
| Returns | |
|---|---|
| Type | Description |
Document.Page.Dimension.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Document.Page.Dimension getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Document.Page.Dimension |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getHeight()
public float getHeight()Page height.
float height = 2;
| Returns | |
|---|---|
| Type | Description |
float |
The height. |
getUnit()
public String getUnit()Dimension unit.
string unit = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The unit. |
getUnitBytes()
public ByteString getUnitBytes()Dimension unit.
string unit = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for unit. |
getWidth()
public float getWidth()Page width.
float width = 1;
| Returns | |
|---|---|
| Type | Description |
float |
The width. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Document.Page.Dimension other)
public Document.Page.Dimension.Builder mergeFrom(Document.Page.Dimension other)| Parameter | |
|---|---|
| Name | Description |
other |
Document.Page.Dimension |
| Returns | |
|---|---|
| Type | Description |
Document.Page.Dimension.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Document.Page.Dimension.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Document.Page.Dimension.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Document.Page.Dimension.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Document.Page.Dimension.Builder |
|
setHeight(float value)
public Document.Page.Dimension.Builder setHeight(float value)Page height.
float height = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
floatThe height to set. |
| Returns | |
|---|---|
| Type | Description |
Document.Page.Dimension.Builder |
This builder for chaining. |
setUnit(String value)
public Document.Page.Dimension.Builder setUnit(String value)Dimension unit.
string unit = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe unit to set. |
| Returns | |
|---|---|
| Type | Description |
Document.Page.Dimension.Builder |
This builder for chaining. |
setUnitBytes(ByteString value)
public Document.Page.Dimension.Builder setUnitBytes(ByteString value)Dimension unit.
string unit = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for unit to set. |
| Returns | |
|---|---|
| Type | Description |
Document.Page.Dimension.Builder |
This builder for chaining. |
setWidth(float value)
public Document.Page.Dimension.Builder setWidth(float value)Page width.
float width = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
floatThe width to set. |
| Returns | |
|---|---|
| Type | Description |
Document.Page.Dimension.Builder |
This builder for chaining. |