Interface BatchProcessRequest.BatchOutputConfigOrBuilder (2.45.0)

public static interface BatchProcessRequest.BatchOutputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGcsDestination() (deprecated)

public abstract String getGcsDestination()

The output Cloud Storage directory to put the processed documents.

string gcs_destination = 1;

Returns
TypeDescription
String

The gcsDestination.

getGcsDestinationBytes() (deprecated)

public abstract ByteString getGcsDestinationBytes()

The output Cloud Storage directory to put the processed documents.

string gcs_destination = 1;

Returns
TypeDescription
ByteString

The bytes for gcsDestination.