public interface BatchProcessDocumentsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Target project and location to make a call.
Format: projects/{project-id}/locations/{location-id}.
If no location is specified, a region will be chosen automatically.
string parent = 2;
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Target project and location to make a call.
Format: projects/{project-id}/locations/{location-id}.
If no location is specified, a region will be chosen automatically.
string parent = 2;
| Type | Description |
| ByteString | The bytes for parent. |
getRequests(int index)
public abstract ProcessDocumentRequest getRequests(int index)Required. Individual requests for each document.
repeated .google.cloud.documentai.v1beta1.ProcessDocumentRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| index | int |
| Type | Description |
| ProcessDocumentRequest |
getRequestsCount()
public abstract int getRequestsCount()Required. Individual requests for each document.
repeated .google.cloud.documentai.v1beta1.ProcessDocumentRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int |
getRequestsList()
public abstract List<ProcessDocumentRequest> getRequestsList()Required. Individual requests for each document.
repeated .google.cloud.documentai.v1beta1.ProcessDocumentRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| List<ProcessDocumentRequest> |
getRequestsOrBuilder(int index)
public abstract ProcessDocumentRequestOrBuilder getRequestsOrBuilder(int index)Required. Individual requests for each document.
repeated .google.cloud.documentai.v1beta1.ProcessDocumentRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| index | int |
| Type | Description |
| ProcessDocumentRequestOrBuilder |
getRequestsOrBuilderList()
public abstract List<? extends ProcessDocumentRequestOrBuilder> getRequestsOrBuilderList()Required. Individual requests for each document.
repeated .google.cloud.documentai.v1beta1.ProcessDocumentRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| List<? extends com.google.cloud.documentai.v1beta1.ProcessDocumentRequestOrBuilder> |