public static final class DocumentId.GCSManagedDocumentId.Builder extends GeneratedMessage.Builder<DocumentId.GCSManagedDocumentId.Builder> implements DocumentId.GCSManagedDocumentIdOrBuilderIdentifies a document uniquely within the scope of a dataset in the user-managed Cloud Storage option.
Protobuf type google.cloud.documentai.v1beta3.DocumentId.GCSManagedDocumentId
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DocumentId.GCSManagedDocumentId.BuilderImplements
DocumentId.GCSManagedDocumentIdOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DocumentId.GCSManagedDocumentId build()| Returns | |
|---|---|
| Type | Description |
DocumentId.GCSManagedDocumentId |
|
buildPartial()
public DocumentId.GCSManagedDocumentId buildPartial()| Returns | |
|---|---|
| Type | Description |
DocumentId.GCSManagedDocumentId |
|
clear()
public DocumentId.GCSManagedDocumentId.Builder clear()| Returns | |
|---|---|
| Type | Description |
DocumentId.GCSManagedDocumentId.Builder |
|
clearCwDocId() (deprecated)
public DocumentId.GCSManagedDocumentId.Builder clearCwDocId()Deprecated. google.cloud.documentai.v1beta3.DocumentId.GCSManagedDocumentId.cw_doc_id is deprecated. See google/cloud/documentai/v1beta3/dataset.proto;l=129
Id of the document (indexed) managed by Content Warehouse.
string cw_doc_id = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
DocumentId.GCSManagedDocumentId.Builder |
This builder for chaining. |
clearGcsUri()
public DocumentId.GCSManagedDocumentId.Builder clearGcsUri()Required. The Cloud Storage URI where the actual document is stored.
string gcs_uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DocumentId.GCSManagedDocumentId.Builder |
This builder for chaining. |
getCwDocId() (deprecated)
public String getCwDocId()Deprecated. google.cloud.documentai.v1beta3.DocumentId.GCSManagedDocumentId.cw_doc_id is deprecated. See google/cloud/documentai/v1beta3/dataset.proto;l=129
Id of the document (indexed) managed by Content Warehouse.
string cw_doc_id = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
String |
The cwDocId. |
getCwDocIdBytes() (deprecated)
public ByteString getCwDocIdBytes()Deprecated. google.cloud.documentai.v1beta3.DocumentId.GCSManagedDocumentId.cw_doc_id is deprecated. See google/cloud/documentai/v1beta3/dataset.proto;l=129
Id of the document (indexed) managed by Content Warehouse.
string cw_doc_id = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for cwDocId. |
getDefaultInstanceForType()
public DocumentId.GCSManagedDocumentId getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DocumentId.GCSManagedDocumentId |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getGcsUri()
public String getGcsUri()Required. The Cloud Storage URI where the actual document is stored.
string gcs_uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The gcsUri. |
getGcsUriBytes()
public ByteString getGcsUriBytes()Required. The Cloud Storage URI where the actual document is stored.
string gcs_uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gcsUri. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DocumentId.GCSManagedDocumentId other)
public DocumentId.GCSManagedDocumentId.Builder mergeFrom(DocumentId.GCSManagedDocumentId other)| Parameter | |
|---|---|
| Name | Description |
other |
DocumentId.GCSManagedDocumentId |
| Returns | |
|---|---|
| Type | Description |
DocumentId.GCSManagedDocumentId.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DocumentId.GCSManagedDocumentId.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DocumentId.GCSManagedDocumentId.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DocumentId.GCSManagedDocumentId.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DocumentId.GCSManagedDocumentId.Builder |
|
setCwDocId(String value) (deprecated)
public DocumentId.GCSManagedDocumentId.Builder setCwDocId(String value)Deprecated. google.cloud.documentai.v1beta3.DocumentId.GCSManagedDocumentId.cw_doc_id is deprecated. See google/cloud/documentai/v1beta3/dataset.proto;l=129
Id of the document (indexed) managed by Content Warehouse.
string cw_doc_id = 2 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe cwDocId to set. |
| Returns | |
|---|---|
| Type | Description |
DocumentId.GCSManagedDocumentId.Builder |
This builder for chaining. |
setCwDocIdBytes(ByteString value) (deprecated)
public DocumentId.GCSManagedDocumentId.Builder setCwDocIdBytes(ByteString value)Deprecated. google.cloud.documentai.v1beta3.DocumentId.GCSManagedDocumentId.cw_doc_id is deprecated. See google/cloud/documentai/v1beta3/dataset.proto;l=129
Id of the document (indexed) managed by Content Warehouse.
string cw_doc_id = 2 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for cwDocId to set. |
| Returns | |
|---|---|
| Type | Description |
DocumentId.GCSManagedDocumentId.Builder |
This builder for chaining. |
setGcsUri(String value)
public DocumentId.GCSManagedDocumentId.Builder setGcsUri(String value)Required. The Cloud Storage URI where the actual document is stored.
string gcs_uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe gcsUri to set. |
| Returns | |
|---|---|
| Type | Description |
DocumentId.GCSManagedDocumentId.Builder |
This builder for chaining. |
setGcsUriBytes(ByteString value)
public DocumentId.GCSManagedDocumentId.Builder setGcsUriBytes(ByteString value)Required. The Cloud Storage URI where the actual document is stored.
string gcs_uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for gcsUri to set. |
| Returns | |
|---|---|
| Type | Description |
DocumentId.GCSManagedDocumentId.Builder |
This builder for chaining. |