Interface BatchProcessRequest.BatchInputConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchProcessRequest.BatchInputConfig,BatchProcessRequest.BatchInputConfig.Builder
- Enclosing class:
- BatchProcessRequest
@Deprecated public static interface BatchProcessRequest.BatchInputConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetGcsSource()Deprecated.The Cloud Storage location as the source of the document.com.google.protobuf.ByteStringgetGcsSourceBytes()Deprecated.The Cloud Storage location as the source of the document.StringgetMimeType()Deprecated.An IANA published [media type (MIME type)](https://www.iana.org/assignments/media-types/media-types.xhtml) of the input.com.google.protobuf.ByteStringgetMimeTypeBytes()Deprecated.An IANA published [media type (MIME type)](https://www.iana.org/assignments/media-types/media-types.xhtml) of the input.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGcsSource
String getGcsSource()
Deprecated.The Cloud Storage location as the source of the document.
string gcs_source = 1;- Returns:
- The gcsSource.
-
getGcsSourceBytes
com.google.protobuf.ByteString getGcsSourceBytes()
Deprecated.The Cloud Storage location as the source of the document.
string gcs_source = 1;- Returns:
- The bytes for gcsSource.
-
getMimeType
String getMimeType()
Deprecated.An IANA published [media type (MIME type)](https://www.iana.org/assignments/media-types/media-types.xhtml) of the input. If the input is a raw document, refer to [supported file types](https://cloud.google.com/document-ai/docs/file-types) for the list of media types. If the input is a [Document][google.cloud.documentai.v1beta3.Document], the type should be `application/json`.
string mime_type = 2;- Returns:
- The mimeType.
-
getMimeTypeBytes
com.google.protobuf.ByteString getMimeTypeBytes()
Deprecated.An IANA published [media type (MIME type)](https://www.iana.org/assignments/media-types/media-types.xhtml) of the input. If the input is a raw document, refer to [supported file types](https://cloud.google.com/document-ai/docs/file-types) for the list of media types. If the input is a [Document][google.cloud.documentai.v1beta3.Document], the type should be `application/json`.
string mime_type = 2;- Returns:
- The bytes for mimeType.
-
-