Interface BatchProcessRequest.BatchOutputConfigOrBuilder (2.3.1)

public static interface BatchProcessRequest.BatchOutputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGcsDestination()

public abstract String getGcsDestination()

The output Cloud Storage directory to put the processed documents.

string gcs_destination = 1;

Returns
TypeDescription
String

The gcsDestination.

getGcsDestinationBytes()

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.