Interface BatchProcessRequest.BatchOutputConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchProcessRequest.BatchOutputConfig
,BatchProcessRequest.BatchOutputConfig.Builder
- Enclosing class:
- BatchProcessRequest
@Deprecated public static interface BatchProcessRequest.BatchOutputConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getGcsDestination()
Deprecated.The output Cloud Storage directory to put the processed documents.com.google.protobuf.ByteString
getGcsDestinationBytes()
Deprecated.The output Cloud Storage directory to put the processed documents.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGcsDestination
String getGcsDestination()
Deprecated.The output Cloud Storage directory to put the processed documents.
string gcs_destination = 1;
- Returns:
- The gcsDestination.
-
getGcsDestinationBytes
com.google.protobuf.ByteString getGcsDestinationBytes()
Deprecated.The output Cloud Storage directory to put the processed documents.
string gcs_destination = 1;
- Returns:
- The bytes for gcsDestination.
-
-