Interface BatchProcessRequest.BatchOutputConfigOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.