Class GcsDocument.Builder (2.87.0)

public static final class GcsDocument.Builder extends GeneratedMessage.Builder<GcsDocument.Builder> implements GcsDocumentOrBuilder

Specifies a document stored on Cloud Storage.

Protobuf type google.cloud.documentai.v1.GcsDocument

Static Methods

getDescriptor()

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

Methods

build()

public GcsDocument build()
Returns
Type Description
GcsDocument

buildPartial()

public GcsDocument buildPartial()
Returns
Type Description
GcsDocument

clear()

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

clearGcsUri()

public GcsDocument.Builder clearGcsUri()

The Cloud Storage object uri.

string gcs_uri = 1;

Returns
Type Description
GcsDocument.Builder

This builder for chaining.

clearMimeType()

public GcsDocument.Builder clearMimeType()

An IANA MIME type (RFC6838) of the content.

string mime_type = 2;

Returns
Type Description
GcsDocument.Builder

This builder for chaining.

getDefaultInstanceForType()

public GcsDocument getDefaultInstanceForType()
Returns
Type Description
GcsDocument

getDescriptorForType()

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

getGcsUri()

public String getGcsUri()

The Cloud Storage object uri.

string gcs_uri = 1;

Returns
Type Description
String

The gcsUri.

getGcsUriBytes()

public ByteString getGcsUriBytes()

The Cloud Storage object uri.

string gcs_uri = 1;

Returns
Type Description
ByteString

The bytes for gcsUri.

getMimeType()

public String getMimeType()

An IANA MIME type (RFC6838) of the content.

string mime_type = 2;

Returns
Type Description
String

The mimeType.

getMimeTypeBytes()

public ByteString getMimeTypeBytes()

An IANA MIME type (RFC6838) of the content.

string mime_type = 2;

Returns
Type Description
ByteString

The bytes for mimeType.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GcsDocument other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setGcsUri(String value)

public GcsDocument.Builder setGcsUri(String value)

The Cloud Storage object uri.

string gcs_uri = 1;

Parameter
Name Description
value String

The gcsUri to set.

Returns
Type Description
GcsDocument.Builder

This builder for chaining.

setGcsUriBytes(ByteString value)

public GcsDocument.Builder setGcsUriBytes(ByteString value)

The Cloud Storage object uri.

string gcs_uri = 1;

Parameter
Name Description
value ByteString

The bytes for gcsUri to set.

Returns
Type Description
GcsDocument.Builder

This builder for chaining.

setMimeType(String value)

public GcsDocument.Builder setMimeType(String value)

An IANA MIME type (RFC6838) of the content.

string mime_type = 2;

Parameter
Name Description
value String

The mimeType to set.

Returns
Type Description
GcsDocument.Builder

This builder for chaining.

setMimeTypeBytes(ByteString value)

public GcsDocument.Builder setMimeTypeBytes(ByteString value)

An IANA MIME type (RFC6838) of the content.

string mime_type = 2;

Parameter
Name Description
value ByteString

The bytes for mimeType to set.

Returns
Type Description
GcsDocument.Builder

This builder for chaining.