public static final class RawDocument.Builder extends GeneratedMessageV3.Builder<RawDocument.Builder> implements RawDocumentOrBuilder
Payload message of raw document content (bytes).
Protobuf type google.cloud.documentai.v1.RawDocument
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
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RawDocument.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public RawDocument build()
buildPartial()
public RawDocument buildPartial()
clear()
public RawDocument.Builder clear()
Overrides
clearContent()
public RawDocument.Builder clearContent()
Inline document content.
bytes content = 1;
clearDisplayName()
public RawDocument.Builder clearDisplayName()
The display name of the document, it supports all Unicode characters except
the following:
*
, ?
, [
, ]
, %
, {
, }
,'
, \"
, ,
~
, =
and :
are reserved.
If not specified, a default ID is generated.
string display_name = 3;
clearField(Descriptors.FieldDescriptor field)
public RawDocument.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearMimeType()
public RawDocument.Builder clearMimeType()
An IANA MIME type (RFC6838) indicating the nature and format of the
content.
string mime_type = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public RawDocument.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public RawDocument.Builder clone()
Overrides
getContent()
public ByteString getContent()
Inline document content.
bytes content = 1;
getDefaultInstanceForType()
public RawDocument getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getDisplayName()
public String getDisplayName()
The display name of the document, it supports all Unicode characters except
the following:
*
, ?
, [
, ]
, %
, {
, }
,'
, \"
, ,
~
, =
and :
are reserved.
If not specified, a default ID is generated.
string display_name = 3;
Returns |
Type |
Description |
String |
The displayName.
|
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
The display name of the document, it supports all Unicode characters except
the following:
*
, ?
, [
, ]
, %
, {
, }
,'
, \"
, ,
~
, =
and :
are reserved.
If not specified, a default ID is generated.
string display_name = 3;
Returns |
Type |
Description |
ByteString |
The bytes for displayName.
|
getMimeType()
public String getMimeType()
An IANA MIME type (RFC6838) indicating the nature and format of the
content.
string mime_type = 2;
Returns |
Type |
Description |
String |
The mimeType.
|
getMimeTypeBytes()
public ByteString getMimeTypeBytes()
An IANA MIME type (RFC6838) indicating the nature and format of the
content.
string mime_type = 2;
Returns |
Type |
Description |
ByteString |
The bytes for mimeType.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(RawDocument other)
public RawDocument.Builder mergeFrom(RawDocument other)
public RawDocument.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public RawDocument.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RawDocument.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setContent(ByteString value)
public RawDocument.Builder setContent(ByteString value)
Inline document content.
bytes content = 1;
Parameter |
Name |
Description |
value |
ByteString
The content to set.
|
setDisplayName(String value)
public RawDocument.Builder setDisplayName(String value)
The display name of the document, it supports all Unicode characters except
the following:
*
, ?
, [
, ]
, %
, {
, }
,'
, \"
, ,
~
, =
and :
are reserved.
If not specified, a default ID is generated.
string display_name = 3;
Parameter |
Name |
Description |
value |
String
The displayName to set.
|
setDisplayNameBytes(ByteString value)
public RawDocument.Builder setDisplayNameBytes(ByteString value)
The display name of the document, it supports all Unicode characters except
the following:
*
, ?
, [
, ]
, %
, {
, }
,'
, \"
, ,
~
, =
and :
are reserved.
If not specified, a default ID is generated.
string display_name = 3;
Parameter |
Name |
Description |
value |
ByteString
The bytes for displayName to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public RawDocument.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setMimeType(String value)
public RawDocument.Builder setMimeType(String value)
An IANA MIME type (RFC6838) indicating the nature and format of the
content.
string mime_type = 2;
Parameter |
Name |
Description |
value |
String
The mimeType to set.
|
setMimeTypeBytes(ByteString value)
public RawDocument.Builder setMimeTypeBytes(ByteString value)
An IANA MIME type (RFC6838) indicating the nature and format of the
content.
string mime_type = 2;
Parameter |
Name |
Description |
value |
ByteString
The bytes for mimeType to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RawDocument.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final RawDocument.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides