public static final class BatchProcessRequest.BatchOutputConfig extends GeneratedMessage implements BatchProcessRequest.BatchOutputConfigOrBuilderThe output configuration in the BatchProcessDocuments method.
Protobuf type google.cloud.documentai.v1beta3.BatchProcessRequest.BatchOutputConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BatchProcessRequest.BatchOutputConfigStatic Fields
GCS_DESTINATION_FIELD_NUMBER (deprecated)
public static final int GCS_DESTINATION_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance() (deprecated)
public static BatchProcessRequest.BatchOutputConfig getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
BatchProcessRequest.BatchOutputConfig |
|
getDescriptor() (deprecated)
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder() (deprecated)
public static BatchProcessRequest.BatchOutputConfig.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
BatchProcessRequest.BatchOutputConfig.Builder |
|
newBuilder(BatchProcessRequest.BatchOutputConfig prototype) (deprecated)
public static BatchProcessRequest.BatchOutputConfig.Builder newBuilder(BatchProcessRequest.BatchOutputConfig prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
BatchProcessRequest.BatchOutputConfig |
| Returns | |
|---|---|
| Type | Description |
BatchProcessRequest.BatchOutputConfig.Builder |
|
parseDelimitedFrom(InputStream input) (deprecated)
public static BatchProcessRequest.BatchOutputConfig parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchProcessRequest.BatchOutputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)
public static BatchProcessRequest.BatchOutputConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchProcessRequest.BatchOutputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data) (deprecated)
public static BatchProcessRequest.BatchOutputConfig parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
BatchProcessRequest.BatchOutputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) (deprecated)
public static BatchProcessRequest.BatchOutputConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchProcessRequest.BatchOutputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data) (deprecated)
public static BatchProcessRequest.BatchOutputConfig parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
BatchProcessRequest.BatchOutputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) (deprecated)
public static BatchProcessRequest.BatchOutputConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchProcessRequest.BatchOutputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input) (deprecated)
public static BatchProcessRequest.BatchOutputConfig parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
BatchProcessRequest.BatchOutputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)
public static BatchProcessRequest.BatchOutputConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchProcessRequest.BatchOutputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input) (deprecated)
public static BatchProcessRequest.BatchOutputConfig parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchProcessRequest.BatchOutputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)
public static BatchProcessRequest.BatchOutputConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchProcessRequest.BatchOutputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data) (deprecated)
public static BatchProcessRequest.BatchOutputConfig parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
BatchProcessRequest.BatchOutputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) (deprecated)
public static BatchProcessRequest.BatchOutputConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchProcessRequest.BatchOutputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser() (deprecated)
public static Parser<BatchProcessRequest.BatchOutputConfig> parser()| Returns | |
|---|---|
| Type | Description |
Parser<BatchOutputConfig> |
|
Methods
equals(Object obj) (deprecated)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType() (deprecated)
public BatchProcessRequest.BatchOutputConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BatchProcessRequest.BatchOutputConfig |
|
getGcsDestination() (deprecated)
public String getGcsDestination()The output Cloud Storage directory to put the processed documents.
string gcs_destination = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The gcsDestination. |
getGcsDestinationBytes() (deprecated)
public ByteString getGcsDestinationBytes()The output Cloud Storage directory to put the processed documents.
string gcs_destination = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gcsDestination. |
getParserForType() (deprecated)
public Parser<BatchProcessRequest.BatchOutputConfig> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<BatchOutputConfig> |
|
getSerializedSize() (deprecated)
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode() (deprecated)
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable() (deprecated)
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized() (deprecated)
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType() (deprecated)
public BatchProcessRequest.BatchOutputConfig.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
BatchProcessRequest.BatchOutputConfig.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent) (deprecated)
protected BatchProcessRequest.BatchOutputConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
BatchProcessRequest.BatchOutputConfig.Builder |
|
toBuilder() (deprecated)
public BatchProcessRequest.BatchOutputConfig.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
BatchProcessRequest.BatchOutputConfig.Builder |
|
writeTo(CodedOutputStream output) (deprecated)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|