Interface BatchProcessRequest.BatchOutputConfigOrBuilder (2.49.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
Type Description
String

The gcsDestination.

getGcsDestinationBytes() (deprecated)

public abstract ByteString getGcsDestinationBytes()

The output Cloud Storage directory to put the processed documents.

string gcs_destination = 1;

Returns
Type Description
ByteString

The bytes for gcsDestination.