Interface BatchProcessRequest.BatchInputConfigOrBuilder (2.47.0)

public static interface BatchProcessRequest.BatchInputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGcsSource() (deprecated)

public abstract String getGcsSource()

The Cloud Storage location as the source of the document.

string gcs_source = 1;

Returns
Type Description
String

The gcsSource.

getGcsSourceBytes() (deprecated)

public abstract ByteString getGcsSourceBytes()

The Cloud Storage location as the source of the document.

string gcs_source = 1;

Returns
Type Description
ByteString

The bytes for gcsSource.

getMimeType() (deprecated)

public abstract String getMimeType()

An IANA published media type (MIME type) of the input. If the input is a raw document, refer to supported file types for the list of media types. If the input is a Document, the type should be application/json.

string mime_type = 2;

Returns
Type Description
String

The mimeType.

getMimeTypeBytes() (deprecated)

public abstract ByteString getMimeTypeBytes()

An IANA published media type (MIME type) of the input. If the input is a raw document, refer to supported file types for the list of media types. If the input is a Document, the type should be application/json.

string mime_type = 2;

Returns
Type Description
ByteString

The bytes for mimeType.