Class GcsDocument.Builder (2.4.3)

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

Specifies a document stored on Cloud Storage.

Protobuf type google.cloud.documentai.v1beta3.GcsDocument

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GcsDocument.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GcsDocument.Builder
Overrides

build()

public GcsDocument build()
Returns
TypeDescription
GcsDocument

buildPartial()

public GcsDocument buildPartial()
Returns
TypeDescription
GcsDocument

clear()

public GcsDocument.Builder clear()
Returns
TypeDescription
GcsDocument.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public GcsDocument.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
GcsDocument.Builder
Overrides

clearGcsUri()

public GcsDocument.Builder clearGcsUri()

The Cloud Storage object uri.

string gcs_uri = 1;

Returns
TypeDescription
GcsDocument.Builder

This builder for chaining.

clearMimeType()

public GcsDocument.Builder clearMimeType()

An IANA MIME type (RFC6838) of the content.

string mime_type = 2;

Returns
TypeDescription
GcsDocument.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public GcsDocument.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
GcsDocument.Builder
Overrides

clone()

public GcsDocument.Builder clone()
Returns
TypeDescription
GcsDocument.Builder
Overrides

getDefaultInstanceForType()

public GcsDocument getDefaultInstanceForType()
Returns
TypeDescription
GcsDocument

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getGcsUri()

public String getGcsUri()

The Cloud Storage object uri.

string gcs_uri = 1;

Returns
TypeDescription
String

The gcsUri.

getGcsUriBytes()

public ByteString getGcsUriBytes()

The Cloud Storage object uri.

string gcs_uri = 1;

Returns
TypeDescription
ByteString

The bytes for gcsUri.

getMimeType()

public String getMimeType()

An IANA MIME type (RFC6838) of the content.

string mime_type = 2;

Returns
TypeDescription
String

The mimeType.

getMimeTypeBytes()

public ByteString getMimeTypeBytes()

An IANA MIME type (RFC6838) of the content.

string mime_type = 2;

Returns
TypeDescription
ByteString

The bytes for mimeType.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GcsDocument other)

public GcsDocument.Builder mergeFrom(GcsDocument other)
Parameter
NameDescription
otherGcsDocument
Returns
TypeDescription
GcsDocument.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GcsDocument.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GcsDocument.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public GcsDocument.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
GcsDocument.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GcsDocument.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GcsDocument.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GcsDocument.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GcsDocument.Builder
Overrides

setGcsUri(String value)

public GcsDocument.Builder setGcsUri(String value)

The Cloud Storage object uri.

string gcs_uri = 1;

Parameter
NameDescription
valueString

The gcsUri to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for gcsUri to set.

Returns
TypeDescription
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
NameDescription
valueString

The mimeType to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for mimeType to set.

Returns
TypeDescription
GcsDocument.Builder

This builder for chaining.

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

public GcsDocument.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
GcsDocument.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GcsDocument.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GcsDocument.Builder
Overrides